COLOR #D1EEC7

HEX: #D1EEC7
RGB: (209,238,199)

Color info

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

RGB color model

#D1EEC7 color RGB value is (209,238,199).

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

RGB channels and saturation

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

209
238
199

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

Portions of RGB colors in percentages

R + G + B =
209 + 238 + 199 = 646 (100%)
R 209 of 646 ~ 32.35%
G 238 of 646 ~ 36.84%
B 199 of 646 ~ 30.8%

%32.35
%36.84
%30.8

CMYK color model

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

  • cyan value is 12.18%
  • 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

%12.18
%0
%16.39
%6.67

Codes

Color #D1EEC7 in popluar color models

D1EEC7
RGB209238199
HSL105°53.42%85.69%
HSB/HSV105°16.39%93.33%
CMYK12.18%0.00%16.39%
6.67%

Color #D1EEC7 in popluar number systems.

HEXD1EEC7
Decimal209238199
Binary110100011110111011000111
Octal321356307

Shades and tints

Shades of #D1EEC7

#D1EEC7
(209,238,199)
#BED9B5
(190,217,181)
#ABC4A3
(171,196,163)
#98AF91
(152,175,145)
#859A7F
(133,154,127)
#72856D
(114,133,109)
#5F705B
(95,112,91)
#4C5B49
(76,91,73)
#394637
(57,70,55)
#263125
(38,49,37)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #D1EEC7

#D1EEC7
(209,238,199)
#D5EFCC
(213,239,204)
#D9F0D1
(217,240,209)
#DDF1D6
(221,241,214)
#E1F2DB
(225,242,219)
#E5F3E0
(229,243,224)
#E9F4E5
(233,244,229)
#EDF5EA
(237,245,234)
#F1F6EF
(241,246,239)
#F5F7F4
(245,247,244)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EEC7; }

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

This text font color is #D1EEC7.


Background Color

.myBgColor { background-color: #D1EEC7; }

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

This div background color is #D1EEC7.


Border color

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

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

This div border color is #D1EEC7.


Opacity

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

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

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

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

This text has shadow with #D1EEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EEC7 on black background.


Color preview on white background

This text has color #D1EEC7 on white background.



Black color preview on #D1EEC7 background

This text has black color on #D1EEC7 background.


White color preview on #D1EEC7 background

This text has white color on #D1EEC7 background.