COLOR #D8D8CB

HEX: #D8D8CB RGB: (216,216,203)

Color info

#D8D8CB contains red, green and blue colors in about the same proportion. Web safe color of #D8D8CB is #CCCCCC (or #CCC).

RGB color model

#D8D8CB color RGB value is (216,216,203).

RGB: (216,216,203) (85%, 85%, 80%)

RGB channels and saturation

R 216 of 255 = 85%
G 216 of 255 = 85%
B 203 of 255 = 80%

216
216
203

R + G + B ~ 83%. #D8D8CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 216 + 203 = 635 (100%)
R 216 of 635 ~ 34.02%
G 216 of 635 ~ 34.02%
B 203 of 635 ~ 31.97'%

%34.02
%34.02
%31.97

CMYK color model

#D8D8CB color CMYK value is (0,0,6,15).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 15.29%
CMYK: (0,0,6,15) C0M0Y6K15 (0%,0%,6%,15%) (0.00/0.00/0.06/0.15) 

CMYK percentages

%0
%0
%6.02
%15.29

Codes

Color #D8D8CB in popluar color models

D8 D8 CB
RGB 216 216 203
HSL 60° 14.29% 82.16%
HSB/HSV 60° 6.02% 84.71%
CMYK 0.00% 0.00% 6.02%
15.29%

Color #D8D8CB in popluar number systems.

HEX D8 D8 CB
Decimal 216 216 203
Binary 11011000 11011000 11001011
Octal 330 330 313

Shades and tints

Shades of #D8D8CB

#D8D8CB
(216,216,203)
#C5C5B9
(197,197,185)
#B2B2A7
(178,178,167)
#9F9F95
(159,159,149)
#8C8C83
(140,140,131)
#797971
(121,121,113)
#66665F
(102,102,95)
#53534D
(83,83,77)
#40403B
(64,64,59)
#2D2D29
(45,45,41)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #D8D8CB

#D8D8CB
(216,216,203)
#DBDBCF
(219,219,207)
#DEDED3
(222,222,211)
#E1E1D7
(225,225,215)
#E4E4DB
(228,228,219)
#E7E7DF
(231,231,223)
#EAEAE3
(234,234,227)
#EDEDE7
(237,237,231)
#F0F0EB
(240,240,235)
#F3F3EF
(243,243,239)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D8CB color. Also use rgb(216,216,203) instead hex code.

Text Font Color

.myTextColor { color: #D8D8CB; }

<p style="color:#D8D8CB">This sample text font color is #D8D8CB.</p>

This text font color is #D8D8CB.

Background Color

.myBgColor { background-color: #D8D8CB; }

<div style="background-color:#D8D8CB">Inner text</div>

This div background color is #D8D8CB.

Border color

.myBorderColor { border: 1px solid #D8D8CB; }

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

This div border color is #D8D8CB.

Opacity

.myOpacity80 { color: #D8D8CB; opacity: 0.8; }

<p style="color:#D8D8CB;opacity:0.8;">80%</p>

Text with #D8D8CB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D8D8CB;}

<p style="text-shadow: 3px 3px 1px #D8D8CB">Text here.</p>

This text has shadow with #D8D8CB color.


.textShadow {text-shadow: 3px 3px 1px #D8D8CB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D8D8CB, 5px 5px 20px red">Text here.</p>

This text has shadow with #D8D8CB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D8D8CB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D8D8CB, Direction=45, Strength=4)">Text</p>

This text has shadow with #D8D8CB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D8D8CB;
-webkit-box-shadow: 1px 1px 3px 2px #D8D8CB;
box-shadow: 1px 1px 3px 2px #D8D8CB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D8D8CB; -webkit-box-shadow: 1px 1px 3px 2px #D8D8CB; box-shadow:1px 1px 3px 2px #D8D8CB;">
Div content here
</div>

This div box has shadow with color #D8D8CB.

Preview

Color preview on black background

This text has color #D8D8CB on black background.


Color preview on white background

This text has color #D8D8CB on white background.


Black color preview on #D8D8CB background

This text has black color on #D8D8CB background.


White color preview on #D8D8CB background

This text has white color on #D8D8CB background.


Related colors

Complementary color

Complementary color for #hex is #272734.


I love getcolorcode.com