COLOR #D6DFC8

HEX: #D6DFC8
RGB: (214,223,200)

Color info

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

RGB color model

#D6DFC8 color RGB value is (214,223,200).

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

RGB channels and saturation

R 214 of 255 = 84%
G 223 of 255 = 87%
B 200 of 255 = 78%

214
223
200

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

Portions of RGB colors in percentages

R + G + B =
214 + 223 + 200 = 637 (100%)
R 214 of 637 ~ 33.59%
G 223 of 637 ~ 35.01%
B 200 of 637 ~ 31.4%

%33.59
%35.01
%31.4

CMYK color model

#D6DFC8 color CMYK value is (4,0,10,13).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 12.55%
CMYK:
(4,0,10,13)
C4M0Y10K13 
(4%,0%,10%,13%)
(0.04/0.00/0.10/0.13)	

CMYK percentages

%4.04
%0
%10.31
%12.55

Codes

Color #D6DFC8 in popluar color models

D6DFC8
RGB214223200
HSL83°26.44%82.94%
HSB/HSV83°10.31%87.45%
CMYK4.04%0.00%10.31%
12.55%

Color #D6DFC8 in popluar number systems.

HEXD6DFC8
Decimal214223200
Binary110101101101111111001000
Octal326337310

Shades and tints

Shades of #D6DFC8

#D6DFC8
(214,223,200)
#C3CBB6
(195,203,182)
#B0B7A4
(176,183,164)
#9DA392
(157,163,146)
#8A8F80
(138,143,128)
#777B6E
(119,123,110)
#64675C
(100,103,92)
#51534A
(81,83,74)
#3E3F38
(62,63,56)
#2B2B26
(43,43,38)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #D6DFC8

#D6DFC8
(214,223,200)
#D9E1CD
(217,225,205)
#DCE3D2
(220,227,210)
#DFE5D7
(223,229,215)
#E2E7DC
(226,231,220)
#E5E9E1
(229,233,225)
#E8EBE6
(232,235,230)
#EBEDEB
(235,237,235)
#EEEFF0
(238,239,240)
#F1F1F5
(241,241,245)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFC8; }

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

This text font color is #D6DFC8.


Background Color

.myBgColor { background-color: #D6DFC8; }

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

This div background color is #D6DFC8.


Border color

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

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

This div border color is #D6DFC8.


Opacity

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

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

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

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

This text has shadow with #D6DFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DFC8 on black background.


Color preview on white background

This text has color #D6DFC8 on white background.



Black color preview on #D6DFC8 background

This text has black color on #D6DFC8 background.


White color preview on #D6DFC8 background

This text has white color on #D6DFC8 background.