COLOR #D1F4CC

HEX: #D1F4CC
RGB: (209,244,204)

Color info

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

RGB color model

#D1F4CC color RGB value is (209,244,204).

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

RGB channels and saturation

R 209 of 255 = 82%
G 244 of 255 = 96%
B 204 of 255 = 80%

209
244
204

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

Portions of RGB colors in percentages

R + G + B =
209 + 244 + 204 = 657 (100%)
R 209 of 657 ~ 31.81%
G 244 of 657 ~ 37.14%
B 204 of 657 ~ 31.05%

%31.81
%37.14
%31.05

CMYK color model

#D1F4CC color CMYK value is (14,0,16,4).

  • cyan value is 14.34%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 4.31%
CMYK:
(14,0,16,4)
C14M0Y16K4 
(14%,0%,16%,4%)
(0.14/0.00/0.16/0.04)	

CMYK percentages

%14.34
%0
%16.39
%4.31

Codes

Color #D1F4CC in popluar color models

D1F4CC
RGB209244204
HSL113°64.52%87.84%
HSB/HSV113°16.39%95.69%
CMYK14.34%0.00%16.39%
4.31%

Color #D1F4CC in popluar number systems.

HEXD1F4CC
Decimal209244204
Binary110100011111010011001100
Octal321364314

Shades and tints

Shades of #D1F4CC

#D1F4CC
(209,244,204)
#BEDEBA
(190,222,186)
#ABC8A8
(171,200,168)
#98B296
(152,178,150)
#859C84
(133,156,132)
#728672
(114,134,114)
#5F7060
(95,112,96)
#4C5A4E
(76,90,78)
#39443C
(57,68,60)
#262E2A
(38,46,42)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #D1F4CC

#D1F4CC
(209,244,204)
#D5F5D0
(213,245,208)
#D9F6D4
(217,246,212)
#DDF7D8
(221,247,216)
#E1F8DC
(225,248,220)
#E5F9E0
(229,249,224)
#E9FAE4
(233,250,228)
#EDFBE8
(237,251,232)
#F1FCEC
(241,252,236)
#F5FDF0
(245,253,240)
#F9FEF4
(249,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F4CC; }

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

This text font color is #D1F4CC.


Background Color

.myBgColor { background-color: #D1F4CC; }

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

This div background color is #D1F4CC.


Border color

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

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

This div border color is #D1F4CC.


Opacity

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

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

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

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

This text has shadow with #D1F4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F4CC on black background.


Color preview on white background

This text has color #D1F4CC on white background.



Black color preview on #D1F4CC background

This text has black color on #D1F4CC background.


White color preview on #D1F4CC background

This text has white color on #D1F4CC background.