COLOR #D0EDB9

HEX: #D0EDB9 RGB: (208,237,185)

Color info

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

RGB color model

#D0EDB9 color RGB value is (208,237,185).

RGB: (208,237,185) (82%, 93%, 73%)

RGB channels and saturation

R 208 of 255 = 82%
G 237 of 255 = 93%
B 185 of 255 = 73%

208
237
185

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

Portions of RGB colors in percentages

R + G + B = 208 + 237 + 185 = 630 (100%)
R 208 of 630 ~ 33.02%
G 237 of 630 ~ 37.62%
B 185 of 630 ~ 29.37'%

%33.02
%37.62
%29.37

CMYK color model

#D0EDB9 color CMYK value is (12,0,22,7).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%

CMYK: (12,0,22,7)
C12M0Y22K7 (12%, 0%, 22%, 7%)
(0.12 / 0.00 / 0.22 / 0.07)

CMYK percentages

%12.24
%0
%21.94
%7.06

Codes

Color #D0EDB9 in popluar color models

D0 ED B9
RGB 208 237 185
HSL 93° 59.09% 82.75%
HSB/HSV 93° 21.94% 92.94%
CMYK 12.24% 0.00% 21.94%
7.06%

Color #D0EDB9 in popluar number systems.

HEX D0 ED B9
Decimal 208 237 185
Binary 11010000 11101101 10111001
Octal 320 355 271

Shades and tints

Shades of #D0EDB9

#D0EDB9
(208,237,185)
#BED8A9
(190,216,169)
#ACC399
(172,195,153)
#9AAE89
(154,174,137)
#889979
(136,153,121)
#768469
(118,132,105)
#646F59
(100,111,89)
#525A49
(82,90,73)
#404539
(64,69,57)
#2E3029
(46,48,41)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #D0EDB9

#D0EDB9
(208,237,185)
#D4EEBF
(212,238,191)
#D8EFC5
(216,239,197)
#DCF0CB
(220,240,203)
#E0F1D1
(224,241,209)
#E4F2D7
(228,242,215)
#E8F3DD
(232,243,221)
#ECF4E3
(236,244,227)
#F0F5E9
(240,245,233)
#F4F6EF
(244,246,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EDB9 color. Also use rgb(208,237,185) instead hex code.

Text Font Color

.myTextColor { color: #D0EDB9; }

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

This text font color is #D0EDB9.

Background Color

.myBgColor { background-color: #D0EDB9; }

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

This div background color is #D0EDB9.

Border color

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

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

This div border color is #D0EDB9.

Opacity

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

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

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

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

This text has shadow with #D0EDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0EDB9.

Preview

Color preview on black background

This text has color #D0EDB9 on black background.


Color preview on white background

This text has color #D0EDB9 on white background.


Black color preview on #D0EDB9 background

This text has black color on #D0EDB9 background.


White color preview on #D0EDB9 background

This text has white color on #D0EDB9 background.


Related colors

Complementary color

Complementary color for #hex is #2F1246.


I love getcolorcode.com

Triadic colors

1 #B9D0ED and #EDB9D0 with #D0EDB9 are triadic colors.

2 #B9EDD0 and #EDD0B9 with #D0EDB9 are triadic colors.