COLOR #D2EEC7

HEX: #D2EEC7
RGB: (210,238,199)

Color info

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

RGB color model

#D2EEC7 color RGB value is (210,238,199).

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

RGB channels and saturation

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

210
238
199

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

Portions of RGB colors in percentages

R + G + B =
210 + 238 + 199 = 647 (100%)
R 210 of 647 ~ 32.46%
G 238 of 647 ~ 36.79%
B 199 of 647 ~ 30.76%

%32.46
%36.79
%30.76

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • 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
%16.39
%6.67

Codes

Color #D2EEC7 in popluar color models

D2EEC7
RGB210238199
HSL103°53.42%85.69%
HSB/HSV103°16.39%93.33%
CMYK11.76%0.00%16.39%
6.67%

Color #D2EEC7 in popluar number systems.

HEXD2EEC7
Decimal210238199
Binary110100101110111011000111
Octal322356307

Shades and tints

Shades of #D2EEC7

#D2EEC7
(210,238,199)
#BFD9B5
(191,217,181)
#ACC4A3
(172,196,163)
#99AF91
(153,175,145)
#869A7F
(134,154,127)
#73856D
(115,133,109)
#60705B
(96,112,91)
#4D5B49
(77,91,73)
#3A4637
(58,70,55)
#273125
(39,49,37)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #D2EEC7

#D2EEC7
(210,238,199)
#D6EFCC
(214,239,204)
#DAF0D1
(218,240,209)
#DEF1D6
(222,241,214)
#E2F2DB
(226,242,219)
#E6F3E0
(230,243,224)
#EAF4E5
(234,244,229)
#EEF5EA
(238,245,234)
#F2F6EF
(242,246,239)
#F6F7F4
(246,247,244)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EEC7; }

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

This text font color is #D2EEC7.


Background Color

.myBgColor { background-color: #D2EEC7; }

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

This div background color is #D2EEC7.


Border color

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

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

This div border color is #D2EEC7.


Opacity

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

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

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

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

This text has shadow with #D2EEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EEC7 on black background.


Color preview on white background

This text has color #D2EEC7 on white background.



Black color preview on #D2EEC7 background

This text has black color on #D2EEC7 background.


White color preview on #D2EEC7 background

This text has white color on #D2EEC7 background.