COLOR #D0E48B

HEX: #D0E48B
RGB: (208,228,139)

Color info

#D0E48B contains mainly red and green colors. Web safe color of #D0E48B is #CCCC99 (or #CC9).

RGB color model

#D0E48B color RGB value is (208,228,139).

  • red value is 208;
  • green value is 228;
  • blue value is 139.
RGB:
(208,228,139)
(82%,89%,55%)

RGB channels and saturation

R 208 of 255 = 82%
G 228 of 255 = 89%
B 139 of 255 = 55%

208
228
139

R + G + B ~ 75%. #D0E48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 228 + 139 = 575 (100%)
R 208 of 575 ~ 36.17%
G 228 of 575 ~ 39.65%
B 139 of 575 ~ 24.17%

%36.17
%39.65
%24.17

CMYK color model

#D0E48B color CMYK value is (9,0,39,11).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 10.59%
CMYK:
(9,0,39,11)
C9M0Y39K11 
(9%,0%,39%,11%)
(0.09/0.00/0.39/0.11)	

CMYK percentages

%8.77
%0
%39.04
%10.59

Codes

Color #D0E48B in popluar color models

D0E48B
RGB208228139
HSL73°62.24%71.96%
HSB/HSV73°39.04%89.41%
CMYK8.77%0.00%39.04%
10.59%

Color #D0E48B in popluar number systems.

HEXD0E48B
Decimal208228139
Binary110100001110010010001011
Octal320344213

Shades and tints

Shades of #D0E48B

#D0E48B
(208,228,139)
#BED07F
(190,208,127)
#ACBC73
(172,188,115)
#9AA867
(154,168,103)
#88945B
(136,148,91)
#76804F
(118,128,79)
#646C43
(100,108,67)
#525837
(82,88,55)
#40442B
(64,68,43)
#2E301F
(46,48,31)
#1C1C13
(28,28,19)
#000000
(0,0,0)

Tints of #D0E48B

#D0E48B
(208,228,139)
#D4E695
(212,230,149)
#D8E89F
(216,232,159)
#DCEAA9
(220,234,169)
#E0ECB3
(224,236,179)
#E4EEBD
(228,238,189)
#E8F0C7
(232,240,199)
#ECF2D1
(236,242,209)
#F0F4DB
(240,244,219)
#F4F6E5
(244,246,229)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E48B color. Also use rgb(208,228,139) instead hex code.

Text Font Color

.myTextColor { color: #D0E48B; }

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

This text font color is #D0E48B.


Background Color

.myBgColor { background-color: #D0E48B; }

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

This div background color is #D0E48B.


Border color

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

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

This div border color is #D0E48B.


Opacity

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

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

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

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

This text has shadow with #D0E48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E48B on black background.


Color preview on white background

This text has color #D0E48B on white background.



Black color preview on #D0E48B background

This text has black color on #D0E48B background.


White color preview on #D0E48B background

This text has white color on #D0E48B background.