COLOR #D0E9BC

HEX: #D0E9BC RGB: (208,233,188)

Color info

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

RGB color model

#D0E9BC color RGB value is (208,233,188).

RGB: (208,233,188) (82%, 91%, 74%)

RGB channels and saturation

R 208 of 255 = 82%
G 233 of 255 = 91%
B 188 of 255 = 74%

208
233
188

R + G + B ~ 82%. #D0E9BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 233 + 188 = 629 (100%)
R 208 of 629 ~ 33.07%
G 233 of 629 ~ 37.04%
B 188 of 629 ~ 29.89'%

%33.07
%37.04
%29.89

CMYK color model

#D0E9BC color CMYK value is (11,0,19,9).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 8.63%

CMYK: (11,0,19,9)
C11M0Y19K9 (11%, 0%, 19%, 9%)
(0.11 / 0.00 / 0.19 / 0.09)

CMYK percentages

%10.73
%0
%19.31
%8.63

Codes

Color #D0E9BC in popluar color models

D0 E9 BC
RGB 208 233 188
HSL 93° 50.56% 82.55%
HSB/HSV 93° 19.31% 91.37%
CMYK 10.73% 0.00% 19.31%
8.63%

Color #D0E9BC in popluar number systems.

HEX D0 E9 BC
Decimal 208 233 188
Binary 11010000 11101001 10111100
Octal 320 351 274

Shades and tints

Shades of #D0E9BC

#D0E9BC
(208,233,188)
#BED4AB
(190,212,171)
#ACBF9A
(172,191,154)
#9AAA89
(154,170,137)
#889578
(136,149,120)
#768067
(118,128,103)
#646B56
(100,107,86)
#525645
(82,86,69)
#404134
(64,65,52)
#2E2C23
(46,44,35)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #D0E9BC

#D0E9BC
(208,233,188)
#D4EBC2
(212,235,194)
#D8EDC8
(216,237,200)
#DCEFCE
(220,239,206)
#E0F1D4
(224,241,212)
#E4F3DA
(228,243,218)
#E8F5E0
(232,245,224)
#ECF7E6
(236,247,230)
#F0F9EC
(240,249,236)
#F4FBF2
(244,251,242)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E9BC color. Also use rgb(208,233,188) instead hex code.

Text Font Color

.myTextColor { color: #D0E9BC; }

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

This text font color is #D0E9BC.

Background Color

.myBgColor { background-color: #D0E9BC; }

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

This div background color is #D0E9BC.

Border color

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

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

This div border color is #D0E9BC.

Opacity

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

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

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

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

This text has shadow with #D0E9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E9BC.

Preview

Color preview on black background

This text has color #D0E9BC on black background.


Color preview on white background

This text has color #D0E9BC on white background.


Black color preview on #D0E9BC background

This text has black color on #D0E9BC background.


White color preview on #D0E9BC background

This text has white color on #D0E9BC background.


Related colors

Complementary color

Complementary color for #hex is #2F1643.


I love getcolorcode.com

Triadic colors

1 #BCD0E9 and #E9BCD0 with #D0E9BC are triadic colors.

2 #BCE9D0 and #E9D0BC with #D0E9BC are triadic colors.