COLOR #D1FCC4

HEX: #D1FCC4
RGB: (209,252,196)

Color info

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

RGB color model

#D1FCC4 color RGB value is (209,252,196).

  • red value is 209;
  • green value is 252;
  • blue value is 196.
RGB:
(209,252,196)
(82%,99%,77%)

RGB channels and saturation

R 209 of 255 = 82%
G 252 of 255 = 99%
B 196 of 255 = 77%

209
252
196

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

Portions of RGB colors in percentages

R + G + B =
209 + 252 + 196 = 657 (100%)
R 209 of 657 ~ 31.81%
G 252 of 657 ~ 38.36%
B 196 of 657 ~ 29.83%

%31.81
%38.36
%29.83

CMYK color model

#D1FCC4 color CMYK value is (17,0,22,1).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 1.18%
CMYK:
(17,0,22,1)
C17M0Y22K1 
(17%,0%,22%,1%)
(0.17/0.00/0.22/0.01)	

CMYK percentages

%17.06
%0
%22.22
%1.18

Codes

Color #D1FCC4 in popluar color models

D1FCC4
RGB209252196
HSL106°90.32%87.84%
HSB/HSV106°22.22%98.82%
CMYK17.06%0.00%22.22%
1.18%

Color #D1FCC4 in popluar number systems.

HEXD1FCC4
Decimal209252196
Binary110100011111110011000100
Octal321374304

Shades and tints

Shades of #D1FCC4

#D1FCC4
(209,252,196)
#BEE6B3
(190,230,179)
#ABD0A2
(171,208,162)
#98BA91
(152,186,145)
#85A480
(133,164,128)
#728E6F
(114,142,111)
#5F785E
(95,120,94)
#4C624D
(76,98,77)
#394C3C
(57,76,60)
#26362B
(38,54,43)
#13201A
(19,32,26)
#000000
(0,0,0)

Tints of #D1FCC4

#D1FCC4
(209,252,196)
#D5FCC9
(213,252,201)
#D9FCCE
(217,252,206)
#DDFCD3
(221,252,211)
#E1FCD8
(225,252,216)
#E5FCDD
(229,252,221)
#E9FCE2
(233,252,226)
#EDFCE7
(237,252,231)
#F1FCEC
(241,252,236)
#F5FCF1
(245,252,241)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1FCC4; }

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

This text font color is #D1FCC4.


Background Color

.myBgColor { background-color: #D1FCC4; }

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

This div background color is #D1FCC4.


Border color

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

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

This div border color is #D1FCC4.


Opacity

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

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

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

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

This text has shadow with #D1FCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1FCC4 on black background.


Color preview on white background

This text has color #D1FCC4 on white background.



Black color preview on #D1FCC4 background

This text has black color on #D1FCC4 background.


White color preview on #D1FCC4 background

This text has white color on #D1FCC4 background.