COLOR #D6EED8

HEX: #D6EED8 RGB: (214,238,216)

Color info

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

RGB color model

#D6EED8 color RGB value is (214,238,216).

RGB: (214,238,216) (84%, 93%, 85%)

RGB channels and saturation

R 214 of 255 = 84%
G 238 of 255 = 93%
B 216 of 255 = 85%

214
238
216

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

Portions of RGB colors in percentages

R + G + B = 214 + 238 + 216 = 668 (100%)
R 214 of 668 ~ 32.04%
G 238 of 668 ~ 35.63%
B 216 of 668 ~ 32.34'%

%32.04
%35.63
%32.34

CMYK color model

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

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

CMYK: (10,0,9,7)
C10M0Y9K7 (10%, 0%, 9%, 7%)
(0.10 / 0.00 / 0.09 / 0.07)

CMYK percentages

%10.08
%0
%9.24
%6.67

Codes

Color #D6EED8 in popluar color models

D6 EE D8
RGB 214 238 216
HSL 125° 41.38% 88.63%
HSB/HSV 125° 10.08% 93.33%
CMYK 10.08% 0.00% 9.24%
6.67%

Color #D6EED8 in popluar number systems.

HEX D6 EE D8
Decimal 214 238 216
Binary 11010110 11101110 11011000
Octal 326 356 330

Shades and tints

Shades of #D6EED8

#D6EED8
(214,238,216)
#C3D9C5
(195,217,197)
#B0C4B2
(176,196,178)
#9DAF9F
(157,175,159)
#8A9A8C
(138,154,140)
#778579
(119,133,121)
#647066
(100,112,102)
#515B53
(81,91,83)
#3E4640
(62,70,64)
#2B312D
(43,49,45)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #D6EED8

#D6EED8
(214,238,216)
#D9EFDB
(217,239,219)
#DCF0DE
(220,240,222)
#DFF1E1
(223,241,225)
#E2F2E4
(226,242,228)
#E5F3E7
(229,243,231)
#E8F4EA
(232,244,234)
#EBF5ED
(235,245,237)
#EEF6F0
(238,246,240)
#F1F7F3
(241,247,243)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EED8; }

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

This text font color is #D6EED8.

Background Color

.myBgColor { background-color: #D6EED8; }

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

This div background color is #D6EED8.

Border color

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

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

This div border color is #D6EED8.

Opacity

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

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

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

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

This text has shadow with #D6EED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EED8.

Preview

Color preview on black background

This text has color #D6EED8 on black background.


Color preview on white background

This text has color #D6EED8 on white background.


Black color preview on #D6EED8 background

This text has black color on #D6EED8 background.


White color preview on #D6EED8 background

This text has white color on #D6EED8 background.


Related colors

Complementary color

Complementary color for #hex is #291127.


I love getcolorcode.com

Triadic colors

1 #D8D6EE and #EED8D6 with #D6EED8 are triadic colors.

2 #D8EED6 and #EED6D8 with #D6EED8 are triadic colors.