COLOR #C5F7D1

HEX: #C5F7D1
RGB: (197,247,209)

Color info

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

RGB color model

#C5F7D1 color RGB value is (197,247,209).

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

RGB channels and saturation

R 197 of 255 = 77%
G 247 of 255 = 97%
B 209 of 255 = 82%

197
247
209

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

Portions of RGB colors in percentages

R + G + B =
197 + 247 + 209 = 653 (100%)
R 197 of 653 ~ 30.17%
G 247 of 653 ~ 37.83%
B 209 of 653 ~ 32.01%

%30.17
%37.83
%32.01

CMYK color model

#C5F7D1 color CMYK value is (20,0,15,3).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 3.14%
CMYK:
(20,0,15,3)
C20M0Y15K3 
(20%,0%,15%,3%)
(0.20/0.00/0.15/0.03)	

CMYK percentages

%20.24
%0
%15.38
%3.14

Codes

Color #C5F7D1 in popluar color models

C5F7D1
RGB197247209
HSL134°75.76%87.06%
HSB/HSV134°20.24%96.86%
CMYK20.24%0.00%15.38%
3.14%

Color #C5F7D1 in popluar number systems.

HEXC5F7D1
Decimal197247209
Binary110001011111011111010001
Octal305367321

Shades and tints

Shades of #C5F7D1

#C5F7D1
(197,247,209)
#B4E1BE
(180,225,190)
#A3CBAB
(163,203,171)
#92B598
(146,181,152)
#819F85
(129,159,133)
#708972
(112,137,114)
#5F735F
(95,115,95)
#4E5D4C
(78,93,76)
#3D4739
(61,71,57)
#2C3126
(44,49,38)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #C5F7D1

#C5F7D1
(197,247,209)
#CAF7D5
(202,247,213)
#CFF7D9
(207,247,217)
#D4F7DD
(212,247,221)
#D9F7E1
(217,247,225)
#DEF7E5
(222,247,229)
#E3F7E9
(227,247,233)
#E8F7ED
(232,247,237)
#EDF7F1
(237,247,241)
#F2F7F5
(242,247,245)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F7D1; }

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

This text font color is #C5F7D1.


Background Color

.myBgColor { background-color: #C5F7D1; }

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

This div background color is #C5F7D1.


Border color

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

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

This div border color is #C5F7D1.


Opacity

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

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

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

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

This text has shadow with #C5F7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F7D1 on black background.


Color preview on white background

This text has color #C5F7D1 on white background.



Black color preview on #C5F7D1 background

This text has black color on #C5F7D1 background.


White color preview on #C5F7D1 background

This text has white color on #C5F7D1 background.