COLOR #D8ECC7

HEX: #D8ECC7 RGB: (216,236,199)

Color info

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

RGB color model

#D8ECC7 color RGB value is (216,236,199).

RGB: (216,236,199) (85%, 93%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 236 of 255 = 93%
B 199 of 255 = 78%

216
236
199

R + G + B ~ 85%. #D8ECC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 236 + 199 = 651 (100%)
R 216 of 651 ~ 33.18%
G 236 of 651 ~ 36.25%
B 199 of 651 ~ 30.57'%

%33.18
%36.25
%30.57

CMYK color model

#D8ECC7 color CMYK value is (8,0,16,7).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • key color value is 7.45%
CMYK: (8,0,16,7) C8M0Y16K7 (8%,0%,16%,7%) (0.08/0.00/0.16/0.07) 

CMYK percentages

%8.47
%0
%15.68
%7.45

Codes

Color #D8ECC7 in popluar color models

D8 EC C7
RGB 216 236 199
HSL 92° 49.33% 85.29%
HSB/HSV 92° 15.68% 92.55%
CMYK 8.47% 0.00% 15.68%
7.45%

Color #D8ECC7 in popluar number systems.

HEX D8 EC C7
Decimal 216 236 199
Binary 11011000 11101100 11000111
Octal 330 354 307

Shades and tints

Shades of #D8ECC7

#D8ECC7
(216,236,199)
#C5D7B5
(197,215,181)
#B2C2A3
(178,194,163)
#9FAD91
(159,173,145)
#8C987F
(140,152,127)
#79836D
(121,131,109)
#666E5B
(102,110,91)
#535949
(83,89,73)
#404437
(64,68,55)
#2D2F25
(45,47,37)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #D8ECC7

#D8ECC7
(216,236,199)
#DBEDCC
(219,237,204)
#DEEED1
(222,238,209)
#E1EFD6
(225,239,214)
#E4F0DB
(228,240,219)
#E7F1E0
(231,241,224)
#EAF2E5
(234,242,229)
#EDF3EA
(237,243,234)
#F0F4EF
(240,244,239)
#F3F5F4
(243,245,244)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ECC7; }

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

This text font color is #D8ECC7.

Background Color

.myBgColor { background-color: #D8ECC7; }

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

This div background color is #D8ECC7.

Border color

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

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

This div border color is #D8ECC7.

Opacity

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

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

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

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

This text has shadow with #D8ECC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8ECC7.

Preview

Color preview on black background

This text has color #D8ECC7 on black background.


Color preview on white background

This text has color #D8ECC7 on white background.


Black color preview on #D8ECC7 background

This text has black color on #D8ECC7 background.


White color preview on #D8ECC7 background

This text has white color on #D8ECC7 background.


Related colors

Complementary color

Complementary color for #hex is #271338.


I love getcolorcode.com

Triadic colors

1 #C7D8EC and #ECC7D8 with #D8ECC7 are triadic colors.

2 #C7ECD8 and #ECD8C7 with #D8ECC7 are triadic colors.