COLOR #D0F1A8

HEX: #D0F1A8
RGB: (208,241,168)

Color info

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

RGB color model

#D0F1A8 color RGB value is (208,241,168).

  • red value is 208;
  • green value is 241;
  • blue value is 168.
RGB:
(208,241,168)
(82%,95%,66%)

RGB channels and saturation

R 208 of 255 = 82%
G 241 of 255 = 95%
B 168 of 255 = 66%

208
241
168

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

Portions of RGB colors in percentages

R + G + B =
208 + 241 + 168 = 617 (100%)
R 208 of 617 ~ 33.71%
G 241 of 617 ~ 39.06%
B 168 of 617 ~ 27.23%

%33.71
%39.06
%27.23

CMYK color model

#D0F1A8 color CMYK value is (14,0,30,5).

  • cyan value is 13.69%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 5.49%
CMYK:
(14,0,30,5)
C14M0Y30K5 
(14%,0%,30%,5%)
(0.14/0.00/0.30/0.05)	

CMYK percentages

%13.69
%0
%30.29
%5.49

Codes

Color #D0F1A8 in popluar color models

D0F1A8
RGB208241168
HSL87°72.28%80.20%
HSB/HSV87°30.29%94.51%
CMYK13.69%0.00%30.29%
5.49%

Color #D0F1A8 in popluar number systems.

HEXD0F1A8
Decimal208241168
Binary110100001111000110101000
Octal320361250

Shades and tints

Shades of #D0F1A8

#D0F1A8
(208,241,168)
#BEDC99
(190,220,153)
#ACC78A
(172,199,138)
#9AB27B
(154,178,123)
#889D6C
(136,157,108)
#76885D
(118,136,93)
#64734E
(100,115,78)
#525E3F
(82,94,63)
#404930
(64,73,48)
#2E3421
(46,52,33)
#1C1F12
(28,31,18)
#000000
(0,0,0)

Tints of #D0F1A8

#D0F1A8
(208,241,168)
#D4F2AF
(212,242,175)
#D8F3B6
(216,243,182)
#DCF4BD
(220,244,189)
#E0F5C4
(224,245,196)
#E4F6CB
(228,246,203)
#E8F7D2
(232,247,210)
#ECF8D9
(236,248,217)
#F0F9E0
(240,249,224)
#F4FAE7
(244,250,231)
#F8FBEE
(248,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F1A8 color. Also use rgb(208,241,168) instead hex code.

Text Font Color

.myTextColor { color: #D0F1A8; }

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

This text font color is #D0F1A8.


Background Color

.myBgColor { background-color: #D0F1A8; }

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

This div background color is #D0F1A8.


Border color

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

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

This div border color is #D0F1A8.


Opacity

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

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

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

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

This text has shadow with #D0F1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F1A8 on black background.


Color preview on white background

This text has color #D0F1A8 on white background.



Black color preview on #D0F1A8 background

This text has black color on #D0F1A8 background.


White color preview on #D0F1A8 background

This text has white color on #D0F1A8 background.