COLOR #D1F1C8

HEX: #D1F1C8
RGB: (209,241,200)

Color info

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

RGB color model

#D1F1C8 color RGB value is (209,241,200).

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

RGB channels and saturation

R 209 of 255 = 82%
G 241 of 255 = 95%
B 200 of 255 = 78%

209
241
200

R + G + B ~ 85%. #D1F1C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 241 + 200 = 650 (100%)
R 209 of 650 ~ 32.15%
G 241 of 650 ~ 37.08%
B 200 of 650 ~ 30.77%

%32.15
%37.08
%30.77

CMYK color model

#D1F1C8 color CMYK value is (13,0,17,5).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 5.49%
CMYK:
(13,0,17,5)
C13M0Y17K5 
(13%,0%,17%,5%)
(0.13/0.00/0.17/0.05)	

CMYK percentages

%13.28
%0
%17.01
%5.49

Codes

Color #D1F1C8 in popluar color models

D1F1C8
RGB209241200
HSL107°59.42%86.47%
HSB/HSV107°17.01%94.51%
CMYK13.28%0.00%17.01%
5.49%

Color #D1F1C8 in popluar number systems.

HEXD1F1C8
Decimal209241200
Binary110100011111000111001000
Octal321361310

Shades and tints

Shades of #D1F1C8

#D1F1C8
(209,241,200)
#BEDCB6
(190,220,182)
#ABC7A4
(171,199,164)
#98B292
(152,178,146)
#859D80
(133,157,128)
#72886E
(114,136,110)
#5F735C
(95,115,92)
#4C5E4A
(76,94,74)
#394938
(57,73,56)
#263426
(38,52,38)
#131F14
(19,31,20)
#000000
(0,0,0)

Tints of #D1F1C8

#D1F1C8
(209,241,200)
#D5F2CD
(213,242,205)
#D9F3D2
(217,243,210)
#DDF4D7
(221,244,215)
#E1F5DC
(225,245,220)
#E5F6E1
(229,246,225)
#E9F7E6
(233,247,230)
#EDF8EB
(237,248,235)
#F1F9F0
(241,249,240)
#F5FAF5
(245,250,245)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F1C8; }

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

This text font color is #D1F1C8.


Background Color

.myBgColor { background-color: #D1F1C8; }

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

This div background color is #D1F1C8.


Border color

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

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

This div border color is #D1F1C8.


Opacity

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

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

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

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

This text has shadow with #D1F1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F1C8 on black background.


Color preview on white background

This text has color #D1F1C8 on white background.



Black color preview on #D1F1C8 background

This text has black color on #D1F1C8 background.


White color preview on #D1F1C8 background

This text has white color on #D1F1C8 background.