COLOR #D8DCAE

HEX: #D8DCAE RGB: (216,220,174)

Color info

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

RGB color model

#D8DCAE color RGB value is (216,220,174).

RGB: (216,220,174) (85%, 86%, 68%)

RGB channels and saturation

R 216 of 255 = 85%
G 220 of 255 = 86%
B 174 of 255 = 68%

216
220
174

R + G + B ~ 80%. #D8DCAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 220 + 174 = 610 (100%)
R 216 of 610 ~ 35.41%
G 220 of 610 ~ 36.07%
B 174 of 610 ~ 28.52'%

%35.41
%36.07
%28.52

CMYK color model

#D8DCAE color CMYK value is (2,0,21,14).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 20.91%
  • key color value is 13.73%

CMYK: (2,0,21,14)
C2M0Y21K14 (2%, 0%, 21%, 14%)
(0.02 / 0.00 / 0.21 / 0.14)

CMYK percentages

%1.82
%0
%20.91
%13.73

Codes

Color #D8DCAE in popluar color models

D8 DC AE
RGB 216 220 174
HSL 65° 39.66% 77.25%
HSB/HSV 65° 20.91% 86.27%
CMYK 1.82% 0.00% 20.91%
13.73%

Color #D8DCAE in popluar number systems.

HEX D8 DC AE
Decimal 216 220 174
Binary 11011000 11011100 10101110
Octal 330 334 256

Shades and tints

Shades of #D8DCAE

#D8DCAE
(216,220,174)
#C5C89F
(197,200,159)
#B2B490
(178,180,144)
#9FA081
(159,160,129)
#8C8C72
(140,140,114)
#797863
(121,120,99)
#666454
(102,100,84)
#535045
(83,80,69)
#403C36
(64,60,54)
#2D2827
(45,40,39)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #D8DCAE

#D8DCAE
(216,220,174)
#DBDFB5
(219,223,181)
#DEE2BC
(222,226,188)
#E1E5C3
(225,229,195)
#E4E8CA
(228,232,202)
#E7EBD1
(231,235,209)
#EAEED8
(234,238,216)
#EDF1DF
(237,241,223)
#F0F4E6
(240,244,230)
#F3F7ED
(243,247,237)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DCAE color. Also use rgb(216,220,174) instead hex code.

Text Font Color

.myTextColor { color: #D8DCAE; }

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

This text font color is #D8DCAE.

Background Color

.myBgColor { background-color: #D8DCAE; }

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

This div background color is #D8DCAE.

Border color

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

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

This div border color is #D8DCAE.

Opacity

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

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

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

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

This text has shadow with #D8DCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DCAE.

Preview

Color preview on black background

This text has color #D8DCAE on black background.


Color preview on white background

This text has color #D8DCAE on white background.


Black color preview on #D8DCAE background

This text has black color on #D8DCAE background.


White color preview on #D8DCAE background

This text has white color on #D8DCAE background.


Related colors

Complementary color

Complementary color for #hex is #272351.


I love getcolorcode.com

Triadic colors

1 #AED8DC and #DCAED8 with #D8DCAE are triadic colors.

2 #AEDCD8 and #DCD8AE with #D8DCAE are triadic colors.