COLOR #D1F3AE

HEX: #D1F3AE
RGB: (209,243,174)

Color info

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

RGB color model

#D1F3AE color RGB value is (209,243,174).

  • red value is 209;
  • green value is 243;
  • blue value is 174.
RGB:
(209,243,174)
(82%,95%,68%)

RGB channels and saturation

R 209 of 255 = 82%
G 243 of 255 = 95%
B 174 of 255 = 68%

209
243
174

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

Portions of RGB colors in percentages

R + G + B =
209 + 243 + 174 = 626 (100%)
R 209 of 626 ~ 33.39%
G 243 of 626 ~ 38.82%
B 174 of 626 ~ 27.8%

%33.39
%38.82
%27.8

CMYK color model

#D1F3AE color CMYK value is (14,0,28,5).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 4.71%
CMYK:
(14,0,28,5)
C14M0Y28K5 
(14%,0%,28%,5%)
(0.14/0.00/0.28/0.05)	

CMYK percentages

%13.99
%0
%28.4
%4.71

Codes

Color #D1F3AE in popluar color models

D1F3AE
RGB209243174
HSL90°74.19%81.76%
HSB/HSV90°28.40%95.29%
CMYK13.99%0.00%28.40%
4.71%

Color #D1F3AE in popluar number systems.

HEXD1F3AE
Decimal209243174
Binary110100011111001110101110
Octal321363256

Shades and tints

Shades of #D1F3AE

#D1F3AE
(209,243,174)
#BEDD9F
(190,221,159)
#ABC790
(171,199,144)
#98B181
(152,177,129)
#859B72
(133,155,114)
#728563
(114,133,99)
#5F6F54
(95,111,84)
#4C5945
(76,89,69)
#394336
(57,67,54)
#262D27
(38,45,39)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #D1F3AE

#D1F3AE
(209,243,174)
#D5F4B5
(213,244,181)
#D9F5BC
(217,245,188)
#DDF6C3
(221,246,195)
#E1F7CA
(225,247,202)
#E5F8D1
(229,248,209)
#E9F9D8
(233,249,216)
#EDFADF
(237,250,223)
#F1FBE6
(241,251,230)
#F5FCED
(245,252,237)
#F9FDF4
(249,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F3AE color. Also use rgb(209,243,174) instead hex code.

Text Font Color

.myTextColor { color: #D1F3AE; }

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

This text font color is #D1F3AE.


Background Color

.myBgColor { background-color: #D1F3AE; }

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

This div background color is #D1F3AE.


Border color

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

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

This div border color is #D1F3AE.


Opacity

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

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

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

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

This text has shadow with #D1F3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F3AE on black background.


Color preview on white background

This text has color #D1F3AE on white background.



Black color preview on #D1F3AE background

This text has black color on #D1F3AE background.


White color preview on #D1F3AE background

This text has white color on #D1F3AE background.