COLOR #D7EED1

HEX: #D7EED1
RGB: (215,238,209)

Color info

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

RGB color model

#D7EED1 color RGB value is (215,238,209).

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

RGB channels and saturation

R 215 of 255 = 84%
G 238 of 255 = 93%
B 209 of 255 = 82%

215
238
209

R + G + B ~ 86%. #D7EED1 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 238 + 209 = 662 (100%)
R 215 of 662 ~ 32.48%
G 238 of 662 ~ 35.95%
B 209 of 662 ~ 31.57%

%32.48
%35.95
%31.57

CMYK color model

#D7EED1 color CMYK value is (10,0,12,7).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(10,0,12,7)
C10M0Y12K7 
(10%,0%,12%,7%)
(0.10/0.00/0.12/0.07)	

CMYK percentages

%9.66
%0
%12.18
%6.67

Codes

Color #D7EED1 in popluar color models

D7EED1
RGB215238209
HSL108°46.03%87.65%
HSB/HSV108°12.18%93.33%
CMYK9.66%0.00%12.18%
6.67%

Color #D7EED1 in popluar number systems.

HEXD7EED1
Decimal215238209
Binary110101111110111011010001
Octal327356321

Shades and tints

Shades of #D7EED1

#D7EED1
(215,238,209)
#C4D9BE
(196,217,190)
#B1C4AB
(177,196,171)
#9EAF98
(158,175,152)
#8B9A85
(139,154,133)
#788572
(120,133,114)
#65705F
(101,112,95)
#525B4C
(82,91,76)
#3F4639
(63,70,57)
#2C3126
(44,49,38)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #D7EED1

#D7EED1
(215,238,209)
#DAEFD5
(218,239,213)
#DDF0D9
(221,240,217)
#E0F1DD
(224,241,221)
#E3F2E1
(227,242,225)
#E6F3E5
(230,243,229)
#E9F4E9
(233,244,233)
#ECF5ED
(236,245,237)
#EFF6F1
(239,246,241)
#F2F7F5
(242,247,245)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EED1; }

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

This text font color is #D7EED1.


Background Color

.myBgColor { background-color: #D7EED1; }

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

This div background color is #D7EED1.


Border color

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

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

This div border color is #D7EED1.


Opacity

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

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

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

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

This text has shadow with #D7EED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EED1 on black background.


Color preview on white background

This text has color #D7EED1 on white background.



Black color preview on #D7EED1 background

This text has black color on #D7EED1 background.


White color preview on #D7EED1 background

This text has white color on #D7EED1 background.