COLOR #D5DAAC

HEX: #D5DAAC RGB: (213,218,172)

Color info

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

RGB color model

#D5DAAC color RGB value is (213,218,172).

RGB: (213,218,172) (84%, 85%, 67%)

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 172 of 255 = 67%

213
218
172

R + G + B ~ 79%. #D5DAAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 218 + 172 = 603 (100%)
R 213 of 603 ~ 35.32%
G 218 of 603 ~ 36.15%
B 172 of 603 ~ 28.52'%

%35.32
%36.15
%28.52

CMYK color model

#D5DAAC color CMYK value is (2,0,21,15).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 21.10%
  • key color value is 14.51%
CMYK: (2,0,21,15) C2M0Y21K15 (2%,0%,21%,15%) (0.02/0.00/0.21/0.15) 

CMYK percentages

%2.29
%0
%21.1
%14.51

Codes

Color #D5DAAC in popluar color models

D5 DA AC
RGB 213 218 172
HSL 67° 38.33% 76.47%
HSB/HSV 67° 21.10% 85.49%
CMYK 2.29% 0.00% 21.10%
14.51%

Color #D5DAAC in popluar number systems.

HEX D5 DA AC
Decimal 213 218 172
Binary 11010101 11011010 10101100
Octal 325 332 254

Shades and tints

Shades of #D5DAAC

#D5DAAC
(213,218,172)
#C2C79D
(194,199,157)
#AFB48E
(175,180,142)
#9CA17F
(156,161,127)
#898E70
(137,142,112)
#767B61
(118,123,97)
#636852
(99,104,82)
#505543
(80,85,67)
#3D4234
(61,66,52)
#2A2F25
(42,47,37)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #D5DAAC

#D5DAAC
(213,218,172)
#D8DDB3
(216,221,179)
#DBE0BA
(219,224,186)
#DEE3C1
(222,227,193)
#E1E6C8
(225,230,200)
#E4E9CF
(228,233,207)
#E7ECD6
(231,236,214)
#EAEFDD
(234,239,221)
#EDF2E4
(237,242,228)
#F0F5EB
(240,245,235)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DAAC color. Also use rgb(213,218,172) instead hex code.

Text Font Color

.myTextColor { color: #D5DAAC; }

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

This text font color is #D5DAAC.

Background Color

.myBgColor { background-color: #D5DAAC; }

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

This div background color is #D5DAAC.

Border color

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

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

This div border color is #D5DAAC.

Opacity

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

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

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

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

This text has shadow with #D5DAAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DAAC.

Preview

Color preview on black background

This text has color #D5DAAC on black background.


Color preview on white background

This text has color #D5DAAC on white background.


Black color preview on #D5DAAC background

This text has black color on #D5DAAC background.


White color preview on #D5DAAC background

This text has white color on #D5DAAC background.


Related colors

Complementary color

Complementary color for #hex is #2A2553.


I love getcolorcode.com

Triadic colors

1 #ACD5DA and #DAACD5 with #D5DAAC are triadic colors.

2 #ACDAD5 and #DAD5AC with #D5DAAC are triadic colors.