COLOR #D0F5A2

HEX: #D0F5A2
RGB: (208,245,162)

Color info

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

RGB color model

#D0F5A2 color RGB value is (208,245,162).

  • red value is 208;
  • green value is 245;
  • blue value is 162.
RGB:
(208,245,162)
(82%,96%,64%)

RGB channels and saturation

R 208 of 255 = 82%
G 245 of 255 = 96%
B 162 of 255 = 64%

208
245
162

R + G + B ~ 81%. #D0F5A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 245 + 162 = 615 (100%)
R 208 of 615 ~ 33.82%
G 245 of 615 ~ 39.84%
B 162 of 615 ~ 26.34%

%33.82
%39.84
%26.34

CMYK color model

#D0F5A2 color CMYK value is (15,0,34,4).

  • cyan value is 15.10%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 3.92%
CMYK:
(15,0,34,4)
C15M0Y34K4 
(15%,0%,34%,4%)
(0.15/0.00/0.34/0.04)	

CMYK percentages

%15.1
%0
%33.88
%3.92

Codes

Color #D0F5A2 in popluar color models

D0F5A2
RGB208245162
HSL87°80.58%79.80%
HSB/HSV87°33.88%96.08%
CMYK15.10%0.00%33.88%
3.92%

Color #D0F5A2 in popluar number systems.

HEXD0F5A2
Decimal208245162
Binary110100001111010110100010
Octal320365242

Shades and tints

Shades of #D0F5A2

#D0F5A2
(208,245,162)
#BEDF94
(190,223,148)
#ACC986
(172,201,134)
#9AB378
(154,179,120)
#889D6A
(136,157,106)
#76875C
(118,135,92)
#64714E
(100,113,78)
#525B40
(82,91,64)
#404532
(64,69,50)
#2E2F24
(46,47,36)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #D0F5A2

#D0F5A2
(208,245,162)
#D4F5AA
(212,245,170)
#D8F5B2
(216,245,178)
#DCF5BA
(220,245,186)
#E0F5C2
(224,245,194)
#E4F5CA
(228,245,202)
#E8F5D2
(232,245,210)
#ECF5DA
(236,245,218)
#F0F5E2
(240,245,226)
#F4F5EA
(244,245,234)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F5A2; }

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

This text font color is #D0F5A2.


Background Color

.myBgColor { background-color: #D0F5A2; }

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

This div background color is #D0F5A2.


Border color

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

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

This div border color is #D0F5A2.


Opacity

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

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

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

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

This text has shadow with #D0F5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F5A2 on black background.


Color preview on white background

This text has color #D0F5A2 on white background.



Black color preview on #D0F5A2 background

This text has black color on #D0F5A2 background.


White color preview on #D0F5A2 background

This text has white color on #D0F5A2 background.