COLOR #D4DAB8

HEX: #D4DAB8
RGB: (212,218,184)

Color info

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

RGB color model

#D4DAB8 color RGB value is (212,218,184).

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

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 184 of 255 = 72%

212
218
184

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

Portions of RGB colors in percentages

R + G + B =
212 + 218 + 184 = 614 (100%)
R 212 of 614 ~ 34.53%
G 218 of 614 ~ 35.5%
B 184 of 614 ~ 29.97%

%34.53
%35.5
%29.97

CMYK color model

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

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(3,0,16,15)
C3M0Y16K15 
(3%,0%,16%,15%)
(0.03/0.00/0.16/0.15)	

CMYK percentages

%2.75
%0
%15.6
%14.51

Codes

Color #D4DAB8 in popluar color models

D4DAB8
RGB212218184
HSL71°31.48%78.82%
HSB/HSV71°15.60%85.49%
CMYK2.75%0.00%15.60%
14.51%

Color #D4DAB8 in popluar number systems.

HEXD4DAB8
Decimal212218184
Binary110101001101101010111000
Octal324332270

Shades and tints

Shades of #D4DAB8

#D4DAB8
(212,218,184)
#C1C7A8
(193,199,168)
#AEB498
(174,180,152)
#9BA188
(155,161,136)
#888E78
(136,142,120)
#757B68
(117,123,104)
#626858
(98,104,88)
#4F5548
(79,85,72)
#3C4238
(60,66,56)
#292F28
(41,47,40)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #D4DAB8

#D4DAB8
(212,218,184)
#D7DDBE
(215,221,190)
#DAE0C4
(218,224,196)
#DDE3CA
(221,227,202)
#E0E6D0
(224,230,208)
#E3E9D6
(227,233,214)
#E6ECDC
(230,236,220)
#E9EFE2
(233,239,226)
#ECF2E8
(236,242,232)
#EFF5EE
(239,245,238)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DAB8; }

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

This text font color is #D4DAB8.


Background Color

.myBgColor { background-color: #D4DAB8; }

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

This div background color is #D4DAB8.


Border color

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

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

This div border color is #D4DAB8.


Opacity

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

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

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

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

This text has shadow with #D4DAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DAB8 on black background.


Color preview on white background

This text has color #D4DAB8 on white background.



Black color preview on #D4DAB8 background

This text has black color on #D4DAB8 background.


White color preview on #D4DAB8 background

This text has white color on #D4DAB8 background.