COLOR #D5F1C2

HEX: #D5F1C2
RGB: (213,241,194)

Color info

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

RGB color model

#D5F1C2 color RGB value is (213,241,194).

  • red value is 213;
  • green value is 241;
  • blue value is 194.
RGB:
(213,241,194)
(84%,95%,76%)

RGB channels and saturation

R 213 of 255 = 84%
G 241 of 255 = 95%
B 194 of 255 = 76%

213
241
194

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

Portions of RGB colors in percentages

R + G + B =
213 + 241 + 194 = 648 (100%)
R 213 of 648 ~ 32.87%
G 241 of 648 ~ 37.19%
B 194 of 648 ~ 29.94%

%32.87
%37.19
%29.94

CMYK color model

#D5F1C2 color CMYK value is (12,0,20,5).

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 19.50%
  • key color value is 5.49%
CMYK:
(12,0,20,5)
C12M0Y20K5 
(12%,0%,20%,5%)
(0.12/0.00/0.20/0.05)	

CMYK percentages

%11.62
%0
%19.5
%5.49

Codes

Color #D5F1C2 in popluar color models

D5F1C2
RGB213241194
HSL96°62.67%85.29%
HSB/HSV96°19.50%94.51%
CMYK11.62%0.00%19.50%
5.49%

Color #D5F1C2 in popluar number systems.

HEXD5F1C2
Decimal213241194
Binary110101011111000111000010
Octal325361302

Shades and tints

Shades of #D5F1C2

#D5F1C2
(213,241,194)
#C2DCB1
(194,220,177)
#AFC7A0
(175,199,160)
#9CB28F
(156,178,143)
#899D7E
(137,157,126)
#76886D
(118,136,109)
#63735C
(99,115,92)
#505E4B
(80,94,75)
#3D493A
(61,73,58)
#2A3429
(42,52,41)
#171F18
(23,31,24)
#000000
(0,0,0)

Tints of #D5F1C2

#D5F1C2
(213,241,194)
#D8F2C7
(216,242,199)
#DBF3CC
(219,243,204)
#DEF4D1
(222,244,209)
#E1F5D6
(225,245,214)
#E4F6DB
(228,246,219)
#E7F7E0
(231,247,224)
#EAF8E5
(234,248,229)
#EDF9EA
(237,249,234)
#F0FAEF
(240,250,239)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F1C2 color. Also use rgb(213,241,194) instead hex code.

Text Font Color

.myTextColor { color: #D5F1C2; }

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

This text font color is #D5F1C2.


Background Color

.myBgColor { background-color: #D5F1C2; }

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

This div background color is #D5F1C2.


Border color

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

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

This div border color is #D5F1C2.


Opacity

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

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

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

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

This text has shadow with #D5F1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F1C2 on black background.


Color preview on white background

This text has color #D5F1C2 on white background.



Black color preview on #D5F1C2 background

This text has black color on #D5F1C2 background.


White color preview on #D5F1C2 background

This text has white color on #D5F1C2 background.