COLOR #D8DABD

HEX: #D8DABD
RGB: (216,218,189)

Color info

#D8DABD contains red, green and blue colors in about the same proportion. Web safe color of #D8DABD is #CCCCCC (or #CCC).

RGB color model

#D8DABD color RGB value is (216,218,189).

  • red value is 216;
  • green value is 218;
  • blue value is 189.
RGB:
(216,218,189)
(85%,85%,74%)

RGB channels and saturation

R 216 of 255 = 85%
G 218 of 255 = 85%
B 189 of 255 = 74%

216
218
189

R + G + B ~ 81%. #D8DABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 218 + 189 = 623 (100%)
R 216 of 623 ~ 34.67%
G 218 of 623 ~ 34.99%
B 189 of 623 ~ 30.34%

%34.67
%34.99
%30.34

CMYK color model

#D8DABD color CMYK value is (1,0,13,15).

  • cyan value is 0.92%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 14.51%
CMYK:
(1,0,13,15)
C1M0Y13K15 
(1%,0%,13%,15%)
(0.01/0.00/0.13/0.15)	

CMYK percentages

%0.92
%0
%13.3
%14.51

Codes

Color #D8DABD in popluar color models

D8DABD
RGB216218189
HSL64°28.16%79.80%
HSB/HSV64°13.30%85.49%
CMYK0.92%0.00%13.30%
14.51%

Color #D8DABD in popluar number systems.

HEXD8DABD
Decimal216218189
Binary110110001101101010111101
Octal330332275

Shades and tints

Shades of #D8DABD

#D8DABD
(216,218,189)
#C5C7AC
(197,199,172)
#B2B49B
(178,180,155)
#9FA18A
(159,161,138)
#8C8E79
(140,142,121)
#797B68
(121,123,104)
#666857
(102,104,87)
#535546
(83,85,70)
#404235
(64,66,53)
#2D2F24
(45,47,36)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #D8DABD

#D8DABD
(216,218,189)
#DBDDC3
(219,221,195)
#DEE0C9
(222,224,201)
#E1E3CF
(225,227,207)
#E4E6D5
(228,230,213)
#E7E9DB
(231,233,219)
#EAECE1
(234,236,225)
#EDEFE7
(237,239,231)
#F0F2ED
(240,242,237)
#F3F5F3
(243,245,243)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DABD; }

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

This text font color is #D8DABD.


Background Color

.myBgColor { background-color: #D8DABD; }

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

This div background color is #D8DABD.


Border color

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

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

This div border color is #D8DABD.


Opacity

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

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

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

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

This text has shadow with #D8DABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DABD on black background.


Color preview on white background

This text has color #D8DABD on white background.



Black color preview on #D8DABD background

This text has black color on #D8DABD background.


White color preview on #D8DABD background

This text has white color on #D8DABD background.