COLOR #D1F2B2

HEX: #D1F2B2
RGB: (209,242,178)

Color info

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

RGB color model

#D1F2B2 color RGB value is (209,242,178).

  • red value is 209;
  • green value is 242;
  • blue value is 178.
RGB:
(209,242,178)
(82%,95%,70%)

RGB channels and saturation

R 209 of 255 = 82%
G 242 of 255 = 95%
B 178 of 255 = 70%

209
242
178

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

Portions of RGB colors in percentages

R + G + B =
209 + 242 + 178 = 629 (100%)
R 209 of 629 ~ 33.23%
G 242 of 629 ~ 38.47%
B 178 of 629 ~ 28.3%

%33.23
%38.47
%28.3

CMYK color model

#D1F2B2 color CMYK value is (14,0,26,5).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 26.45%
  • key color value is 5.10%
CMYK:
(14,0,26,5)
C14M0Y26K5 
(14%,0%,26%,5%)
(0.14/0.00/0.26/0.05)	

CMYK percentages

%13.64
%0
%26.45
%5.1

Codes

Color #D1F2B2 in popluar color models

D1F2B2
RGB209242178
HSL91°71.11%82.35%
HSB/HSV91°26.45%94.90%
CMYK13.64%0.00%26.45%
5.10%

Color #D1F2B2 in popluar number systems.

HEXD1F2B2
Decimal209242178
Binary110100011111001010110010
Octal321362262

Shades and tints

Shades of #D1F2B2

#D1F2B2
(209,242,178)
#BEDCA2
(190,220,162)
#ABC692
(171,198,146)
#98B082
(152,176,130)
#859A72
(133,154,114)
#728462
(114,132,98)
#5F6E52
(95,110,82)
#4C5842
(76,88,66)
#394232
(57,66,50)
#262C22
(38,44,34)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #D1F2B2

#D1F2B2
(209,242,178)
#D5F3B9
(213,243,185)
#D9F4C0
(217,244,192)
#DDF5C7
(221,245,199)
#E1F6CE
(225,246,206)
#E5F7D5
(229,247,213)
#E9F8DC
(233,248,220)
#EDF9E3
(237,249,227)
#F1FAEA
(241,250,234)
#F5FBF1
(245,251,241)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F2B2 color. Also use rgb(209,242,178) instead hex code.

Text Font Color

.myTextColor { color: #D1F2B2; }

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

This text font color is #D1F2B2.


Background Color

.myBgColor { background-color: #D1F2B2; }

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

This div background color is #D1F2B2.


Border color

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

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

This div border color is #D1F2B2.


Opacity

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

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

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

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

This text has shadow with #D1F2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F2B2 on black background.


Color preview on white background

This text has color #D1F2B2 on white background.



Black color preview on #D1F2B2 background

This text has black color on #D1F2B2 background.


White color preview on #D1F2B2 background

This text has white color on #D1F2B2 background.