COLOR #D0E9BE

HEX: #D0E9BE
RGB: (208,233,190)

Color info

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

RGB color model

#D0E9BE color RGB value is (208,233,190).

  • red value is 208;
  • green value is 233;
  • blue value is 190.
RGB:
(208,233,190)
(82%,91%,75%)

RGB channels and saturation

R 208 of 255 = 82%
G 233 of 255 = 91%
B 190 of 255 = 75%

208
233
190

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

Portions of RGB colors in percentages

R + G + B =
208 + 233 + 190 = 631 (100%)
R 208 of 631 ~ 32.96%
G 233 of 631 ~ 36.93%
B 190 of 631 ~ 30.11%

%32.96
%36.93
%30.11

CMYK color model

#D0E9BE color CMYK value is (11,0,18,9).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 8.63%
CMYK:
(11,0,18,9)
C11M0Y18K9 
(11%,0%,18%,9%)
(0.11/0.00/0.18/0.09)	

CMYK percentages

%10.73
%0
%18.45
%8.63

Codes

Color #D0E9BE in popluar color models

D0E9BE
RGB208233190
HSL95°49.43%82.94%
HSB/HSV95°18.45%91.37%
CMYK10.73%0.00%18.45%
8.63%

Color #D0E9BE in popluar number systems.

HEXD0E9BE
Decimal208233190
Binary110100001110100110111110
Octal320351276

Shades and tints

Shades of #D0E9BE

#D0E9BE
(208,233,190)
#BED4AD
(190,212,173)
#ACBF9C
(172,191,156)
#9AAA8B
(154,170,139)
#88957A
(136,149,122)
#768069
(118,128,105)
#646B58
(100,107,88)
#525647
(82,86,71)
#404136
(64,65,54)
#2E2C25
(46,44,37)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #D0E9BE

#D0E9BE
(208,233,190)
#D4EBC3
(212,235,195)
#D8EDC8
(216,237,200)
#DCEFCD
(220,239,205)
#E0F1D2
(224,241,210)
#E4F3D7
(228,243,215)
#E8F5DC
(232,245,220)
#ECF7E1
(236,247,225)
#F0F9E6
(240,249,230)
#F4FBEB
(244,251,235)
#F8FDF0
(248,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E9BE; }

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

This text font color is #D0E9BE.


Background Color

.myBgColor { background-color: #D0E9BE; }

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

This div background color is #D0E9BE.


Border color

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

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

This div border color is #D0E9BE.


Opacity

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

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

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

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

This text has shadow with #D0E9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E9BE on black background.


Color preview on white background

This text has color #D0E9BE on white background.



Black color preview on #D0E9BE background

This text has black color on #D0E9BE background.


White color preview on #D0E9BE background

This text has white color on #D0E9BE background.