color details

Color Details
#dbdcdc Color Hex

#dbdcdc color RGB value is (13, 189, 205).
#dbdcdc hex color red value is 13, green value is 189, and blue value is 205.
Cylindrical-coordinate representations (HSL) of color #dbdcdc hue: 185, saturation: 0.88 and lightness: 0.43.

The process color (four-color CMYK) of #dbdcdc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dbdcdc is #ff9999. Color #dbdcdc contains mainly RED.

Color Spaces
Color spaces of #dbdcdcValue
RGB219, 220, 220
HSL0.5, 0.01, 0.86
HSV180°, 0°, 86°
XYZ67.72, 71.41, 77.91
Base Numbers
Base Red Green Blue
Binary 11011011 11011100 11011100
Octal 333 334 334
Decimal 219 220 220
Hex DB DC DC

RGB Percentages for Color #dbdcdc

33.23%
33.38%
33.38%

CMYK Percentages of the Color #dbdcdc

0.45%
13.73%
CSS Codes for Color #dbdcdc
.mybgColor {background-color: #dbdcdc;}
.myforeColor {color: #dbdcdc;}
.myborderColor {border:3px solid #dbdcdc;}
Text Font Color #dbdcdc

<p style="color:#dbdcdc">Text here</p>

This sample text is styled with the font color #dbdcdc. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #dbdcdc

<div style="background-color:#dbdcdc">Div content here</div>

The background color of this div is #dbdcdc
Border Color #dbdcdc

<div style="border:3px solid #dbdcdc">Div here</div>

The border color of this div is #dbdcdc
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(219, 220, 220, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #dbdcdc;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #dbdcdc;
-webkit-box-shadow: 1px 1px 3px #dbdcdc;
box-shadow: 1px 1px 3px #dbdcdc;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219, 220, 220, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #dbdcdc;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #dbdcdc; -webkit-box-shadow: 1px 1px 3px #dbdcdc; box-shadow: 1px 1px 3px #dbdcdc;">Div content here</div>

This div box has a shadow with a specified color. #dbdcdc

Scroll to Top