COLOR #D1F1C5

HEX: #D1F1C5
RGB: (209,241,197)

Color info

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

RGB color model

#D1F1C5 color RGB value is (209,241,197).

  • red value is 209;
  • green value is 241;
  • blue value is 197.
RGB:
(209,241,197)
(82%,95%,77%)

RGB channels and saturation

R 209 of 255 = 82%
G 241 of 255 = 95%
B 197 of 255 = 77%

209
241
197

R + G + B ~ 85%. #D1F1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 241 + 197 = 647 (100%)
R 209 of 647 ~ 32.3%
G 241 of 647 ~ 37.25%
B 197 of 647 ~ 30.45%

%32.3
%37.25
%30.45

CMYK color model

#D1F1C5 color CMYK value is (13,0,18,5).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 5.49%
CMYK:
(13,0,18,5)
C13M0Y18K5 
(13%,0%,18%,5%)
(0.13/0.00/0.18/0.05)	

CMYK percentages

%13.28
%0
%18.26
%5.49

Codes

Color #D1F1C5 in popluar color models

D1F1C5
RGB209241197
HSL104°61.11%85.88%
HSB/HSV104°18.26%94.51%
CMYK13.28%0.00%18.26%
5.49%

Color #D1F1C5 in popluar number systems.

HEXD1F1C5
Decimal209241197
Binary110100011111000111000101
Octal321361305

Shades and tints

Shades of #D1F1C5

#D1F1C5
(209,241,197)
#BEDCB4
(190,220,180)
#ABC7A3
(171,199,163)
#98B292
(152,178,146)
#859D81
(133,157,129)
#728870
(114,136,112)
#5F735F
(95,115,95)
#4C5E4E
(76,94,78)
#39493D
(57,73,61)
#26342C
(38,52,44)
#131F1B
(19,31,27)
#000000
(0,0,0)

Tints of #D1F1C5

#D1F1C5
(209,241,197)
#D5F2CA
(213,242,202)
#D9F3CF
(217,243,207)
#DDF4D4
(221,244,212)
#E1F5D9
(225,245,217)
#E5F6DE
(229,246,222)
#E9F7E3
(233,247,227)
#EDF8E8
(237,248,232)
#F1F9ED
(241,249,237)
#F5FAF2
(245,250,242)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F1C5; }

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

This text font color is #D1F1C5.


Background Color

.myBgColor { background-color: #D1F1C5; }

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

This div background color is #D1F1C5.


Border color

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

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

This div border color is #D1F1C5.


Opacity

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

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

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

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

This text has shadow with #D1F1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F1C5 on black background.


Color preview on white background

This text has color #D1F1C5 on white background.



Black color preview on #D1F1C5 background

This text has black color on #D1F1C5 background.


White color preview on #D1F1C5 background

This text has white color on #D1F1C5 background.