COLOR #D9EEBC

HEX: #D9EEBC RGB: (217,238,188)

Color info

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

RGB color model

#D9EEBC color RGB value is (217,238,188).

RGB: (217,238,188) (85%, 93%, 74%)

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 188 of 255 = 74%

217
238
188

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

Portions of RGB colors in percentages

R + G + B = 217 + 238 + 188 = 643 (100%)
R 217 of 643 ~ 33.75%
G 238 of 643 ~ 37.01%
B 188 of 643 ~ 29.24'%

%33.75
%37.01
%29.24

CMYK color model

#D9EEBC color CMYK value is (9,0,21,7).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 6.67%
CMYK: (9,0,21,7) C9M0Y21K7 (9%,0%,21%,7%) (0.09/0.00/0.21/0.07) 

CMYK percentages

%8.82
%0
%21.01
%6.67

Codes

Color #D9EEBC in popluar color models

D9 EE BC
RGB 217 238 188
HSL 85° 59.52% 83.53%
HSB/HSV 85° 21.01% 93.33%
CMYK 8.82% 0.00% 21.01%
6.67%

Color #D9EEBC in popluar number systems.

HEX D9 EE BC
Decimal 217 238 188
Binary 11011001 11101110 10111100
Octal 331 356 274

Shades and tints

Shades of #D9EEBC

#D9EEBC
(217,238,188)
#C6D9AB
(198,217,171)
#B3C49A
(179,196,154)
#A0AF89
(160,175,137)
#8D9A78
(141,154,120)
#7A8567
(122,133,103)
#677056
(103,112,86)
#545B45
(84,91,69)
#414634
(65,70,52)
#2E3123
(46,49,35)
#1B1C12
(27,28,18)
#000000
(0,0,0)

Tints of #D9EEBC

#D9EEBC
(217,238,188)
#DCEFC2
(220,239,194)
#DFF0C8
(223,240,200)
#E2F1CE
(226,241,206)
#E5F2D4
(229,242,212)
#E8F3DA
(232,243,218)
#EBF4E0
(235,244,224)
#EEF5E6
(238,245,230)
#F1F6EC
(241,246,236)
#F4F7F2
(244,247,242)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EEBC; }

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

This text font color is #D9EEBC.

Background Color

.myBgColor { background-color: #D9EEBC; }

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

This div background color is #D9EEBC.

Border color

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

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

This div border color is #D9EEBC.

Opacity

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

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

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

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

This text has shadow with #D9EEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EEBC.

Preview

Color preview on black background

This text has color #D9EEBC on black background.


Color preview on white background

This text has color #D9EEBC on white background.


Black color preview on #D9EEBC background

This text has black color on #D9EEBC background.


White color preview on #D9EEBC background

This text has white color on #D9EEBC background.


Related colors

Complementary color

Complementary color for #hex is #261143.


I love getcolorcode.com

Triadic colors

1 #BCD9EE and #EEBCD9 with #D9EEBC are triadic colors.

2 #BCEED9 and #EED9BC with #D9EEBC are triadic colors.