COLOR #D0E499

HEX: #D0E499
RGB: (208,228,153)

Color info

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

RGB color model

#D0E499 color RGB value is (208,228,153).

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

RGB channels and saturation

R 208 of 255 = 82%
G 228 of 255 = 89%
B 153 of 255 = 60%

208
228
153

R + G + B ~ 77%. #D0E499 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 228 + 153 = 589 (100%)
R 208 of 589 ~ 35.31%
G 228 of 589 ~ 38.71%
B 153 of 589 ~ 25.98%

%35.31
%38.71
%25.98

CMYK color model

#D0E499 color CMYK value is (9,0,33,11).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 32.89%
  • key color value is 10.59%
CMYK:
(9,0,33,11)
C9M0Y33K11 
(9%,0%,33%,11%)
(0.09/0.00/0.33/0.11)	

CMYK percentages

%8.77
%0
%32.89
%10.59

Codes

Color #D0E499 in popluar color models

D0E499
RGB208228153
HSL76°58.14%74.71%
HSB/HSV76°32.89%89.41%
CMYK8.77%0.00%32.89%
10.59%

Color #D0E499 in popluar number systems.

HEXD0E499
Decimal208228153
Binary110100001110010010011001
Octal320344231

Shades and tints

Shades of #D0E499

#D0E499
(208,228,153)
#BED08C
(190,208,140)
#ACBC7F
(172,188,127)
#9AA872
(154,168,114)
#889465
(136,148,101)
#768058
(118,128,88)
#646C4B
(100,108,75)
#52583E
(82,88,62)
#404431
(64,68,49)
#2E3024
(46,48,36)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #D0E499

#D0E499
(208,228,153)
#D4E6A2
(212,230,162)
#D8E8AB
(216,232,171)
#DCEAB4
(220,234,180)
#E0ECBD
(224,236,189)
#E4EEC6
(228,238,198)
#E8F0CF
(232,240,207)
#ECF2D8
(236,242,216)
#F0F4E1
(240,244,225)
#F4F6EA
(244,246,234)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E499; }

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

This text font color is #D0E499.


Background Color

.myBgColor { background-color: #D0E499; }

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

This div background color is #D0E499.


Border color

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

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

This div border color is #D0E499.


Opacity

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

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

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

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

This text has shadow with #D0E499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E499 on black background.


Color preview on white background

This text has color #D0E499 on white background.



Black color preview on #D0E499 background

This text has black color on #D0E499 background.


White color preview on #D0E499 background

This text has white color on #D0E499 background.