COLOR #D6EEB9

HEX: #D6EEB9 RGB: (214,238,185)

Color info

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

RGB color model

#D6EEB9 color RGB value is (214,238,185).

RGB: (214,238,185) (84%, 93%, 73%)

RGB channels and saturation

R 214 of 255 = 84%
G 238 of 255 = 93%
B 185 of 255 = 73%

214
238
185

R + G + B ~ 83%. #D6EEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 238 + 185 = 637 (100%)
R 214 of 637 ~ 33.59%
G 238 of 637 ~ 37.36%
B 185 of 637 ~ 29.04'%

%33.59
%37.36
%29.04

CMYK color model

#D6EEB9 color CMYK value is (10,0,22,7).

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

CMYK: (10,0,22,7)
C10M0Y22K7 (10%, 0%, 22%, 7%)
(0.10 / 0.00 / 0.22 / 0.07)

CMYK percentages

%10.08
%0
%22.27
%6.67

Codes

Color #D6EEB9 in popluar color models

D6 EE B9
RGB 214 238 185
HSL 87° 60.92% 82.94%
HSB/HSV 87° 22.27% 93.33%
CMYK 10.08% 0.00% 22.27%
6.67%

Color #D6EEB9 in popluar number systems.

HEX D6 EE B9
Decimal 214 238 185
Binary 11010110 11101110 10111001
Octal 326 356 271

Shades and tints

Shades of #D6EEB9

#D6EEB9
(214,238,185)
#C3D9A9
(195,217,169)
#B0C499
(176,196,153)
#9DAF89
(157,175,137)
#8A9A79
(138,154,121)
#778569
(119,133,105)
#647059
(100,112,89)
#515B49
(81,91,73)
#3E4639
(62,70,57)
#2B3129
(43,49,41)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #D6EEB9

#D6EEB9
(214,238,185)
#D9EFBF
(217,239,191)
#DCF0C5
(220,240,197)
#DFF1CB
(223,241,203)
#E2F2D1
(226,242,209)
#E5F3D7
(229,243,215)
#E8F4DD
(232,244,221)
#EBF5E3
(235,245,227)
#EEF6E9
(238,246,233)
#F1F7EF
(241,247,239)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EEB9; }

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

This text font color is #D6EEB9.

Background Color

.myBgColor { background-color: #D6EEB9; }

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

This div background color is #D6EEB9.

Border color

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

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

This div border color is #D6EEB9.

Opacity

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

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

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

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

This text has shadow with #D6EEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EEB9.

Preview

Color preview on black background

This text has color #D6EEB9 on black background.


Color preview on white background

This text has color #D6EEB9 on white background.


Black color preview on #D6EEB9 background

This text has black color on #D6EEB9 background.


White color preview on #D6EEB9 background

This text has white color on #D6EEB9 background.


Related colors

Complementary color

Complementary color for #hex is #291146.


I love getcolorcode.com

Triadic colors

1 #B9D6EE and #EEB9D6 with #D6EEB9 are triadic colors.

2 #B9EED6 and #EED6B9 with #D6EEB9 are triadic colors.