COLOR #D4D9B8

HEX: #D4D9B8
RGB: (212,217,184)

Color info

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

RGB color model

#D4D9B8 color RGB value is (212,217,184).

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

RGB channels and saturation

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

212
217
184

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

Portions of RGB colors in percentages

R + G + B =
212 + 217 + 184 = 613 (100%)
R 212 of 613 ~ 34.58%
G 217 of 613 ~ 35.4%
B 184 of 613 ~ 30.02%

%34.58
%35.4
%30.02

CMYK color model

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

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 15.21%
  • key color value is 14.90%
CMYK:
(2,0,15,15)
C2M0Y15K15 
(2%,0%,15%,15%)
(0.02/0.00/0.15/0.15)	

CMYK percentages

%2.3
%0
%15.21
%14.9

Codes

Color #D4D9B8 in popluar color models

D4D9B8
RGB212217184
HSL69°30.28%78.63%
HSB/HSV69°15.21%85.10%
CMYK2.30%0.00%15.21%
14.90%

Color #D4D9B8 in popluar number systems.

HEXD4D9B8
Decimal212217184
Binary110101001101100110111000
Octal324331270

Shades and tints

Shades of #D4D9B8

#D4D9B8
(212,217,184)
#C1C6A8
(193,198,168)
#AEB398
(174,179,152)
#9BA088
(155,160,136)
#888D78
(136,141,120)
#757A68
(117,122,104)
#626758
(98,103,88)
#4F5448
(79,84,72)
#3C4138
(60,65,56)
#292E28
(41,46,40)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #D4D9B8

#D4D9B8
(212,217,184)
#D7DCBE
(215,220,190)
#DADFC4
(218,223,196)
#DDE2CA
(221,226,202)
#E0E5D0
(224,229,208)
#E3E8D6
(227,232,214)
#E6EBDC
(230,235,220)
#E9EEE2
(233,238,226)
#ECF1E8
(236,241,232)
#EFF4EE
(239,244,238)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D9B8; }

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

This text font color is #D4D9B8.


Background Color

.myBgColor { background-color: #D4D9B8; }

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

This div background color is #D4D9B8.


Border color

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

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

This div border color is #D4D9B8.


Opacity

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

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

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

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

This text has shadow with #D4D9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D9B8 on black background.


Color preview on white background

This text has color #D4D9B8 on white background.



Black color preview on #D4D9B8 background

This text has black color on #D4D9B8 background.


White color preview on #D4D9B8 background

This text has white color on #D4D9B8 background.