COLOR #D0FFAA

HEX: #D0FFAA
RGB: (208,255,170)

Color info

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

RGB color model

#D0FFAA color RGB value is (208,255,170).

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

RGB channels and saturation

R 208 of 255 = 82%
G 255 of 255 = 100%
B 170 of 255 = 67%

208
255
170

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

Portions of RGB colors in percentages

R + G + B =
208 + 255 + 170 = 633 (100%)
R 208 of 633 ~ 32.86%
G 255 of 633 ~ 40.28%
B 170 of 633 ~ 26.86%

%32.86
%40.28
%26.86

CMYK color model

#D0FFAA color CMYK value is (18,0,33,0).

  • cyan value is 18.43%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 0.00%
CMYK:
(18,0,33,0)
C18M0Y33K0 
(18%,0%,33%,0%)
(0.18/0.00/0.33/0.00)	

CMYK percentages

%18.43
%0
%33.33
%0

Codes

Color #D0FFAA in popluar color models

D0FFAA
RGB208255170
HSL93°100.00%83.33%
HSB/HSV93°33.33%100.00%
CMYK18.43%0.00%33.33%
0.00%

Color #D0FFAA in popluar number systems.

HEXD0FFAA
Decimal208255170
Binary110100001111111110101010
Octal320377252

Shades and tints

Shades of #D0FFAA

#D0FFAA
(208,255,170)
#BEE89B
(190,232,155)
#ACD18C
(172,209,140)
#9ABA7D
(154,186,125)
#88A36E
(136,163,110)
#768C5F
(118,140,95)
#647550
(100,117,80)
#525E41
(82,94,65)
#404732
(64,71,50)
#2E3023
(46,48,35)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #D0FFAA

#D0FFAA
(208,255,170)
#D4FFB1
(212,255,177)
#D8FFB8
(216,255,184)
#DCFFBF
(220,255,191)
#E0FFC6
(224,255,198)
#E4FFCD
(228,255,205)
#E8FFD4
(232,255,212)
#ECFFDB
(236,255,219)
#F0FFE2
(240,255,226)
#F4FFE9
(244,255,233)
#F8FFF0
(248,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0FFAA; }

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

This text font color is #D0FFAA.


Background Color

.myBgColor { background-color: #D0FFAA; }

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

This div background color is #D0FFAA.


Border color

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

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

This div border color is #D0FFAA.


Opacity

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

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

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

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

This text has shadow with #D0FFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0FFAA on black background.


Color preview on white background

This text has color #D0FFAA on white background.



Black color preview on #D0FFAA background

This text has black color on #D0FFAA background.


White color preview on #D0FFAA background

This text has white color on #D0FFAA background.