COLOR #D1F7CC

HEX: #D1F7CC
RGB: (209,247,204)

Color info

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

RGB color model

#D1F7CC color RGB value is (209,247,204).

  • red value is 209;
  • green value is 247;
  • blue value is 204.
RGB:
(209,247,204)
(82%,97%,80%)

RGB channels and saturation

R 209 of 255 = 82%
G 247 of 255 = 97%
B 204 of 255 = 80%

209
247
204

R + G + B ~ 86%. #D1F7CC is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 247 + 204 = 660 (100%)
R 209 of 660 ~ 31.67%
G 247 of 660 ~ 37.42%
B 204 of 660 ~ 30.91%

%31.67
%37.42
%30.91

CMYK color model

#D1F7CC color CMYK value is (15,0,17,3).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(15,0,17,3)
C15M0Y17K3 
(15%,0%,17%,3%)
(0.15/0.00/0.17/0.03)	

CMYK percentages

%15.38
%0
%17.41
%3.14

Codes

Color #D1F7CC in popluar color models

D1F7CC
RGB209247204
HSL113°72.88%88.43%
HSB/HSV113°17.41%96.86%
CMYK15.38%0.00%17.41%
3.14%

Color #D1F7CC in popluar number systems.

HEXD1F7CC
Decimal209247204
Binary110100011111011111001100
Octal321367314

Shades and tints

Shades of #D1F7CC

#D1F7CC
(209,247,204)
#BEE1BA
(190,225,186)
#ABCBA8
(171,203,168)
#98B596
(152,181,150)
#859F84
(133,159,132)
#728972
(114,137,114)
#5F7360
(95,115,96)
#4C5D4E
(76,93,78)
#39473C
(57,71,60)
#26312A
(38,49,42)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #D1F7CC

#D1F7CC
(209,247,204)
#D5F7D0
(213,247,208)
#D9F7D4
(217,247,212)
#DDF7D8
(221,247,216)
#E1F7DC
(225,247,220)
#E5F7E0
(229,247,224)
#E9F7E4
(233,247,228)
#EDF7E8
(237,247,232)
#F1F7EC
(241,247,236)
#F5F7F0
(245,247,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F7CC; }

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

This text font color is #D1F7CC.


Background Color

.myBgColor { background-color: #D1F7CC; }

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

This div background color is #D1F7CC.


Border color

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

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

This div border color is #D1F7CC.


Opacity

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

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

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

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

This text has shadow with #D1F7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F7CC on black background.


Color preview on white background

This text has color #D1F7CC on white background.



Black color preview on #D1F7CC background

This text has black color on #D1F7CC background.


White color preview on #D1F7CC background

This text has white color on #D1F7CC background.