COLOR #D4D2BB

HEX: #D4D2BB RGB: (212,210,187)

Color info

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

RGB color model

#D4D2BB color RGB value is (212,210,187).

RGB: (212,210,187) (83%, 82%, 73%)

RGB channels and saturation

R 212 of 255 = 83%
G 210 of 255 = 82%
B 187 of 255 = 73%

212
210
187

R + G + B ~ 79%. #D4D2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 210 + 187 = 609 (100%)
R 212 of 609 ~ 34.81%
G 210 of 609 ~ 34.48%
B 187 of 609 ~ 30.71'%

%34.81
%34.48
%30.71

CMYK color model

#D4D2BB color CMYK value is (0,1,12,17).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 11.79%
  • key color value is 16.86%

CMYK: (0,1,12,17)
C0M1Y12K17 (0%, 1%, 12%, 17%)
(0.00 / 0.01 / 0.12 / 0.17)

CMYK percentages

%0
%0.94
%11.79
%16.86

Codes

Color #D4D2BB in popluar color models

D4 D2 BB
RGB 212 210 187
HSL 55° 22.52% 78.24%
HSB/HSV 55° 11.79% 83.14%
CMYK 0.00% 0.94% 11.79%
16.86%

Color #D4D2BB in popluar number systems.

HEX D4 D2 BB
Decimal 212 210 187
Binary 11010100 11010010 10111011
Octal 324 322 273

Shades and tints

Shades of #D4D2BB

#D4D2BB
(212,210,187)
#C1BFAA
(193,191,170)
#AEAC99
(174,172,153)
#9B9988
(155,153,136)
#888677
(136,134,119)
#757366
(117,115,102)
#626055
(98,96,85)
#4F4D44
(79,77,68)
#3C3A33
(60,58,51)
#292722
(41,39,34)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #D4D2BB

#D4D2BB
(212,210,187)
#D7D6C1
(215,214,193)
#DADAC7
(218,218,199)
#DDDECD
(221,222,205)
#E0E2D3
(224,226,211)
#E3E6D9
(227,230,217)
#E6EADF
(230,234,223)
#E9EEE5
(233,238,229)
#ECF2EB
(236,242,235)
#EFF6F1
(239,246,241)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D2BB; }

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

This text font color is #D4D2BB.

Background Color

.myBgColor { background-color: #D4D2BB; }

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

This div background color is #D4D2BB.

Border color

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

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

This div border color is #D4D2BB.

Opacity

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

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

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

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

This text has shadow with #D4D2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D2BB.

Preview

Color preview on black background

This text has color #D4D2BB on black background.


Color preview on white background

This text has color #D4D2BB on white background.


Black color preview on #D4D2BB background

This text has black color on #D4D2BB background.


White color preview on #D4D2BB background

This text has white color on #D4D2BB background.


Related colors

Complementary color

Complementary color for #hex is #2B2D44.


I love getcolorcode.com

Triadic colors

1 #BBD4D2 and #D2BBD4 with #D4D2BB are triadic colors.

2 #BBD2D4 and #D2D4BB with #D4D2BB are triadic colors.