COLOR #D1F1C2

HEX: #D1F1C2
RGB: (209,241,194)

Color info

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

RGB color model

#D1F1C2 color RGB value is (209,241,194).

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

RGB channels and saturation

R 209 of 255 = 82%
G 241 of 255 = 95%
B 194 of 255 = 76%

209
241
194

R + G + B ~ 84%. #D1F1C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 241 + 194 = 644 (100%)
R 209 of 644 ~ 32.45%
G 241 of 644 ~ 37.42%
B 194 of 644 ~ 30.12%

%32.45
%37.42
%30.12

CMYK color model

#D1F1C2 color CMYK value is (13,0,20,5).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 19.50%
  • key color value is 5.49%
CMYK:
(13,0,20,5)
C13M0Y20K5 
(13%,0%,20%,5%)
(0.13/0.00/0.20/0.05)	

CMYK percentages

%13.28
%0
%19.5
%5.49

Codes

Color #D1F1C2 in popluar color models

D1F1C2
RGB209241194
HSL101°62.67%85.29%
HSB/HSV101°19.50%94.51%
CMYK13.28%0.00%19.50%
5.49%

Color #D1F1C2 in popluar number systems.

HEXD1F1C2
Decimal209241194
Binary110100011111000111000010
Octal321361302

Shades and tints

Shades of #D1F1C2

#D1F1C2
(209,241,194)
#BEDCB1
(190,220,177)
#ABC7A0
(171,199,160)
#98B28F
(152,178,143)
#859D7E
(133,157,126)
#72886D
(114,136,109)
#5F735C
(95,115,92)
#4C5E4B
(76,94,75)
#39493A
(57,73,58)
#263429
(38,52,41)
#131F18
(19,31,24)
#000000
(0,0,0)

Tints of #D1F1C2

#D1F1C2
(209,241,194)
#D5F2C7
(213,242,199)
#D9F3CC
(217,243,204)
#DDF4D1
(221,244,209)
#E1F5D6
(225,245,214)
#E5F6DB
(229,246,219)
#E9F7E0
(233,247,224)
#EDF8E5
(237,248,229)
#F1F9EA
(241,249,234)
#F5FAEF
(245,250,239)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F1C2; }

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

This text font color is #D1F1C2.


Background Color

.myBgColor { background-color: #D1F1C2; }

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

This div background color is #D1F1C2.


Border color

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

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

This div border color is #D1F1C2.


Opacity

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

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

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

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

This text has shadow with #D1F1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F1C2 on black background.


Color preview on white background

This text has color #D1F1C2 on white background.



Black color preview on #D1F1C2 background

This text has black color on #D1F1C2 background.


White color preview on #D1F1C2 background

This text has white color on #D1F1C2 background.