COLOR #D1F1B0

HEX: #D1F1B0
RGB: (209,241,176)

Color info

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

RGB color model

#D1F1B0 color RGB value is (209,241,176).

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

RGB channels and saturation

R 209 of 255 = 82%
G 241 of 255 = 95%
B 176 of 255 = 69%

209
241
176

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

Portions of RGB colors in percentages

R + G + B =
209 + 241 + 176 = 626 (100%)
R 209 of 626 ~ 33.39%
G 241 of 626 ~ 38.5%
B 176 of 626 ~ 28.12%

%33.39
%38.5
%28.12

CMYK color model

#D1F1B0 color CMYK value is (13,0,27,5).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 5.49%
CMYK:
(13,0,27,5)
C13M0Y27K5 
(13%,0%,27%,5%)
(0.13/0.00/0.27/0.05)	

CMYK percentages

%13.28
%0
%26.97
%5.49

Codes

Color #D1F1B0 in popluar color models

D1F1B0
RGB209241176
HSL90°69.89%81.76%
HSB/HSV90°26.97%94.51%
CMYK13.28%0.00%26.97%
5.49%

Color #D1F1B0 in popluar number systems.

HEXD1F1B0
Decimal209241176
Binary110100011111000110110000
Octal321361260

Shades and tints

Shades of #D1F1B0

#D1F1B0
(209,241,176)
#BEDCA0
(190,220,160)
#ABC790
(171,199,144)
#98B280
(152,178,128)
#859D70
(133,157,112)
#728860
(114,136,96)
#5F7350
(95,115,80)
#4C5E40
(76,94,64)
#394930
(57,73,48)
#263420
(38,52,32)
#131F10
(19,31,16)
#000000
(0,0,0)

Tints of #D1F1B0

#D1F1B0
(209,241,176)
#D5F2B7
(213,242,183)
#D9F3BE
(217,243,190)
#DDF4C5
(221,244,197)
#E1F5CC
(225,245,204)
#E5F6D3
(229,246,211)
#E9F7DA
(233,247,218)
#EDF8E1
(237,248,225)
#F1F9E8
(241,249,232)
#F5FAEF
(245,250,239)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F1B0; }

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

This text font color is #D1F1B0.


Background Color

.myBgColor { background-color: #D1F1B0; }

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

This div background color is #D1F1B0.


Border color

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

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

This div border color is #D1F1B0.


Opacity

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

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

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

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

This text has shadow with #D1F1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F1B0 on black background.


Color preview on white background

This text has color #D1F1B0 on white background.



Black color preview on #D1F1B0 background

This text has black color on #D1F1B0 background.


White color preview on #D1F1B0 background

This text has white color on #D1F1B0 background.