COLOR #D5CF9F

HEX: #D5CF9F
RGB: (213,207,159)

Color info

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

RGB color model

#D5CF9F color RGB value is (213,207,159).

  • red value is 213;
  • green value is 207;
  • blue value is 159.
RGB:
(213,207,159)
(84%,81%,62%)

RGB channels and saturation

R 213 of 255 = 84%
G 207 of 255 = 81%
B 159 of 255 = 62%

213
207
159

R + G + B ~ 76%. #D5CF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 207 + 159 = 579 (100%)
R 213 of 579 ~ 36.79%
G 207 of 579 ~ 35.75%
B 159 of 579 ~ 27.46%

%36.79
%35.75
%27.46

CMYK color model

#D5CF9F color CMYK value is (0,3,25,16).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 25.35%
  • key color value is 16.47%
CMYK:
(0,3,25,16)
C0M3Y25K16 
(0%,3%,25%,16%)
(0.00/0.03/0.25/0.16)	

CMYK percentages

%0
%2.82
%25.35
%16.47

Codes

Color #D5CF9F in popluar color models

D5CF9F
RGB213207159
HSL53°39.13%72.94%
HSB/HSV53°25.35%83.53%
CMYK0.00%2.82%25.35%
16.47%

Color #D5CF9F in popluar number systems.

HEXD5CF9F
Decimal213207159
Binary110101011100111110011111
Octal325317237

Shades and tints

Shades of #D5CF9F

#D5CF9F
(213,207,159)
#C2BD91
(194,189,145)
#AFAB83
(175,171,131)
#9C9975
(156,153,117)
#898767
(137,135,103)
#767559
(118,117,89)
#63634B
(99,99,75)
#50513D
(80,81,61)
#3D3F2F
(61,63,47)
#2A2D21
(42,45,33)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #D5CF9F

#D5CF9F
(213,207,159)
#D8D3A7
(216,211,167)
#DBD7AF
(219,215,175)
#DEDBB7
(222,219,183)
#E1DFBF
(225,223,191)
#E4E3C7
(228,227,199)
#E7E7CF
(231,231,207)
#EAEBD7
(234,235,215)
#EDEFDF
(237,239,223)
#F0F3E7
(240,243,231)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CF9F color. Also use rgb(213,207,159) instead hex code.

Text Font Color

.myTextColor { color: #D5CF9F; }

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

This text font color is #D5CF9F.


Background Color

.myBgColor { background-color: #D5CF9F; }

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

This div background color is #D5CF9F.


Border color

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

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

This div border color is #D5CF9F.


Opacity

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

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

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

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

This text has shadow with #D5CF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CF9F on black background.


Color preview on white background

This text has color #D5CF9F on white background.



Black color preview on #D5CF9F background

This text has black color on #D5CF9F background.


White color preview on #D5CF9F background

This text has white color on #D5CF9F background.