COLOR #D5DAB9

HEX: #D5DAB9
RGB: (213,218,185)

Color info

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

RGB color model

#D5DAB9 color RGB value is (213,218,185).

  • red value is 213;
  • green value is 218;
  • blue value is 185.
RGB:
(213,218,185)
(84%,85%,73%)

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 185 of 255 = 73%

213
218
185

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

Portions of RGB colors in percentages

R + G + B =
213 + 218 + 185 = 616 (100%)
R 213 of 616 ~ 34.58%
G 218 of 616 ~ 35.39%
B 185 of 616 ~ 30.03%

%34.58
%35.39
%30.03

CMYK color model

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

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 14.51%
CMYK:
(2,0,15,15)
C2M0Y15K15 
(2%,0%,15%,15%)
(0.02/0.00/0.15/0.15)	

CMYK percentages

%2.29
%0
%15.14
%14.51

Codes

Color #D5DAB9 in popluar color models

D5DAB9
RGB213218185
HSL69°30.84%79.02%
HSB/HSV69°15.14%85.49%
CMYK2.29%0.00%15.14%
14.51%

Color #D5DAB9 in popluar number systems.

HEXD5DAB9
Decimal213218185
Binary110101011101101010111001
Octal325332271

Shades and tints

Shades of #D5DAB9

#D5DAB9
(213,218,185)
#C2C7A9
(194,199,169)
#AFB499
(175,180,153)
#9CA189
(156,161,137)
#898E79
(137,142,121)
#767B69
(118,123,105)
#636859
(99,104,89)
#505549
(80,85,73)
#3D4239
(61,66,57)
#2A2F29
(42,47,41)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #D5DAB9

#D5DAB9
(213,218,185)
#D8DDBF
(216,221,191)
#DBE0C5
(219,224,197)
#DEE3CB
(222,227,203)
#E1E6D1
(225,230,209)
#E4E9D7
(228,233,215)
#E7ECDD
(231,236,221)
#EAEFE3
(234,239,227)
#EDF2E9
(237,242,233)
#F0F5EF
(240,245,239)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DAB9; }

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

This text font color is #D5DAB9.


Background Color

.myBgColor { background-color: #D5DAB9; }

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

This div background color is #D5DAB9.


Border color

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

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

This div border color is #D5DAB9.


Opacity

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

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

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

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

This text has shadow with #D5DAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DAB9 on black background.


Color preview on white background

This text has color #D5DAB9 on white background.



Black color preview on #D5DAB9 background

This text has black color on #D5DAB9 background.


White color preview on #D5DAB9 background

This text has white color on #D5DAB9 background.