COLOR #D4DFC8

HEX: #D4DFC8
RGB: (212,223,200)

Color info

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

RGB color model

#D4DFC8 color RGB value is (212,223,200).

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

RGB channels and saturation

R 212 of 255 = 83%
G 223 of 255 = 87%
B 200 of 255 = 78%

212
223
200

R + G + B ~ 83%. #D4DFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 223 + 200 = 635 (100%)
R 212 of 635 ~ 33.39%
G 223 of 635 ~ 35.12%
B 200 of 635 ~ 31.5%

%33.39
%35.12
%31.5

CMYK color model

#D4DFC8 color CMYK value is (5,0,10,13).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 12.55%
CMYK:
(5,0,10,13)
C5M0Y10K13 
(5%,0%,10%,13%)
(0.05/0.00/0.10/0.13)	

CMYK percentages

%4.93
%0
%10.31
%12.55

Codes

Color #D4DFC8 in popluar color models

D4DFC8
RGB212223200
HSL89°26.44%82.94%
HSB/HSV89°10.31%87.45%
CMYK4.93%0.00%10.31%
12.55%

Color #D4DFC8 in popluar number systems.

HEXD4DFC8
Decimal212223200
Binary110101001101111111001000
Octal324337310

Shades and tints

Shades of #D4DFC8

#D4DFC8
(212,223,200)
#C1CBB6
(193,203,182)
#AEB7A4
(174,183,164)
#9BA392
(155,163,146)
#888F80
(136,143,128)
#757B6E
(117,123,110)
#62675C
(98,103,92)
#4F534A
(79,83,74)
#3C3F38
(60,63,56)
#292B26
(41,43,38)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #D4DFC8

#D4DFC8
(212,223,200)
#D7E1CD
(215,225,205)
#DAE3D2
(218,227,210)
#DDE5D7
(221,229,215)
#E0E7DC
(224,231,220)
#E3E9E1
(227,233,225)
#E6EBE6
(230,235,230)
#E9EDEB
(233,237,235)
#ECEFF0
(236,239,240)
#EFF1F5
(239,241,245)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DFC8; }

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

This text font color is #D4DFC8.


Background Color

.myBgColor { background-color: #D4DFC8; }

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

This div background color is #D4DFC8.


Border color

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

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

This div border color is #D4DFC8.


Opacity

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

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

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

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

This text has shadow with #D4DFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DFC8 on black background.


Color preview on white background

This text has color #D4DFC8 on white background.



Black color preview on #D4DFC8 background

This text has black color on #D4DFC8 background.


White color preview on #D4DFC8 background

This text has white color on #D4DFC8 background.