COLOR #D0F8AA

HEX: #D0F8AA RGB: (208,248,170)

Color info

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

RGB color model

#D0F8AA color RGB value is (208,248,170).

RGB: (208,248,170) (82%, 97%, 67%)

RGB channels and saturation

R 208 of 255 = 82%
G 248 of 255 = 97%
B 170 of 255 = 67%

208
248
170

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

Portions of RGB colors in percentages

R + G + B = 208 + 248 + 170 = 626 (100%)
R 208 of 626 ~ 33.23%
G 248 of 626 ~ 39.62%
B 170 of 626 ~ 27.16'%

%33.23
%39.62
%27.16

CMYK color model

#D0F8AA color CMYK value is (16,0,31,3).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 31.45%
  • key color value is 2.75%

CMYK: (16,0,31,3)
C16M0Y31K3 (16%, 0%, 31%, 3%)
(0.16 / 0.00 / 0.31 / 0.03)

CMYK percentages

%16.13
%0
%31.45
%2.75

Codes

Color #D0F8AA in popluar color models

D0 F8 AA
RGB 208 248 170
HSL 91° 84.78% 81.96%
HSB/HSV 91° 31.45% 97.25%
CMYK 16.13% 0.00% 31.45%
2.75%

Color #D0F8AA in popluar number systems.

HEX D0 F8 AA
Decimal 208 248 170
Binary 11010000 11111000 10101010
Octal 320 370 252

Shades and tints

Shades of #D0F8AA

#D0F8AA
(208,248,170)
#BEE29B
(190,226,155)
#ACCC8C
(172,204,140)
#9AB67D
(154,182,125)
#88A06E
(136,160,110)
#768A5F
(118,138,95)
#647450
(100,116,80)
#525E41
(82,94,65)
#404832
(64,72,50)
#2E3223
(46,50,35)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #D0F8AA

#D0F8AA
(208,248,170)
#D4F8B1
(212,248,177)
#D8F8B8
(216,248,184)
#DCF8BF
(220,248,191)
#E0F8C6
(224,248,198)
#E4F8CD
(228,248,205)
#E8F8D4
(232,248,212)
#ECF8DB
(236,248,219)
#F0F8E2
(240,248,226)
#F4F8E9
(244,248,233)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F8AA; }

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

This text font color is #D0F8AA.

Background Color

.myBgColor { background-color: #D0F8AA; }

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

This div background color is #D0F8AA.

Border color

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

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

This div border color is #D0F8AA.

Opacity

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

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

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

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

This text has shadow with #D0F8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0F8AA.

Preview

Color preview on black background

This text has color #D0F8AA on black background.


Color preview on white background

This text has color #D0F8AA on white background.


Black color preview on #D0F8AA background

This text has black color on #D0F8AA background.


White color preview on #D0F8AA background

This text has white color on #D0F8AA background.


Related colors

Complementary color

Complementary color for #hex is #2F0755.


I love getcolorcode.com

Triadic colors

1 #AAD0F8 and #F8AAD0 with #D0F8AA are triadic colors.

2 #AAF8D0 and #F8D0AA with #D0F8AA are triadic colors.