COLOR #D8DAB0

HEX: #D8DAB0 RGB: (216,218,176)

Color info

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

RGB color model

#D8DAB0 color RGB value is (216,218,176).

RGB: (216,218,176) (85%, 85%, 69%)

RGB channels and saturation

R 216 of 255 = 85%
G 218 of 255 = 85%
B 176 of 255 = 69%

216
218
176

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

Portions of RGB colors in percentages

R + G + B = 216 + 218 + 176 = 610 (100%)
R 216 of 610 ~ 35.41%
G 218 of 610 ~ 35.74%
B 176 of 610 ~ 28.85'%

%35.41
%35.74
%28.85

CMYK color model

#D8DAB0 color CMYK value is (1,0,19,15).

  • cyan value is 0.92%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 14.51%
CMYK: (1,0,19,15) C1M0Y19K15 (1%,0%,19%,15%) (0.01/0.00/0.19/0.15) 

CMYK percentages

%0.92
%0
%19.27
%14.51

Codes

Color #D8DAB0 in popluar color models

D8 DA B0
RGB 216 218 176
HSL 63° 36.21% 77.25%
HSB/HSV 63° 19.27% 85.49%
CMYK 0.92% 0.00% 19.27%
14.51%

Color #D8DAB0 in popluar number systems.

HEX D8 DA B0
Decimal 216 218 176
Binary 11011000 11011010 10110000
Octal 330 332 260

Shades and tints

Shades of #D8DAB0

#D8DAB0
(216,218,176)
#C5C7A0
(197,199,160)
#B2B490
(178,180,144)
#9FA180
(159,161,128)
#8C8E70
(140,142,112)
#797B60
(121,123,96)
#666850
(102,104,80)
#535540
(83,85,64)
#404230
(64,66,48)
#2D2F20
(45,47,32)
#1A1C10
(26,28,16)
#000000
(0,0,0)

Tints of #D8DAB0

#D8DAB0
(216,218,176)
#DBDDB7
(219,221,183)
#DEE0BE
(222,224,190)
#E1E3C5
(225,227,197)
#E4E6CC
(228,230,204)
#E7E9D3
(231,233,211)
#EAECDA
(234,236,218)
#EDEFE1
(237,239,225)
#F0F2E8
(240,242,232)
#F3F5EF
(243,245,239)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DAB0 color. Also use rgb(216,218,176) instead hex code.

Text Font Color

.myTextColor { color: #D8DAB0; }

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

This text font color is #D8DAB0.

Background Color

.myBgColor { background-color: #D8DAB0; }

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

This div background color is #D8DAB0.

Border color

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

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

This div border color is #D8DAB0.

Opacity

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

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

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

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

This text has shadow with #D8DAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DAB0.

Preview

Color preview on black background

This text has color #D8DAB0 on black background.


Color preview on white background

This text has color #D8DAB0 on white background.


Black color preview on #D8DAB0 background

This text has black color on #D8DAB0 background.


White color preview on #D8DAB0 background

This text has white color on #D8DAB0 background.


Related colors

Complementary color

Complementary color for #hex is #27254F.


I love getcolorcode.com

Triadic colors

1 #B0D8DA and #DAB0D8 with #D8DAB0 are triadic colors.

2 #B0DAD8 and #DAD8B0 with #D8DAB0 are triadic colors.