COLOR #D0F8AE

HEX: #D0F8AE
RGB: (208,248,174)

Color info

#D0F8AE contains mainly red and green colors. Web safe color of #D0F8AE is #CCFF99 (or #CF9).

RGB color model

#D0F8AE color RGB value is (208,248,174).

  • red value is 208;
  • green value is 248;
  • blue value is 174.
RGB:
(208,248,174)
(82%,97%,68%)

RGB channels and saturation

R 208 of 255 = 82%
G 248 of 255 = 97%
B 174 of 255 = 68%

208
248
174

R + G + B ~ 82%. #D0F8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 248 + 174 = 630 (100%)
R 208 of 630 ~ 33.02%
G 248 of 630 ~ 39.37%
B 174 of 630 ~ 27.62%

%33.02
%39.37
%27.62

CMYK color model

#D0F8AE color CMYK value is (16,0,30,3).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 29.84%
  • key color value is 2.75%
CMYK:
(16,0,30,3)
C16M0Y30K3 
(16%,0%,30%,3%)
(0.16/0.00/0.30/0.03)	

CMYK percentages

%16.13
%0
%29.84
%2.75

Codes

Color #D0F8AE in popluar color models

D0F8AE
RGB208248174
HSL92°84.09%82.75%
HSB/HSV92°29.84%97.25%
CMYK16.13%0.00%29.84%
2.75%

Color #D0F8AE in popluar number systems.

HEXD0F8AE
Decimal208248174
Binary110100001111100010101110
Octal320370256

Shades and tints

Shades of #D0F8AE

#D0F8AE
(208,248,174)
#BEE29F
(190,226,159)
#ACCC90
(172,204,144)
#9AB681
(154,182,129)
#88A072
(136,160,114)
#768A63
(118,138,99)
#647454
(100,116,84)
#525E45
(82,94,69)
#404836
(64,72,54)
#2E3227
(46,50,39)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #D0F8AE

#D0F8AE
(208,248,174)
#D4F8B5
(212,248,181)
#D8F8BC
(216,248,188)
#DCF8C3
(220,248,195)
#E0F8CA
(224,248,202)
#E4F8D1
(228,248,209)
#E8F8D8
(232,248,216)
#ECF8DF
(236,248,223)
#F0F8E6
(240,248,230)
#F4F8ED
(244,248,237)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F8AE color. Also use rgb(208,248,174) instead hex code.

Text Font Color

.myTextColor { color: #D0F8AE; }

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

This text font color is #D0F8AE.


Background Color

.myBgColor { background-color: #D0F8AE; }

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

This div background color is #D0F8AE.


Border color

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

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

This div border color is #D0F8AE.


Opacity

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

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

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

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

This text has shadow with #D0F8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F8AE on black background.


Color preview on white background

This text has color #D0F8AE on white background.



Black color preview on #D0F8AE background

This text has black color on #D0F8AE background.


White color preview on #D0F8AE background

This text has white color on #D0F8AE background.