COLOR #D0F8A9

HEX: #D0F8A9
RGB: (208,248,169)

Color info

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

RGB color model

#D0F8A9 color RGB value is (208,248,169).

  • red value is 208;
  • green value is 248;
  • blue value is 169.
RGB:
(208,248,169)
(82%,97%,66%)

RGB channels and saturation

R 208 of 255 = 82%
G 248 of 255 = 97%
B 169 of 255 = 66%

208
248
169

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

Portions of RGB colors in percentages

R + G + B =
208 + 248 + 169 = 625 (100%)
R 208 of 625 ~ 33.28%
G 248 of 625 ~ 39.68%
B 169 of 625 ~ 27.04%

%33.28
%39.68
%27.04

CMYK color model

#D0F8A9 color CMYK value is (16,0,32,3).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • key color value is 2.75%
CMYK:
(16,0,32,3)
C16M0Y32K3 
(16%,0%,32%,3%)
(0.16/0.00/0.32/0.03)	

CMYK percentages

%16.13
%0
%31.85
%2.75

Codes

Color #D0F8A9 in popluar color models

D0F8A9
RGB208248169
HSL90°84.95%81.76%
HSB/HSV90°31.85%97.25%
CMYK16.13%0.00%31.85%
2.75%

Color #D0F8A9 in popluar number systems.

HEXD0F8A9
Decimal208248169
Binary110100001111100010101001
Octal320370251

Shades and tints

Shades of #D0F8A9

#D0F8A9
(208,248,169)
#BEE29A
(190,226,154)
#ACCC8B
(172,204,139)
#9AB67C
(154,182,124)
#88A06D
(136,160,109)
#768A5E
(118,138,94)
#64744F
(100,116,79)
#525E40
(82,94,64)
#404831
(64,72,49)
#2E3222
(46,50,34)
#1C1C13
(28,28,19)
#000000
(0,0,0)

Tints of #D0F8A9

#D0F8A9
(208,248,169)
#D4F8B0
(212,248,176)
#D8F8B7
(216,248,183)
#DCF8BE
(220,248,190)
#E0F8C5
(224,248,197)
#E4F8CC
(228,248,204)
#E8F8D3
(232,248,211)
#ECF8DA
(236,248,218)
#F0F8E1
(240,248,225)
#F4F8E8
(244,248,232)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F8A9; }

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

This text font color is #D0F8A9.


Background Color

.myBgColor { background-color: #D0F8A9; }

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

This div background color is #D0F8A9.


Border color

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

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

This div border color is #D0F8A9.


Opacity

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

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

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

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

This text has shadow with #D0F8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F8A9 on black background.


Color preview on white background

This text has color #D0F8A9 on white background.



Black color preview on #D0F8A9 background

This text has black color on #D0F8A9 background.


White color preview on #D0F8A9 background

This text has white color on #D0F8A9 background.