COLOR #D4DAB9

HEX: #D4DAB9
RGB: (212,218,185)

Color info

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

RGB color model

#D4DAB9 color RGB value is (212,218,185).

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

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 185 of 255 = 73%

212
218
185

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

Portions of RGB colors in percentages

R + G + B =
212 + 218 + 185 = 615 (100%)
R 212 of 615 ~ 34.47%
G 218 of 615 ~ 35.45%
B 185 of 615 ~ 30.08%

%34.47
%35.45
%30.08

CMYK color model

#D4DAB9 color CMYK value is (3,0,15,15).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 14.51%
CMYK:
(3,0,15,15)
C3M0Y15K15 
(3%,0%,15%,15%)
(0.03/0.00/0.15/0.15)	

CMYK percentages

%2.75
%0
%15.14
%14.51

Codes

Color #D4DAB9 in popluar color models

D4DAB9
RGB212218185
HSL71°30.84%79.02%
HSB/HSV71°15.14%85.49%
CMYK2.75%0.00%15.14%
14.51%

Color #D4DAB9 in popluar number systems.

HEXD4DAB9
Decimal212218185
Binary110101001101101010111001
Octal324332271

Shades and tints

Shades of #D4DAB9

#D4DAB9
(212,218,185)
#C1C7A9
(193,199,169)
#AEB499
(174,180,153)
#9BA189
(155,161,137)
#888E79
(136,142,121)
#757B69
(117,123,105)
#626859
(98,104,89)
#4F5549
(79,85,73)
#3C4239
(60,66,57)
#292F29
(41,47,41)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #D4DAB9

#D4DAB9
(212,218,185)
#D7DDBF
(215,221,191)
#DAE0C5
(218,224,197)
#DDE3CB
(221,227,203)
#E0E6D1
(224,230,209)
#E3E9D7
(227,233,215)
#E6ECDD
(230,236,221)
#E9EFE3
(233,239,227)
#ECF2E9
(236,242,233)
#EFF5EF
(239,245,239)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DAB9; }

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

This text font color is #D4DAB9.


Background Color

.myBgColor { background-color: #D4DAB9; }

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

This div background color is #D4DAB9.


Border color

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

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

This div border color is #D4DAB9.


Opacity

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

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

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

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

This text has shadow with #D4DAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DAB9 on black background.


Color preview on white background

This text has color #D4DAB9 on white background.



Black color preview on #D4DAB9 background

This text has black color on #D4DAB9 background.


White color preview on #D4DAB9 background

This text has white color on #D4DAB9 background.