COLOR #D0FFAE

HEX: #D0FFAE
RGB: (208,255,174)

Color info

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

RGB color model

#D0FFAE color RGB value is (208,255,174).

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

RGB channels and saturation

R 208 of 255 = 82%
G 255 of 255 = 100%
B 174 of 255 = 68%

208
255
174

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

Portions of RGB colors in percentages

R + G + B =
208 + 255 + 174 = 637 (100%)
R 208 of 637 ~ 32.65%
G 255 of 637 ~ 40.03%
B 174 of 637 ~ 27.32%

%32.65
%40.03
%27.32

CMYK color model

#D0FFAE color CMYK value is (18,0,32,0).

  • cyan value is 18.43%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 0.00%
CMYK:
(18,0,32,0)
C18M0Y32K0 
(18%,0%,32%,0%)
(0.18/0.00/0.32/0.00)	

CMYK percentages

%18.43
%0
%31.76
%0

Codes

Color #D0FFAE in popluar color models

D0FFAE
RGB208255174
HSL95°100.00%84.12%
HSB/HSV95°31.76%100.00%
CMYK18.43%0.00%31.76%
0.00%

Color #D0FFAE in popluar number systems.

HEXD0FFAE
Decimal208255174
Binary110100001111111110101110
Octal320377256

Shades and tints

Shades of #D0FFAE

#D0FFAE
(208,255,174)
#BEE89F
(190,232,159)
#ACD190
(172,209,144)
#9ABA81
(154,186,129)
#88A372
(136,163,114)
#768C63
(118,140,99)
#647554
(100,117,84)
#525E45
(82,94,69)
#404736
(64,71,54)
#2E3027
(46,48,39)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #D0FFAE

#D0FFAE
(208,255,174)
#D4FFB5
(212,255,181)
#D8FFBC
(216,255,188)
#DCFFC3
(220,255,195)
#E0FFCA
(224,255,202)
#E4FFD1
(228,255,209)
#E8FFD8
(232,255,216)
#ECFFDF
(236,255,223)
#F0FFE6
(240,255,230)
#F4FFED
(244,255,237)
#F8FFF4
(248,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0FFAE; }

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

This text font color is #D0FFAE.


Background Color

.myBgColor { background-color: #D0FFAE; }

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

This div background color is #D0FFAE.


Border color

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

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

This div border color is #D0FFAE.


Opacity

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

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

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

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

This text has shadow with #D0FFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0FFAE on black background.


Color preview on white background

This text has color #D0FFAE on white background.



Black color preview on #D0FFAE background

This text has black color on #D0FFAE background.


White color preview on #D0FFAE background

This text has white color on #D0FFAE background.