COLOR #D4D8BB

HEX: #D4D8BB RGB: (212,216,187)

Color info

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

RGB color model

#D4D8BB color RGB value is (212,216,187).

RGB: (212,216,187) (83%, 85%, 73%)

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 187 of 255 = 73%

212
216
187

R + G + B ~ 80%. #D4D8BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 216 + 187 = 615 (100%)
R 212 of 615 ~ 34.47%
G 216 of 615 ~ 35.12%
B 187 of 615 ~ 30.41'%

%34.47
%35.12
%30.41

CMYK color model

#D4D8BB color CMYK value is (2,0,13,15).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 15.29%

CMYK: (2,0,13,15)
C2M0Y13K15 (2%, 0%, 13%, 15%)
(0.02 / 0.00 / 0.13 / 0.15)

CMYK percentages

%1.85
%0
%13.43
%15.29

Codes

Color #D4D8BB in popluar color models

D4 D8 BB
RGB 212 216 187
HSL 68° 27.10% 79.02%
HSB/HSV 68° 13.43% 84.71%
CMYK 1.85% 0.00% 13.43%
15.29%

Color #D4D8BB in popluar number systems.

HEX D4 D8 BB
Decimal 212 216 187
Binary 11010100 11011000 10111011
Octal 324 330 273

Shades and tints

Shades of #D4D8BB

#D4D8BB
(212,216,187)
#C1C5AA
(193,197,170)
#AEB299
(174,178,153)
#9B9F88
(155,159,136)
#888C77
(136,140,119)
#757966
(117,121,102)
#626655
(98,102,85)
#4F5344
(79,83,68)
#3C4033
(60,64,51)
#292D22
(41,45,34)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #D4D8BB

#D4D8BB
(212,216,187)
#D7DBC1
(215,219,193)
#DADEC7
(218,222,199)
#DDE1CD
(221,225,205)
#E0E4D3
(224,228,211)
#E3E7D9
(227,231,217)
#E6EADF
(230,234,223)
#E9EDE5
(233,237,229)
#ECF0EB
(236,240,235)
#EFF3F1
(239,243,241)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D8BB; }

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

This text font color is #D4D8BB.

Background Color

.myBgColor { background-color: #D4D8BB; }

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

This div background color is #D4D8BB.

Border color

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

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

This div border color is #D4D8BB.

Opacity

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

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

Text with #D4D8BB 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 #D4D8BB;}

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

This text has shadow with #D4D8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D8BB.

Preview

Color preview on black background

This text has color #D4D8BB on black background.


Color preview on white background

This text has color #D4D8BB on white background.


Black color preview on #D4D8BB background

This text has black color on #D4D8BB background.


White color preview on #D4D8BB background

This text has white color on #D4D8BB background.


Related colors

Complementary color

Complementary color for #hex is #2B2744.


I love getcolorcode.com

Triadic colors

1 #BBD4D8 and #D8BBD4 with #D4D8BB are triadic colors.

2 #BBD8D4 and #D8D4BB with #D4D8BB are triadic colors.