COLOR #D9CF8E

HEX: #D9CF8E RGB: (217,207,142)

Color info

#D9CF8E contains mainly red and green colors. Web safe color of #D9CF8E is #CCCC99 (or #CC9).

RGB color model

#D9CF8E color RGB value is (217,207,142).

RGB: (217,207,142) (85%, 81%, 56%)

RGB channels and saturation

R 217 of 255 = 85%
G 207 of 255 = 81%
B 142 of 255 = 56%

217
207
142

R + G + B ~ 74%. #D9CF8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 207 + 142 = 566 (100%)
R 217 of 566 ~ 38.34%
G 207 of 566 ~ 36.57%
B 142 of 566 ~ 25.09'%

%38.34
%36.57
%25.09

CMYK color model

#D9CF8E color CMYK value is (0,5,35,15).

  • cyan value is 0.00%
  • magenta value is 4.61%
  • yellow value is 34.56%
  • key color value is 14.90%

CMYK: (0,5,35,15)
C0M5Y35K15 (0%, 5%, 35%, 15%)
(0.00 / 0.05 / 0.35 / 0.15)

CMYK percentages

%0
%4.61
%34.56
%14.9

Codes

Color #D9CF8E in popluar color models

D9 CF 8E
RGB 217 207 142
HSL 52° 49.67% 70.39%
HSB/HSV 52° 34.56% 85.10%
CMYK 0.00% 4.61% 34.56%
14.90%

Color #D9CF8E in popluar number systems.

HEX D9 CF 8E
Decimal 217 207 142
Binary 11011001 11001111 10001110
Octal 331 317 216

Shades and tints

Shades of #D9CF8E

#D9CF8E
(217,207,142)
#C6BD82
(198,189,130)
#B3AB76
(179,171,118)
#A0996A
(160,153,106)
#8D875E
(141,135,94)
#7A7552
(122,117,82)
#676346
(103,99,70)
#54513A
(84,81,58)
#413F2E
(65,63,46)
#2E2D22
(46,45,34)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #D9CF8E

#D9CF8E
(217,207,142)
#DCD398
(220,211,152)
#DFD7A2
(223,215,162)
#E2DBAC
(226,219,172)
#E5DFB6
(229,223,182)
#E8E3C0
(232,227,192)
#EBE7CA
(235,231,202)
#EEEBD4
(238,235,212)
#F1EFDE
(241,239,222)
#F4F3E8
(244,243,232)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CF8E color. Also use rgb(217,207,142) instead hex code.

Text Font Color

.myTextColor { color: #D9CF8E; }

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

This text font color is #D9CF8E.

Background Color

.myBgColor { background-color: #D9CF8E; }

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

This div background color is #D9CF8E.

Border color

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

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

This div border color is #D9CF8E.

Opacity

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

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

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

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

This text has shadow with #D9CF8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9CF8E.

Preview

Color preview on black background

This text has color #D9CF8E on black background.


Color preview on white background

This text has color #D9CF8E on white background.


Black color preview on #D9CF8E background

This text has black color on #D9CF8E background.


White color preview on #D9CF8E background

This text has white color on #D9CF8E background.


Related colors

Complementary color

Complementary color for #hex is #263071.


I love getcolorcode.com

Triadic colors

1 #8ED9CF and #CF8ED9 with #D9CF8E are triadic colors.

2 #8ECFD9 and #CFD98E with #D9CF8E are triadic colors.