COLOR #D8EEC3

HEX: #D8EEC3 RGB: (216,238,195)

Color info

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

RGB color model

#D8EEC3 color RGB value is (216,238,195).

RGB: (216,238,195) (85%, 93%, 76%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 195 of 255 = 76%

216
238
195

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

Portions of RGB colors in percentages

R + G + B = 216 + 238 + 195 = 649 (100%)
R 216 of 649 ~ 33.28%
G 238 of 649 ~ 36.67%
B 195 of 649 ~ 30.05'%

%33.28
%36.67
%30.05

CMYK color model

#D8EEC3 color CMYK value is (9,0,18,7).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 6.67%
CMYK: (9,0,18,7) C9M0Y18K7 (9%,0%,18%,7%) (0.09/0.00/0.18/0.07) 

CMYK percentages

%9.24
%0
%18.07
%6.67

Codes

Color #D8EEC3 in popluar color models

D8 EE C3
RGB 216 238 195
HSL 91° 55.84% 84.90%
HSB/HSV 91° 18.07% 93.33%
CMYK 9.24% 0.00% 18.07%
6.67%

Color #D8EEC3 in popluar number systems.

HEX D8 EE C3
Decimal 216 238 195
Binary 11011000 11101110 11000011
Octal 330 356 303

Shades and tints

Shades of #D8EEC3

#D8EEC3
(216,238,195)
#C5D9B2
(197,217,178)
#B2C4A1
(178,196,161)
#9FAF90
(159,175,144)
#8C9A7F
(140,154,127)
#79856E
(121,133,110)
#66705D
(102,112,93)
#535B4C
(83,91,76)
#40463B
(64,70,59)
#2D312A
(45,49,42)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #D8EEC3

#D8EEC3
(216,238,195)
#DBEFC8
(219,239,200)
#DEF0CD
(222,240,205)
#E1F1D2
(225,241,210)
#E4F2D7
(228,242,215)
#E7F3DC
(231,243,220)
#EAF4E1
(234,244,225)
#EDF5E6
(237,245,230)
#F0F6EB
(240,246,235)
#F3F7F0
(243,247,240)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EEC3 color. Also use rgb(216,238,195) instead hex code.

Text Font Color

.myTextColor { color: #D8EEC3; }

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

This text font color is #D8EEC3.

Background Color

.myBgColor { background-color: #D8EEC3; }

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

This div background color is #D8EEC3.

Border color

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

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

This div border color is #D8EEC3.

Opacity

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

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

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

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

This text has shadow with #D8EEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EEC3.

Preview

Color preview on black background

This text has color #D8EEC3 on black background.


Color preview on white background

This text has color #D8EEC3 on white background.


Black color preview on #D8EEC3 background

This text has black color on #D8EEC3 background.


White color preview on #D8EEC3 background

This text has white color on #D8EEC3 background.


Related colors

Complementary color

Complementary color for #hex is #27113C.


I love getcolorcode.com

Triadic colors

1 #C3D8EE and #EEC3D8 with #D8EEC3 are triadic colors.

2 #C3EED8 and #EED8C3 with #D8EEC3 are triadic colors.