COLOR #D4CF9E

HEX: #D4CF9E
RGB: (212,207,158)

Color info

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

RGB color model

#D4CF9E color RGB value is (212,207,158).

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

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 158 of 255 = 62%

212
207
158

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

Portions of RGB colors in percentages

R + G + B =
212 + 207 + 158 = 577 (100%)
R 212 of 577 ~ 36.74%
G 207 of 577 ~ 35.88%
B 158 of 577 ~ 27.38%

%36.74
%35.88
%27.38

CMYK color model

#D4CF9E color CMYK value is (0,2,25,17).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 25.47%
  • key color value is 16.86%
CMYK:
(0,2,25,17)
C0M2Y25K17 
(0%,2%,25%,17%)
(0.00/0.02/0.25/0.17)	

CMYK percentages

%0
%2.36
%25.47
%16.86

Codes

Color #D4CF9E in popluar color models

D4CF9E
RGB212207158
HSL54°38.57%72.55%
HSB/HSV54°25.47%83.14%
CMYK0.00%2.36%25.47%
16.86%

Color #D4CF9E in popluar number systems.

HEXD4CF9E
Decimal212207158
Binary110101001100111110011110
Octal324317236

Shades and tints

Shades of #D4CF9E

#D4CF9E
(212,207,158)
#C1BD90
(193,189,144)
#AEAB82
(174,171,130)
#9B9974
(155,153,116)
#888766
(136,135,102)
#757558
(117,117,88)
#62634A
(98,99,74)
#4F513C
(79,81,60)
#3C3F2E
(60,63,46)
#292D20
(41,45,32)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #D4CF9E

#D4CF9E
(212,207,158)
#D7D3A6
(215,211,166)
#DAD7AE
(218,215,174)
#DDDBB6
(221,219,182)
#E0DFBE
(224,223,190)
#E3E3C6
(227,227,198)
#E6E7CE
(230,231,206)
#E9EBD6
(233,235,214)
#ECEFDE
(236,239,222)
#EFF3E6
(239,243,230)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CF9E color. Also use rgb(212,207,158) instead hex code.

Text Font Color

.myTextColor { color: #D4CF9E; }

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

This text font color is #D4CF9E.


Background Color

.myBgColor { background-color: #D4CF9E; }

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

This div background color is #D4CF9E.


Border color

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

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

This div border color is #D4CF9E.


Opacity

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

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

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

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

This text has shadow with #D4CF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CF9E on black background.


Color preview on white background

This text has color #D4CF9E on white background.



Black color preview on #D4CF9E background

This text has black color on #D4CF9E background.


White color preview on #D4CF9E background

This text has white color on #D4CF9E background.