COLOR #D4DFB8

HEX: #D4DFB8
RGB: (212,223,184)

Color info

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

RGB color model

#D4DFB8 color RGB value is (212,223,184).

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

RGB channels and saturation

R 212 of 255 = 83%
G 223 of 255 = 87%
B 184 of 255 = 72%

212
223
184

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

Portions of RGB colors in percentages

R + G + B =
212 + 223 + 184 = 619 (100%)
R 212 of 619 ~ 34.25%
G 223 of 619 ~ 36.03%
B 184 of 619 ~ 29.73%

%34.25
%36.03
%29.73

CMYK color model

#D4DFB8 color CMYK value is (5,0,17,13).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 17.49%
  • key color value is 12.55%
CMYK:
(5,0,17,13)
C5M0Y17K13 
(5%,0%,17%,13%)
(0.05/0.00/0.17/0.13)	

CMYK percentages

%4.93
%0
%17.49
%12.55

Codes

Color #D4DFB8 in popluar color models

D4DFB8
RGB212223184
HSL77°37.86%79.80%
HSB/HSV77°17.49%87.45%
CMYK4.93%0.00%17.49%
12.55%

Color #D4DFB8 in popluar number systems.

HEXD4DFB8
Decimal212223184
Binary110101001101111110111000
Octal324337270

Shades and tints

Shades of #D4DFB8

#D4DFB8
(212,223,184)
#C1CBA8
(193,203,168)
#AEB798
(174,183,152)
#9BA388
(155,163,136)
#888F78
(136,143,120)
#757B68
(117,123,104)
#626758
(98,103,88)
#4F5348
(79,83,72)
#3C3F38
(60,63,56)
#292B28
(41,43,40)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #D4DFB8

#D4DFB8
(212,223,184)
#D7E1BE
(215,225,190)
#DAE3C4
(218,227,196)
#DDE5CA
(221,229,202)
#E0E7D0
(224,231,208)
#E3E9D6
(227,233,214)
#E6EBDC
(230,235,220)
#E9EDE2
(233,237,226)
#ECEFE8
(236,239,232)
#EFF1EE
(239,241,238)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DFB8; }

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

This text font color is #D4DFB8.


Background Color

.myBgColor { background-color: #D4DFB8; }

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

This div background color is #D4DFB8.


Border color

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

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

This div border color is #D4DFB8.


Opacity

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

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

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

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

This text has shadow with #D4DFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DFB8 on black background.


Color preview on white background

This text has color #D4DFB8 on white background.



Black color preview on #D4DFB8 background

This text has black color on #D4DFB8 background.


White color preview on #D4DFB8 background

This text has white color on #D4DFB8 background.