COLOR #D5CFA6

HEX: #D5CFA6 RGB: (213,207,166)

Color info

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

RGB color model

#D5CFA6 color RGB value is (213,207,166).

RGB: (213,207,166) (84%, 81%, 65%)

RGB channels and saturation

R 213 of 255 = 84%
G 207 of 255 = 81%
B 166 of 255 = 65%

213
207
166

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

Portions of RGB colors in percentages

R + G + B = 213 + 207 + 166 = 586 (100%)
R 213 of 586 ~ 36.35%
G 207 of 586 ~ 35.32%
B 166 of 586 ~ 28.33'%

%36.35
%35.32
%28.33

CMYK color model

#D5CFA6 color CMYK value is (0,3,22,16).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 22.07%
  • key color value is 16.47%

CMYK: (0,3,22,16)
C0M3Y22K16 (0%, 3%, 22%, 16%)
(0.00 / 0.03 / 0.22 / 0.16)

CMYK percentages

%0
%2.82
%22.07
%16.47

Codes

Color #D5CFA6 in popluar color models

D5 CF A6
RGB 213 207 166
HSL 52° 35.88% 74.31%
HSB/HSV 52° 22.07% 83.53%
CMYK 0.00% 2.82% 22.07%
16.47%

Color #D5CFA6 in popluar number systems.

HEX D5 CF A6
Decimal 213 207 166
Binary 11010101 11001111 10100110
Octal 325 317 246

Shades and tints

Shades of #D5CFA6

#D5CFA6
(213,207,166)
#C2BD97
(194,189,151)
#AFAB88
(175,171,136)
#9C9979
(156,153,121)
#89876A
(137,135,106)
#76755B
(118,117,91)
#63634C
(99,99,76)
#50513D
(80,81,61)
#3D3F2E
(61,63,46)
#2A2D1F
(42,45,31)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #D5CFA6

#D5CFA6
(213,207,166)
#D8D3AE
(216,211,174)
#DBD7B6
(219,215,182)
#DEDBBE
(222,219,190)
#E1DFC6
(225,223,198)
#E4E3CE
(228,227,206)
#E7E7D6
(231,231,214)
#EAEBDE
(234,235,222)
#EDEFE6
(237,239,230)
#F0F3EE
(240,243,238)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CFA6; }

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

This text font color is #D5CFA6.

Background Color

.myBgColor { background-color: #D5CFA6; }

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

This div background color is #D5CFA6.

Border color

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

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

This div border color is #D5CFA6.

Opacity

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

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

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

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

This text has shadow with #D5CFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CFA6.

Preview

Color preview on black background

This text has color #D5CFA6 on black background.


Color preview on white background

This text has color #D5CFA6 on white background.


Black color preview on #D5CFA6 background

This text has black color on #D5CFA6 background.


White color preview on #D5CFA6 background

This text has white color on #D5CFA6 background.


Related colors

Complementary color

Complementary color for #hex is #2A3059.


I love getcolorcode.com

Triadic colors

1 #A6D5CF and #CFA6D5 with #D5CFA6 are triadic colors.

2 #A6CFD5 and #CFD5A6 with #D5CFA6 are triadic colors.