COLOR #D8EFC7

HEX: #D8EFC7 RGB: (216,239,199)

Color info

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

RGB color model

#D8EFC7 color RGB value is (216,239,199).

RGB: (216,239,199) (85%, 94%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 239 of 255 = 94%
B 199 of 255 = 78%

216
239
199

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

Portions of RGB colors in percentages

R + G + B = 216 + 239 + 199 = 654 (100%)
R 216 of 654 ~ 33.03%
G 239 of 654 ~ 36.54%
B 199 of 654 ~ 30.43'%

%33.03
%36.54
%30.43

CMYK color model

#D8EFC7 color CMYK value is (10,0,17,6).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 6.27%

CMYK: (10,0,17,6)
C10M0Y17K6 (10%, 0%, 17%, 6%)
(0.10 / 0.00 / 0.17 / 0.06)

CMYK percentages

%9.62
%0
%16.74
%6.27

Codes

Color #D8EFC7 in popluar color models

D8 EF C7
RGB 216 239 199
HSL 95° 55.56% 85.88%
HSB/HSV 95° 16.74% 93.73%
CMYK 9.62% 0.00% 16.74%
6.27%

Color #D8EFC7 in popluar number systems.

HEX D8 EF C7
Decimal 216 239 199
Binary 11011000 11101111 11000111
Octal 330 357 307

Shades and tints

Shades of #D8EFC7

#D8EFC7
(216,239,199)
#C5DAB5
(197,218,181)
#B2C5A3
(178,197,163)
#9FB091
(159,176,145)
#8C9B7F
(140,155,127)
#79866D
(121,134,109)
#66715B
(102,113,91)
#535C49
(83,92,73)
#404737
(64,71,55)
#2D3225
(45,50,37)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #D8EFC7

#D8EFC7
(216,239,199)
#DBF0CC
(219,240,204)
#DEF1D1
(222,241,209)
#E1F2D6
(225,242,214)
#E4F3DB
(228,243,219)
#E7F4E0
(231,244,224)
#EAF5E5
(234,245,229)
#EDF6EA
(237,246,234)
#F0F7EF
(240,247,239)
#F3F8F4
(243,248,244)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EFC7 color. Also use rgb(216,239,199) instead hex code.

Text Font Color

.myTextColor { color: #D8EFC7; }

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

This text font color is #D8EFC7.

Background Color

.myBgColor { background-color: #D8EFC7; }

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

This div background color is #D8EFC7.

Border color

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

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

This div border color is #D8EFC7.

Opacity

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

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

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

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

This text has shadow with #D8EFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EFC7.

Preview

Color preview on black background

This text has color #D8EFC7 on black background.


Color preview on white background

This text has color #D8EFC7 on white background.


Black color preview on #D8EFC7 background

This text has black color on #D8EFC7 background.


White color preview on #D8EFC7 background

This text has white color on #D8EFC7 background.


Related colors

Complementary color

Complementary color for #hex is #271038.


I love getcolorcode.com

Triadic colors

1 #C7D8EF and #EFC7D8 with #D8EFC7 are triadic colors.

2 #C7EFD8 and #EFD8C7 with #D8EFC7 are triadic colors.