COLOR #D5CEAC

HEX: #D5CEAC
RGB: (213,206,172)

Color info

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

RGB color model

#D5CEAC color RGB value is (213,206,172).

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

RGB channels and saturation

R 213 of 255 = 84%
G 206 of 255 = 81%
B 172 of 255 = 67%

213
206
172

R + G + B ~ 77%. #D5CEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 206 + 172 = 591 (100%)
R 213 of 591 ~ 36.04%
G 206 of 591 ~ 34.86%
B 172 of 591 ~ 29.1%

%36.04
%34.86
%29.1

CMYK color model

#D5CEAC color CMYK value is (0,3,19,16).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 19.25%
  • key color value is 16.47%
CMYK:
(0,3,19,16)
C0M3Y19K16 
(0%,3%,19%,16%)
(0.00/0.03/0.19/0.16)	

CMYK percentages

%0
%3.29
%19.25
%16.47

Codes

Color #D5CEAC in popluar color models

D5CEAC
RGB213206172
HSL50°32.80%75.49%
HSB/HSV50°19.25%83.53%
CMYK0.00%3.29%19.25%
16.47%

Color #D5CEAC in popluar number systems.

HEXD5CEAC
Decimal213206172
Binary110101011100111010101100
Octal325316254

Shades and tints

Shades of #D5CEAC

#D5CEAC
(213,206,172)
#C2BC9D
(194,188,157)
#AFAA8E
(175,170,142)
#9C987F
(156,152,127)
#898670
(137,134,112)
#767461
(118,116,97)
#636252
(99,98,82)
#505043
(80,80,67)
#3D3E34
(61,62,52)
#2A2C25
(42,44,37)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #D5CEAC

#D5CEAC
(213,206,172)
#D8D2B3
(216,210,179)
#DBD6BA
(219,214,186)
#DEDAC1
(222,218,193)
#E1DEC8
(225,222,200)
#E4E2CF
(228,226,207)
#E7E6D6
(231,230,214)
#EAEADD
(234,234,221)
#EDEEE4
(237,238,228)
#F0F2EB
(240,242,235)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CEAC; }

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

This text font color is #D5CEAC.


Background Color

.myBgColor { background-color: #D5CEAC; }

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

This div background color is #D5CEAC.


Border color

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

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

This div border color is #D5CEAC.


Opacity

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

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

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

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

This text has shadow with #D5CEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CEAC on black background.


Color preview on white background

This text has color #D5CEAC on white background.



Black color preview on #D5CEAC background

This text has black color on #D5CEAC background.


White color preview on #D5CEAC background

This text has white color on #D5CEAC background.