COLOR #D2EEC8

HEX: #D2EEC8
RGB: (210,238,200)

Color info

#D2EEC8 contains red, green and blue colors in about the same proportion. Web safe color of #D2EEC8 is #CCFFCC (or #CFC).

RGB color model

#D2EEC8 color RGB value is (210,238,200).

  • red value is 210;
  • green value is 238;
  • blue value is 200.
RGB:
(210,238,200)
(82%,93%,78%)

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 200 of 255 = 78%

210
238
200

R + G + B ~ 84%. #D2EEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 238 + 200 = 648 (100%)
R 210 of 648 ~ 32.41%
G 238 of 648 ~ 36.73%
B 200 of 648 ~ 30.86%

%32.41
%36.73
%30.86

CMYK color model

#D2EEC8 color CMYK value is (12,0,16,7).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 6.67%
CMYK:
(12,0,16,7)
C12M0Y16K7 
(12%,0%,16%,7%)
(0.12/0.00/0.16/0.07)	

CMYK percentages

%11.76
%0
%15.97
%6.67

Codes

Color #D2EEC8 in popluar color models

D2EEC8
RGB210238200
HSL104°52.78%85.88%
HSB/HSV104°15.97%93.33%
CMYK11.76%0.00%15.97%
6.67%

Color #D2EEC8 in popluar number systems.

HEXD2EEC8
Decimal210238200
Binary110100101110111011001000
Octal322356310

Shades and tints

Shades of #D2EEC8

#D2EEC8
(210,238,200)
#BFD9B6
(191,217,182)
#ACC4A4
(172,196,164)
#99AF92
(153,175,146)
#869A80
(134,154,128)
#73856E
(115,133,110)
#60705C
(96,112,92)
#4D5B4A
(77,91,74)
#3A4638
(58,70,56)
#273126
(39,49,38)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #D2EEC8

#D2EEC8
(210,238,200)
#D6EFCD
(214,239,205)
#DAF0D2
(218,240,210)
#DEF1D7
(222,241,215)
#E2F2DC
(226,242,220)
#E6F3E1
(230,243,225)
#EAF4E6
(234,244,230)
#EEF5EB
(238,245,235)
#F2F6F0
(242,246,240)
#F6F7F5
(246,247,245)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EEC8 color. Also use rgb(210,238,200) instead hex code.

Text Font Color

.myTextColor { color: #D2EEC8; }

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

This text font color is #D2EEC8.


Background Color

.myBgColor { background-color: #D2EEC8; }

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

This div background color is #D2EEC8.


Border color

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

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

This div border color is #D2EEC8.


Opacity

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

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

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

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

This text has shadow with #D2EEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EEC8 on black background.


Color preview on white background

This text has color #D2EEC8 on white background.



Black color preview on #D2EEC8 background

This text has black color on #D2EEC8 background.


White color preview on #D2EEC8 background

This text has white color on #D2EEC8 background.