COLOR #D5CE9A

HEX: #D5CE9A
RGB: (213,206,154)

Color info

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

RGB color model

#D5CE9A color RGB value is (213,206,154).

  • red value is 213;
  • green value is 206;
  • blue value is 154.
RGB:
(213,206,154)
(84%,81%,60%)

RGB channels and saturation

R 213 of 255 = 84%
G 206 of 255 = 81%
B 154 of 255 = 60%

213
206
154

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

Portions of RGB colors in percentages

R + G + B =
213 + 206 + 154 = 573 (100%)
R 213 of 573 ~ 37.17%
G 206 of 573 ~ 35.95%
B 154 of 573 ~ 26.88%

%37.17
%35.95
%26.88

CMYK color model

#D5CE9A color CMYK value is (0,3,28,16).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 27.70%
  • key color value is 16.47%
CMYK:
(0,3,28,16)
C0M3Y28K16 
(0%,3%,28%,16%)
(0.00/0.03/0.28/0.16)	

CMYK percentages

%0
%3.29
%27.7
%16.47

Codes

Color #D5CE9A in popluar color models

D5CE9A
RGB213206154
HSL53°41.26%71.96%
HSB/HSV53°27.70%83.53%
CMYK0.00%3.29%27.70%
16.47%

Color #D5CE9A in popluar number systems.

HEXD5CE9A
Decimal213206154
Binary110101011100111010011010
Octal325316232

Shades and tints

Shades of #D5CE9A

#D5CE9A
(213,206,154)
#C2BC8C
(194,188,140)
#AFAA7E
(175,170,126)
#9C9870
(156,152,112)
#898662
(137,134,98)
#767454
(118,116,84)
#636246
(99,98,70)
#505038
(80,80,56)
#3D3E2A
(61,62,42)
#2A2C1C
(42,44,28)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #D5CE9A

#D5CE9A
(213,206,154)
#D8D2A3
(216,210,163)
#DBD6AC
(219,214,172)
#DEDAB5
(222,218,181)
#E1DEBE
(225,222,190)
#E4E2C7
(228,226,199)
#E7E6D0
(231,230,208)
#EAEAD9
(234,234,217)
#EDEEE2
(237,238,226)
#F0F2EB
(240,242,235)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CE9A color. Also use rgb(213,206,154) instead hex code.

Text Font Color

.myTextColor { color: #D5CE9A; }

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

This text font color is #D5CE9A.


Background Color

.myBgColor { background-color: #D5CE9A; }

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

This div background color is #D5CE9A.


Border color

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

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

This div border color is #D5CE9A.


Opacity

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

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

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

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

This text has shadow with #D5CE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CE9A on black background.


Color preview on white background

This text has color #D5CE9A on white background.



Black color preview on #D5CE9A background

This text has black color on #D5CE9A background.


White color preview on #D5CE9A background

This text has white color on #D5CE9A background.