COLOR #D4CE9D

HEX: #D4CE9D
RGB: (212,206,157)

Color info

#D4CE9D contains red, green and blue colors in about the same proportion. Web safe color of #D4CE9D is #CCCC99 (or #CC9).

RGB color model

#D4CE9D color RGB value is (212,206,157).

  • red value is 212;
  • green value is 206;
  • blue value is 157.
RGB:
(212,206,157)
(83%,81%,62%)

RGB channels and saturation

R 212 of 255 = 83%
G 206 of 255 = 81%
B 157 of 255 = 62%

212
206
157

R + G + B ~ 75%. #D4CE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 206 + 157 = 575 (100%)
R 212 of 575 ~ 36.87%
G 206 of 575 ~ 35.83%
B 157 of 575 ~ 27.3%

%36.87
%35.83
%27.3

CMYK color model

#D4CE9D color CMYK value is (0,3,26,17).

  • cyan value is 0.00%
  • magenta value is 2.83%
  • yellow value is 25.94%
  • key color value is 16.86%
CMYK:
(0,3,26,17)
C0M3Y26K17 
(0%,3%,26%,17%)
(0.00/0.03/0.26/0.17)	

CMYK percentages

%0
%2.83
%25.94
%16.86

Codes

Color #D4CE9D in popluar color models

D4CE9D
RGB212206157
HSL53°39.01%72.35%
HSB/HSV53°25.94%83.14%
CMYK0.00%2.83%25.94%
16.86%

Color #D4CE9D in popluar number systems.

HEXD4CE9D
Decimal212206157
Binary110101001100111010011101
Octal324316235

Shades and tints

Shades of #D4CE9D

#D4CE9D
(212,206,157)
#C1BC8F
(193,188,143)
#AEAA81
(174,170,129)
#9B9873
(155,152,115)
#888665
(136,134,101)
#757457
(117,116,87)
#626249
(98,98,73)
#4F503B
(79,80,59)
#3C3E2D
(60,62,45)
#292C1F
(41,44,31)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #D4CE9D

#D4CE9D
(212,206,157)
#D7D2A5
(215,210,165)
#DAD6AD
(218,214,173)
#DDDAB5
(221,218,181)
#E0DEBD
(224,222,189)
#E3E2C5
(227,226,197)
#E6E6CD
(230,230,205)
#E9EAD5
(233,234,213)
#ECEEDD
(236,238,221)
#EFF2E5
(239,242,229)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CE9D; }

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

This text font color is #D4CE9D.


Background Color

.myBgColor { background-color: #D4CE9D; }

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

This div background color is #D4CE9D.


Border color

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

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

This div border color is #D4CE9D.


Opacity

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

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

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

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

This text has shadow with #D4CE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CE9D on black background.


Color preview on white background

This text has color #D4CE9D on white background.



Black color preview on #D4CE9D background

This text has black color on #D4CE9D background.


White color preview on #D4CE9D background

This text has white color on #D4CE9D background.