COLOR #D1F6D1

HEX: #D1F6D1
RGB: (209,246,209)

Color info

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

RGB color model

#D1F6D1 color RGB value is (209,246,209).

  • red value is 209;
  • green value is 246;
  • blue value is 209.
RGB:
(209,246,209)
(82%,96%,82%)

RGB channels and saturation

R 209 of 255 = 82%
G 246 of 255 = 96%
B 209 of 255 = 82%

209
246
209

R + G + B ~ 87%. #D1F6D1 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 246 + 209 = 664 (100%)
R 209 of 664 ~ 31.48%
G 246 of 664 ~ 37.05%
B 209 of 664 ~ 31.48%

%31.48
%37.05
%31.48

CMYK color model

#D1F6D1 color CMYK value is (15,0,15,4).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 3.53%
CMYK:
(15,0,15,4)
C15M0Y15K4 
(15%,0%,15%,4%)
(0.15/0.00/0.15/0.04)	

CMYK percentages

%15.04
%0
%15.04
%3.53

Codes

Color #D1F6D1 in popluar color models

D1F6D1
RGB209246209
HSL120°67.27%89.22%
HSB/HSV120°15.04%96.47%
CMYK15.04%0.00%15.04%
3.53%

Color #D1F6D1 in popluar number systems.

HEXD1F6D1
Decimal209246209
Binary110100011111011011010001
Octal321366321

Shades and tints

Shades of #D1F6D1

#D1F6D1
(209,246,209)
#BEE0BE
(190,224,190)
#ABCAAB
(171,202,171)
#98B498
(152,180,152)
#859E85
(133,158,133)
#728872
(114,136,114)
#5F725F
(95,114,95)
#4C5C4C
(76,92,76)
#394639
(57,70,57)
#263026
(38,48,38)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #D1F6D1

#D1F6D1
(209,246,209)
#D5F6D5
(213,246,213)
#D9F6D9
(217,246,217)
#DDF6DD
(221,246,221)
#E1F6E1
(225,246,225)
#E5F6E5
(229,246,229)
#E9F6E9
(233,246,233)
#EDF6ED
(237,246,237)
#F1F6F1
(241,246,241)
#F5F6F5
(245,246,245)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F6D1; }

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

This text font color is #D1F6D1.


Background Color

.myBgColor { background-color: #D1F6D1; }

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

This div background color is #D1F6D1.


Border color

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

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

This div border color is #D1F6D1.


Opacity

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

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

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

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

This text has shadow with #D1F6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F6D1 on black background.


Color preview on white background

This text has color #D1F6D1 on white background.



Black color preview on #D1F6D1 background

This text has black color on #D1F6D1 background.


White color preview on #D1F6D1 background

This text has white color on #D1F6D1 background.