COLOR #D7EED6

HEX: #D7EED6 RGB: (215,238,214)

Color info

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

RGB color model

#D7EED6 color RGB value is (215,238,214).

RGB: (215,238,214) (84%, 93%, 84%)

RGB channels and saturation

R 215 of 255 = 84%
G 238 of 255 = 93%
B 214 of 255 = 84%

215
238
214

R + G + B ~ 87%. #D7EED6 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 238 + 214 = 667 (100%)
R 215 of 667 ~ 32.23%
G 238 of 667 ~ 35.68%
B 214 of 667 ~ 32.08'%

%32.23
%35.68
%32.08

CMYK color model

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

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 6.67%

CMYK: (10,0,10,7)
C10M0Y10K7 (10%, 0%, 10%, 7%)
(0.10 / 0.00 / 0.10 / 0.07)

CMYK percentages

%9.66
%0
%10.08
%6.67

Codes

Color #D7EED6 in popluar color models

D7 EE D6
RGB 215 238 214
HSL 118° 41.38% 88.63%
HSB/HSV 118° 10.08% 93.33%
CMYK 9.66% 0.00% 10.08%
6.67%

Color #D7EED6 in popluar number systems.

HEX D7 EE D6
Decimal 215 238 214
Binary 11010111 11101110 11010110
Octal 327 356 326

Shades and tints

Shades of #D7EED6

#D7EED6
(215,238,214)
#C4D9C3
(196,217,195)
#B1C4B0
(177,196,176)
#9EAF9D
(158,175,157)
#8B9A8A
(139,154,138)
#788577
(120,133,119)
#657064
(101,112,100)
#525B51
(82,91,81)
#3F463E
(63,70,62)
#2C312B
(44,49,43)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #D7EED6

#D7EED6
(215,238,214)
#DAEFD9
(218,239,217)
#DDF0DC
(221,240,220)
#E0F1DF
(224,241,223)
#E3F2E2
(227,242,226)
#E6F3E5
(230,243,229)
#E9F4E8
(233,244,232)
#ECF5EB
(236,245,235)
#EFF6EE
(239,246,238)
#F2F7F1
(242,247,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EED6; }

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

This text font color is #D7EED6.

Background Color

.myBgColor { background-color: #D7EED6; }

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

This div background color is #D7EED6.

Border color

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

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

This div border color is #D7EED6.

Opacity

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

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

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

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

This text has shadow with #D7EED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EED6.

Preview

Color preview on black background

This text has color #D7EED6 on black background.


Color preview on white background

This text has color #D7EED6 on white background.


Black color preview on #D7EED6 background

This text has black color on #D7EED6 background.


White color preview on #D7EED6 background

This text has white color on #D7EED6 background.


Related colors

Complementary color

Complementary color for #hex is #281129.


I love getcolorcode.com

Triadic colors

1 #D6D7EE and #EED6D7 with #D7EED6 are triadic colors.

2 #D6EED7 and #EED7D6 with #D7EED6 are triadic colors.