COLOR #D1F0A7

HEX: #D1F0A7
RGB: (209,240,167)

Color info

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

RGB color model

#D1F0A7 color RGB value is (209,240,167).

  • red value is 209;
  • green value is 240;
  • blue value is 167.
RGB:
(209,240,167)
(82%,94%,65%)

RGB channels and saturation

R 209 of 255 = 82%
G 240 of 255 = 94%
B 167 of 255 = 65%

209
240
167

R + G + B ~ 80%. #D1F0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 240 + 167 = 616 (100%)
R 209 of 616 ~ 33.93%
G 240 of 616 ~ 38.96%
B 167 of 616 ~ 27.11%

%33.93
%38.96
%27.11

CMYK color model

#D1F0A7 color CMYK value is (13,0,30,6).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 30.42%
  • key color value is 5.88%
CMYK:
(13,0,30,6)
C13M0Y30K6 
(13%,0%,30%,6%)
(0.13/0.00/0.30/0.06)	

CMYK percentages

%12.92
%0
%30.42
%5.88

Codes

Color #D1F0A7 in popluar color models

D1F0A7
RGB209240167
HSL85°70.87%79.80%
HSB/HSV85°30.42%94.12%
CMYK12.92%0.00%30.42%
5.88%

Color #D1F0A7 in popluar number systems.

HEXD1F0A7
Decimal209240167
Binary110100011111000010100111
Octal321360247

Shades and tints

Shades of #D1F0A7

#D1F0A7
(209,240,167)
#BEDB98
(190,219,152)
#ABC689
(171,198,137)
#98B17A
(152,177,122)
#859C6B
(133,156,107)
#72875C
(114,135,92)
#5F724D
(95,114,77)
#4C5D3E
(76,93,62)
#39482F
(57,72,47)
#263320
(38,51,32)
#131E11
(19,30,17)
#000000
(0,0,0)

Tints of #D1F0A7

#D1F0A7
(209,240,167)
#D5F1AF
(213,241,175)
#D9F2B7
(217,242,183)
#DDF3BF
(221,243,191)
#E1F4C7
(225,244,199)
#E5F5CF
(229,245,207)
#E9F6D7
(233,246,215)
#EDF7DF
(237,247,223)
#F1F8E7
(241,248,231)
#F5F9EF
(245,249,239)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F0A7 color. Also use rgb(209,240,167) instead hex code.

Text Font Color

.myTextColor { color: #D1F0A7; }

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

This text font color is #D1F0A7.


Background Color

.myBgColor { background-color: #D1F0A7; }

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

This div background color is #D1F0A7.


Border color

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

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

This div border color is #D1F0A7.


Opacity

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

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

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

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

This text has shadow with #D1F0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F0A7 on black background.


Color preview on white background

This text has color #D1F0A7 on white background.



Black color preview on #D1F0A7 background

This text has black color on #D1F0A7 background.


White color preview on #D1F0A7 background

This text has white color on #D1F0A7 background.