COLOR #D9EEBA

HEX: #D9EEBA RGB: (217,238,186)

Color info

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

RGB color model

#D9EEBA color RGB value is (217,238,186).

RGB: (217,238,186) (85%, 93%, 73%)

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 186 of 255 = 73%

217
238
186

R + G + B ~ 84%. #D9EEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 238 + 186 = 641 (100%)
R 217 of 641 ~ 33.85%
G 238 of 641 ~ 37.13%
B 186 of 641 ~ 29.02'%

%33.85
%37.13
%29.02

CMYK color model

#D9EEBA color CMYK value is (9,0,22,7).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 6.67%

CMYK: (9,0,22,7)
C9M0Y22K7 (9%, 0%, 22%, 7%)
(0.09 / 0.00 / 0.22 / 0.07)

CMYK percentages

%8.82
%0
%21.85
%6.67

Codes

Color #D9EEBA in popluar color models

D9 EE BA
RGB 217 238 186
HSL 84° 60.47% 83.14%
HSB/HSV 84° 21.85% 93.33%
CMYK 8.82% 0.00% 21.85%
6.67%

Color #D9EEBA in popluar number systems.

HEX D9 EE BA
Decimal 217 238 186
Binary 11011001 11101110 10111010
Octal 331 356 272

Shades and tints

Shades of #D9EEBA

#D9EEBA
(217,238,186)
#C6D9AA
(198,217,170)
#B3C49A
(179,196,154)
#A0AF8A
(160,175,138)
#8D9A7A
(141,154,122)
#7A856A
(122,133,106)
#67705A
(103,112,90)
#545B4A
(84,91,74)
#41463A
(65,70,58)
#2E312A
(46,49,42)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #D9EEBA

#D9EEBA
(217,238,186)
#DCEFC0
(220,239,192)
#DFF0C6
(223,240,198)
#E2F1CC
(226,241,204)
#E5F2D2
(229,242,210)
#E8F3D8
(232,243,216)
#EBF4DE
(235,244,222)
#EEF5E4
(238,245,228)
#F1F6EA
(241,246,234)
#F4F7F0
(244,247,240)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EEBA color. Also use rgb(217,238,186) instead hex code.

Text Font Color

.myTextColor { color: #D9EEBA; }

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

This text font color is #D9EEBA.

Background Color

.myBgColor { background-color: #D9EEBA; }

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

This div background color is #D9EEBA.

Border color

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

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

This div border color is #D9EEBA.

Opacity

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

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

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

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

This text has shadow with #D9EEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EEBA.

Preview

Color preview on black background

This text has color #D9EEBA on black background.


Color preview on white background

This text has color #D9EEBA on white background.


Black color preview on #D9EEBA background

This text has black color on #D9EEBA background.


White color preview on #D9EEBA background

This text has white color on #D9EEBA background.


Related colors

Complementary color

Complementary color for #hex is #261145.


I love getcolorcode.com

Triadic colors

1 #BAD9EE and #EEBAD9 with #D9EEBA are triadic colors.

2 #BAEED9 and #EED9BA with #D9EEBA are triadic colors.