COLOR #D4CCBB

HEX: #D4CCBB RGB: (212,204,187)

Color info

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

RGB color model

#D4CCBB color RGB value is (212,204,187).

RGB: (212,204,187) (83%, 80%, 73%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 187 of 255 = 73%

212
204
187

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

Portions of RGB colors in percentages

R + G + B = 212 + 204 + 187 = 603 (100%)
R 212 of 603 ~ 35.16%
G 204 of 603 ~ 33.83%
B 187 of 603 ~ 31.01'%

%35.16
%33.83
%31.01

CMYK color model

#D4CCBB color CMYK value is (0,4,12,17).

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

CMYK: (0,4,12,17)
C0M4Y12K17 (0%, 4%, 12%, 17%)
(0.00 / 0.04 / 0.12 / 0.17)

CMYK percentages

%0
%3.77
%11.79
%16.86

Codes

Color #D4CCBB in popluar color models

D4 CC BB
RGB 212 204 187
HSL 41° 22.52% 78.24%
HSB/HSV 41° 11.79% 83.14%
CMYK 0.00% 3.77% 11.79%
16.86%

Color #D4CCBB in popluar number systems.

HEX D4 CC BB
Decimal 212 204 187
Binary 11010100 11001100 10111011
Octal 324 314 273

Shades and tints

Shades of #D4CCBB

#D4CCBB
(212,204,187)
#C1BAAA
(193,186,170)
#AEA899
(174,168,153)
#9B9688
(155,150,136)
#888477
(136,132,119)
#757266
(117,114,102)
#626055
(98,96,85)
#4F4E44
(79,78,68)
#3C3C33
(60,60,51)
#292A22
(41,42,34)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #D4CCBB

#D4CCBB
(212,204,187)
#D7D0C1
(215,208,193)
#DAD4C7
(218,212,199)
#DDD8CD
(221,216,205)
#E0DCD3
(224,220,211)
#E3E0D9
(227,224,217)
#E6E4DF
(230,228,223)
#E9E8E5
(233,232,229)
#ECECEB
(236,236,235)
#EFF0F1
(239,240,241)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCBB; }

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

This text font color is #D4CCBB.

Background Color

.myBgColor { background-color: #D4CCBB; }

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

This div background color is #D4CCBB.

Border color

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

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

This div border color is #D4CCBB.

Opacity

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

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

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

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

This text has shadow with #D4CCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CCBB.

Preview

Color preview on black background

This text has color #D4CCBB on black background.


Color preview on white background

This text has color #D4CCBB on white background.


Black color preview on #D4CCBB background

This text has black color on #D4CCBB background.


White color preview on #D4CCBB background

This text has white color on #D4CCBB background.


Related colors

Complementary color

Complementary color for #hex is #2B3344.


I love getcolorcode.com

Triadic colors

1 #BBD4CC and #CCBBD4 with #D4CCBB are triadic colors.

2 #BBCCD4 and #CCD4BB with #D4CCBB are triadic colors.