COLOR #D0E97D

HEX: #D0E97D
RGB: (208,233,125)

Color info

#D0E97D contains mainly red and green colors. Web safe color of #D0E97D is #CCFF66 (or #CF6).

RGB color model

#D0E97D color RGB value is (208,233,125).

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

RGB channels and saturation

R 208 of 255 = 82%
G 233 of 255 = 91%
B 125 of 255 = 49%

208
233
125

R + G + B ~ 74%. #D0E97D is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 233 + 125 = 566 (100%)
R 208 of 566 ~ 36.75%
G 233 of 566 ~ 41.17%
B 125 of 566 ~ 22.08%

%36.75
%41.17
%22.08

CMYK color model

#D0E97D color CMYK value is (11,0,46,9).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 46.35%
  • key color value is 8.63%
CMYK:
(11,0,46,9)
C11M0Y46K9 
(11%,0%,46%,9%)
(0.11/0.00/0.46/0.09)	

CMYK percentages

%10.73
%0
%46.35
%8.63

Codes

Color #D0E97D in popluar color models

D0E97D
RGB208233125
HSL74°71.05%70.20%
HSB/HSV74°46.35%91.37%
CMYK10.73%0.00%46.35%
8.63%

Color #D0E97D in popluar number systems.

HEXD0E97D
Decimal208233125
Binary11010000111010011111101
Octal320351175

Shades and tints

Shades of #D0E97D

#D0E97D
(208,233,125)
#BED472
(190,212,114)
#ACBF67
(172,191,103)
#9AAA5C
(154,170,92)
#889551
(136,149,81)
#768046
(118,128,70)
#646B3B
(100,107,59)
#525630
(82,86,48)
#404125
(64,65,37)
#2E2C1A
(46,44,26)
#1C170F
(28,23,15)
#000000
(0,0,0)

Tints of #D0E97D

#D0E97D
(208,233,125)
#D4EB88
(212,235,136)
#D8ED93
(216,237,147)
#DCEF9E
(220,239,158)
#E0F1A9
(224,241,169)
#E4F3B4
(228,243,180)
#E8F5BF
(232,245,191)
#ECF7CA
(236,247,202)
#F0F9D5
(240,249,213)
#F4FBE0
(244,251,224)
#F8FDEB
(248,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E97D; }

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

This text font color is #D0E97D.


Background Color

.myBgColor { background-color: #D0E97D; }

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

This div background color is #D0E97D.


Border color

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

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

This div border color is #D0E97D.


Opacity

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

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

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

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

This text has shadow with #D0E97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E97D on black background.


Color preview on white background

This text has color #D0E97D on white background.



Black color preview on #D0E97D background

This text has black color on #D0E97D background.


White color preview on #D0E97D background

This text has white color on #D0E97D background.