COLOR #D5DCA7

HEX: #D5DCA7 RGB: (213,220,167)

Color info

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

RGB color model

#D5DCA7 color RGB value is (213,220,167).

RGB: (213,220,167) (84%, 86%, 65%)

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 167 of 255 = 65%

213
220
167

R + G + B ~ 78%. #D5DCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 220 + 167 = 600 (100%)
R 213 of 600 ~ 35.5%
G 220 of 600 ~ 36.67%
B 167 of 600 ~ 27.83'%

%35.5
%36.67
%27.83

CMYK color model

#D5DCA7 color CMYK value is (3,0,24,14).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 24.09%
  • key color value is 13.73%

CMYK: (3,0,24,14)
C3M0Y24K14 (3%, 0%, 24%, 14%)
(0.03 / 0.00 / 0.24 / 0.14)

CMYK percentages

%3.18
%0
%24.09
%13.73

Codes

Color #D5DCA7 in popluar color models

D5 DC A7
RGB 213 220 167
HSL 68° 43.09% 75.88%
HSB/HSV 68° 24.09% 86.27%
CMYK 3.18% 0.00% 24.09%
13.73%

Color #D5DCA7 in popluar number systems.

HEX D5 DC A7
Decimal 213 220 167
Binary 11010101 11011100 10100111
Octal 325 334 247

Shades and tints

Shades of #D5DCA7

#D5DCA7
(213,220,167)
#C2C898
(194,200,152)
#AFB489
(175,180,137)
#9CA07A
(156,160,122)
#898C6B
(137,140,107)
#76785C
(118,120,92)
#63644D
(99,100,77)
#50503E
(80,80,62)
#3D3C2F
(61,60,47)
#2A2820
(42,40,32)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #D5DCA7

#D5DCA7
(213,220,167)
#D8DFAF
(216,223,175)
#DBE2B7
(219,226,183)
#DEE5BF
(222,229,191)
#E1E8C7
(225,232,199)
#E4EBCF
(228,235,207)
#E7EED7
(231,238,215)
#EAF1DF
(234,241,223)
#EDF4E7
(237,244,231)
#F0F7EF
(240,247,239)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DCA7 color. Also use rgb(213,220,167) instead hex code.

Text Font Color

.myTextColor { color: #D5DCA7; }

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

This text font color is #D5DCA7.

Background Color

.myBgColor { background-color: #D5DCA7; }

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

This div background color is #D5DCA7.

Border color

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

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

This div border color is #D5DCA7.

Opacity

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

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

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

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

This text has shadow with #D5DCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DCA7.

Preview

Color preview on black background

This text has color #D5DCA7 on black background.


Color preview on white background

This text has color #D5DCA7 on white background.


Black color preview on #D5DCA7 background

This text has black color on #D5DCA7 background.


White color preview on #D5DCA7 background

This text has white color on #D5DCA7 background.


Related colors

Complementary color

Complementary color for #hex is #2A2358.


I love getcolorcode.com

Triadic colors

1 #A7D5DC and #DCA7D5 with #D5DCA7 are triadic colors.

2 #A7DCD5 and #DCD5A7 with #D5DCA7 are triadic colors.