COLOR #D1F6DD

HEX: #D1F6DD
RGB: (209,246,221)

Color info

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

RGB color model

#D1F6DD color RGB value is (209,246,221).

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

RGB channels and saturation

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

209
246
221

R + G + B ~ 88%. #D1F6DD is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 246 + 221 = 676 (100%)
R 209 of 676 ~ 30.92%
G 246 of 676 ~ 36.39%
B 221 of 676 ~ 32.69%

%30.92
%36.39
%32.69

CMYK color model

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

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

CMYK percentages

%15.04
%0
%10.16
%3.53

Codes

Color #D1F6DD in popluar color models

D1F6DD
RGB209246221
HSL139°67.27%89.22%
HSB/HSV139°15.04%96.47%
CMYK15.04%0.00%10.16%
3.53%

Color #D1F6DD in popluar number systems.

HEXD1F6DD
Decimal209246221
Binary110100011111011011011101
Octal321366335

Shades and tints

Shades of #D1F6DD

#D1F6DD
(209,246,221)
#BEE0C9
(190,224,201)
#ABCAB5
(171,202,181)
#98B4A1
(152,180,161)
#859E8D
(133,158,141)
#728879
(114,136,121)
#5F7265
(95,114,101)
#4C5C51
(76,92,81)
#39463D
(57,70,61)
#263029
(38,48,41)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #D1F6DD

#D1F6DD
(209,246,221)
#D5F6E0
(213,246,224)
#D9F6E3
(217,246,227)
#DDF6E6
(221,246,230)
#E1F6E9
(225,246,233)
#E5F6EC
(229,246,236)
#E9F6EF
(233,246,239)
#EDF6F2
(237,246,242)
#F1F6F5
(241,246,245)
#F5F6F8
(245,246,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F6DD; }

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

This text font color is #D1F6DD.


Background Color

.myBgColor { background-color: #D1F6DD; }

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

This div background color is #D1F6DD.


Border color

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

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

This div border color is #D1F6DD.


Opacity

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

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

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

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

This text has shadow with #D1F6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F6DD on black background.


Color preview on white background

This text has color #D1F6DD on white background.



Black color preview on #D1F6DD background

This text has black color on #D1F6DD background.


White color preview on #D1F6DD background

This text has white color on #D1F6DD background.