COLOR #D4CEB8

HEX: #D4CEB8 RGB: (212,206,184)

Color info

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

RGB color model

#D4CEB8 color RGB value is (212,206,184).

RGB: (212,206,184) (83%, 81%, 72%)

RGB channels and saturation

R 212 of 255 = 83%
G 206 of 255 = 81%
B 184 of 255 = 72%

212
206
184

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

Portions of RGB colors in percentages

R + G + B = 212 + 206 + 184 = 602 (100%)
R 212 of 602 ~ 35.22%
G 206 of 602 ~ 34.22%
B 184 of 602 ~ 30.56'%

%35.22
%34.22
%30.56

CMYK color model

#D4CEB8 color CMYK value is (0,3,13,17).

  • cyan value is 0.00%
  • magenta value is 2.83%
  • yellow value is 13.21%
  • key color value is 16.86%

CMYK: (0,3,13,17)
C0M3Y13K17 (0%, 3%, 13%, 17%)
(0.00 / 0.03 / 0.13 / 0.17)

CMYK percentages

%0
%2.83
%13.21
%16.86

Codes

Color #D4CEB8 in popluar color models

D4 CE B8
RGB 212 206 184
HSL 47° 24.56% 77.65%
HSB/HSV 47° 13.21% 83.14%
CMYK 0.00% 2.83% 13.21%
16.86%

Color #D4CEB8 in popluar number systems.

HEX D4 CE B8
Decimal 212 206 184
Binary 11010100 11001110 10111000
Octal 324 316 270

Shades and tints

Shades of #D4CEB8

#D4CEB8
(212,206,184)
#C1BCA8
(193,188,168)
#AEAA98
(174,170,152)
#9B9888
(155,152,136)
#888678
(136,134,120)
#757468
(117,116,104)
#626258
(98,98,88)
#4F5048
(79,80,72)
#3C3E38
(60,62,56)
#292C28
(41,44,40)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4CEB8

#D4CEB8
(212,206,184)
#D7D2BE
(215,210,190)
#DAD6C4
(218,214,196)
#DDDACA
(221,218,202)
#E0DED0
(224,222,208)
#E3E2D6
(227,226,214)
#E6E6DC
(230,230,220)
#E9EAE2
(233,234,226)
#ECEEE8
(236,238,232)
#EFF2EE
(239,242,238)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CEB8 color. Also use rgb(212,206,184) instead hex code.

Text Font Color

.myTextColor { color: #D4CEB8; }

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

This text font color is #D4CEB8.

Background Color

.myBgColor { background-color: #D4CEB8; }

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

This div background color is #D4CEB8.

Border color

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

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

This div border color is #D4CEB8.

Opacity

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

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

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

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

This text has shadow with #D4CEB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CEB8.

Preview

Color preview on black background

This text has color #D4CEB8 on black background.


Color preview on white background

This text has color #D4CEB8 on white background.


Black color preview on #D4CEB8 background

This text has black color on #D4CEB8 background.


White color preview on #D4CEB8 background

This text has white color on #D4CEB8 background.


Related colors

Complementary color

Complementary color for #hex is #2B3147.


I love getcolorcode.com

Triadic colors

1 #B8D4CE and #CEB8D4 with #D4CEB8 are triadic colors.

2 #B8CED4 and #CED4B8 with #D4CEB8 are triadic colors.