COLOR #D1F9AC

HEX: #D1F9AC
RGB: (209,249,172)

Color info

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

RGB color model

#D1F9AC color RGB value is (209,249,172).

  • red value is 209;
  • green value is 249;
  • blue value is 172.
RGB:
(209,249,172)
(82%,98%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 249 of 255 = 98%
B 172 of 255 = 67%

209
249
172

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

Portions of RGB colors in percentages

R + G + B =
209 + 249 + 172 = 630 (100%)
R 209 of 630 ~ 33.17%
G 249 of 630 ~ 39.52%
B 172 of 630 ~ 27.3%

%33.17
%39.52
%27.3

CMYK color model

#D1F9AC color CMYK value is (16,0,31,2).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 30.92%
  • key color value is 2.35%
CMYK:
(16,0,31,2)
C16M0Y31K2 
(16%,0%,31%,2%)
(0.16/0.00/0.31/0.02)	

CMYK percentages

%16.06
%0
%30.92
%2.35

Codes

Color #D1F9AC in popluar color models

D1F9AC
RGB209249172
HSL91°86.52%82.55%
HSB/HSV91°30.92%97.65%
CMYK16.06%0.00%30.92%
2.35%

Color #D1F9AC in popluar number systems.

HEXD1F9AC
Decimal209249172
Binary110100011111100110101100
Octal321371254

Shades and tints

Shades of #D1F9AC

#D1F9AC
(209,249,172)
#BEE39D
(190,227,157)
#ABCD8E
(171,205,142)
#98B77F
(152,183,127)
#85A170
(133,161,112)
#728B61
(114,139,97)
#5F7552
(95,117,82)
#4C5F43
(76,95,67)
#394934
(57,73,52)
#263325
(38,51,37)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #D1F9AC

#D1F9AC
(209,249,172)
#D5F9B3
(213,249,179)
#D9F9BA
(217,249,186)
#DDF9C1
(221,249,193)
#E1F9C8
(225,249,200)
#E5F9CF
(229,249,207)
#E9F9D6
(233,249,214)
#EDF9DD
(237,249,221)
#F1F9E4
(241,249,228)
#F5F9EB
(245,249,235)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F9AC color. Also use rgb(209,249,172) instead hex code.

Text Font Color

.myTextColor { color: #D1F9AC; }

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

This text font color is #D1F9AC.


Background Color

.myBgColor { background-color: #D1F9AC; }

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

This div background color is #D1F9AC.


Border color

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

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

This div border color is #D1F9AC.


Opacity

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

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

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

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

This text has shadow with #D1F9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F9AC on black background.


Color preview on white background

This text has color #D1F9AC on white background.



Black color preview on #D1F9AC background

This text has black color on #D1F9AC background.


White color preview on #D1F9AC background

This text has white color on #D1F9AC background.