COLOR #D8EED3

HEX: #D8EED3 RGB: (216,238,211)

Color info

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

RGB color model

#D8EED3 color RGB value is (216,238,211).

RGB: (216,238,211) (85%, 93%, 83%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 211 of 255 = 83%

216
238
211

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

Portions of RGB colors in percentages

R + G + B = 216 + 238 + 211 = 665 (100%)
R 216 of 665 ~ 32.48%
G 238 of 665 ~ 35.79%
B 211 of 665 ~ 31.73'%

%32.48
%35.79
%31.73

CMYK color model

#D8EED3 color CMYK value is (9,0,11,7).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 6.67%
CMYK: (9,0,11,7) C9M0Y11K7 (9%,0%,11%,7%) (0.09/0.00/0.11/0.07) 

CMYK percentages

%9.24
%0
%11.34
%6.67

Codes

Color #D8EED3 in popluar color models

D8 EE D3
RGB 216 238 211
HSL 109° 44.26% 88.04%
HSB/HSV 109° 11.34% 93.33%
CMYK 9.24% 0.00% 11.34%
6.67%

Color #D8EED3 in popluar number systems.

HEX D8 EE D3
Decimal 216 238 211
Binary 11011000 11101110 11010011
Octal 330 356 323

Shades and tints

Shades of #D8EED3

#D8EED3
(216,238,211)
#C5D9C0
(197,217,192)
#B2C4AD
(178,196,173)
#9FAF9A
(159,175,154)
#8C9A87
(140,154,135)
#798574
(121,133,116)
#667061
(102,112,97)
#535B4E
(83,91,78)
#40463B
(64,70,59)
#2D3128
(45,49,40)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #D8EED3

#D8EED3
(216,238,211)
#DBEFD7
(219,239,215)
#DEF0DB
(222,240,219)
#E1F1DF
(225,241,223)
#E4F2E3
(228,242,227)
#E7F3E7
(231,243,231)
#EAF4EB
(234,244,235)
#EDF5EF
(237,245,239)
#F0F6F3
(240,246,243)
#F3F7F7
(243,247,247)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EED3; }

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

This text font color is #D8EED3.

Background Color

.myBgColor { background-color: #D8EED3; }

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

This div background color is #D8EED3.

Border color

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

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

This div border color is #D8EED3.

Opacity

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

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

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

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

This text has shadow with #D8EED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EED3.

Preview

Color preview on black background

This text has color #D8EED3 on black background.


Color preview on white background

This text has color #D8EED3 on white background.


Black color preview on #D8EED3 background

This text has black color on #D8EED3 background.


White color preview on #D8EED3 background

This text has white color on #D8EED3 background.


Related colors

Complementary color

Complementary color for #hex is #27112C.


I love getcolorcode.com

Triadic colors

1 #D3D8EE and #EED3D8 with #D8EED3 are triadic colors.

2 #D3EED8 and #EED8D3 with #D8EED3 are triadic colors.