color details

Color Details
#dbdbdb Color Hex

#dbdbdb color RGB value is (13, 189, 189).
#dbdbdb hex color red value is 13, green value is 189, and blue value is 189.
Cylindrical-coordinate representations (HSL) of color #dbdbdb hue: 180, saturation: 0.87 and lightness: 0.4.

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

Color Spaces
Color spaces of #dbdbdbValue
RGB219, 219, 219
HSL0, 0, 0.86
HSV0°, 0°, 86°
XYZ67.33, 70.84, 77.13
Base Numbers
Base Red Green Blue
Binary 11011011 11011011 11011011
Octal 333 333 333
Decimal 219 219 219
Hex DB DB DB

RGB Percentages for Color #dbdbdb

33.33%
33.33%
33.33%

CMYK Percentages of the Color #dbdbdb

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

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

This sample text is styled with the font color #dbdbdb. 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 #dbdbdb

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(219, 219, 219, 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 #dbdbdb;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top