COLOR #D0F5AA

HEX: #D0F5AA RGB: (208,245,170)

Color info

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

RGB color model

#D0F5AA color RGB value is (208,245,170).

RGB: (208,245,170) (82%, 96%, 67%)

RGB channels and saturation

R 208 of 255 = 82%
G 245 of 255 = 96%
B 170 of 255 = 67%

208
245
170

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

Portions of RGB colors in percentages

R + G + B = 208 + 245 + 170 = 623 (100%)
R 208 of 623 ~ 33.39%
G 245 of 623 ~ 39.33%
B 170 of 623 ~ 27.29'%

%33.39
%39.33
%27.29

CMYK color model

#D0F5AA color CMYK value is (15,0,31,4).

  • cyan value is 15.10%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 3.92%

CMYK: (15,0,31,4)
C15M0Y31K4 (15%, 0%, 31%, 4%)
(0.15 / 0.00 / 0.31 / 0.04)

CMYK percentages

%15.1
%0
%30.61
%3.92

Codes

Color #D0F5AA in popluar color models

D0 F5 AA
RGB 208 245 170
HSL 90° 78.95% 81.37%
HSB/HSV 90° 30.61% 96.08%
CMYK 15.10% 0.00% 30.61%
3.92%

Color #D0F5AA in popluar number systems.

HEX D0 F5 AA
Decimal 208 245 170
Binary 11010000 11110101 10101010
Octal 320 365 252

Shades and tints

Shades of #D0F5AA

#D0F5AA
(208,245,170)
#BEDF9B
(190,223,155)
#ACC98C
(172,201,140)
#9AB37D
(154,179,125)
#889D6E
(136,157,110)
#76875F
(118,135,95)
#647150
(100,113,80)
#525B41
(82,91,65)
#404532
(64,69,50)
#2E2F23
(46,47,35)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #D0F5AA

#D0F5AA
(208,245,170)
#D4F5B1
(212,245,177)
#D8F5B8
(216,245,184)
#DCF5BF
(220,245,191)
#E0F5C6
(224,245,198)
#E4F5CD
(228,245,205)
#E8F5D4
(232,245,212)
#ECF5DB
(236,245,219)
#F0F5E2
(240,245,226)
#F4F5E9
(244,245,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F5AA; }

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

This text font color is #D0F5AA.

Background Color

.myBgColor { background-color: #D0F5AA; }

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

This div background color is #D0F5AA.

Border color

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

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

This div border color is #D0F5AA.

Opacity

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

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

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

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

This text has shadow with #D0F5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0F5AA.

Preview

Color preview on black background

This text has color #D0F5AA on black background.


Color preview on white background

This text has color #D0F5AA on white background.


Black color preview on #D0F5AA background

This text has black color on #D0F5AA background.


White color preview on #D0F5AA background

This text has white color on #D0F5AA background.


Related colors

Complementary color

Complementary color for #hex is #2F0A55.


I love getcolorcode.com

Triadic colors

1 #AAD0F5 and #F5AAD0 with #D0F5AA are triadic colors.

2 #AAF5D0 and #F5D0AA with #D0F5AA are triadic colors.