COLOR #D1F1B7

HEX: #D1F1B7
RGB: (209,241,183)

Color info

#D1F1B7 contains red, green and blue colors in about the same proportion. Web safe color of #D1F1B7 is #CCFFCC (or #CFC).

RGB color model

#D1F1B7 color RGB value is (209,241,183).

  • red value is 209;
  • green value is 241;
  • blue value is 183.
RGB:
(209,241,183)
(82%,95%,72%)

RGB channels and saturation

R 209 of 255 = 82%
G 241 of 255 = 95%
B 183 of 255 = 72%

209
241
183

R + G + B ~ 83%. #D1F1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 241 + 183 = 633 (100%)
R 209 of 633 ~ 33.02%
G 241 of 633 ~ 38.07%
B 183 of 633 ~ 28.91%

%33.02
%38.07
%28.91

CMYK color model

#D1F1B7 color CMYK value is (13,0,24,5).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 5.49%
CMYK:
(13,0,24,5)
C13M0Y24K5 
(13%,0%,24%,5%)
(0.13/0.00/0.24/0.05)	

CMYK percentages

%13.28
%0
%24.07
%5.49

Codes

Color #D1F1B7 in popluar color models

D1F1B7
RGB209241183
HSL93°67.44%83.14%
HSB/HSV93°24.07%94.51%
CMYK13.28%0.00%24.07%
5.49%

Color #D1F1B7 in popluar number systems.

HEXD1F1B7
Decimal209241183
Binary110100011111000110110111
Octal321361267

Shades and tints

Shades of #D1F1B7

#D1F1B7
(209,241,183)
#BEDCA7
(190,220,167)
#ABC797
(171,199,151)
#98B287
(152,178,135)
#859D77
(133,157,119)
#728867
(114,136,103)
#5F7357
(95,115,87)
#4C5E47
(76,94,71)
#394937
(57,73,55)
#263427
(38,52,39)
#131F17
(19,31,23)
#000000
(0,0,0)

Tints of #D1F1B7

#D1F1B7
(209,241,183)
#D5F2BD
(213,242,189)
#D9F3C3
(217,243,195)
#DDF4C9
(221,244,201)
#E1F5CF
(225,245,207)
#E5F6D5
(229,246,213)
#E9F7DB
(233,247,219)
#EDF8E1
(237,248,225)
#F1F9E7
(241,249,231)
#F5FAED
(245,250,237)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F1B7 color. Also use rgb(209,241,183) instead hex code.

Text Font Color

.myTextColor { color: #D1F1B7; }

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

This text font color is #D1F1B7.


Background Color

.myBgColor { background-color: #D1F1B7; }

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

This div background color is #D1F1B7.


Border color

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

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

This div border color is #D1F1B7.


Opacity

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

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

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

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

This text has shadow with #D1F1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F1B7 on black background.


Color preview on white background

This text has color #D1F1B7 on white background.



Black color preview on #D1F1B7 background

This text has black color on #D1F1B7 background.


White color preview on #D1F1B7 background

This text has white color on #D1F1B7 background.