COLOR #C5F7D7

HEX: #C5F7D7
RGB: (197,247,215)

Color info

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

RGB color model

#C5F7D7 color RGB value is (197,247,215).

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

RGB channels and saturation

R 197 of 255 = 77%
G 247 of 255 = 97%
B 215 of 255 = 84%

197
247
215

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

Portions of RGB colors in percentages

R + G + B =
197 + 247 + 215 = 659 (100%)
R 197 of 659 ~ 29.89%
G 247 of 659 ~ 37.48%
B 215 of 659 ~ 32.63%

%29.89
%37.48
%32.63

CMYK color model

#C5F7D7 color CMYK value is (20,0,13,3).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 3.14%
CMYK:
(20,0,13,3)
C20M0Y13K3 
(20%,0%,13%,3%)
(0.20/0.00/0.13/0.03)	

CMYK percentages

%20.24
%0
%12.96
%3.14

Codes

Color #C5F7D7 in popluar color models

C5F7D7
RGB197247215
HSL142°75.76%87.06%
HSB/HSV142°20.24%96.86%
CMYK20.24%0.00%12.96%
3.14%

Color #C5F7D7 in popluar number systems.

HEXC5F7D7
Decimal197247215
Binary110001011111011111010111
Octal305367327

Shades and tints

Shades of #C5F7D7

#C5F7D7
(197,247,215)
#B4E1C4
(180,225,196)
#A3CBB1
(163,203,177)
#92B59E
(146,181,158)
#819F8B
(129,159,139)
#708978
(112,137,120)
#5F7365
(95,115,101)
#4E5D52
(78,93,82)
#3D473F
(61,71,63)
#2C312C
(44,49,44)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #C5F7D7

#C5F7D7
(197,247,215)
#CAF7DA
(202,247,218)
#CFF7DD
(207,247,221)
#D4F7E0
(212,247,224)
#D9F7E3
(217,247,227)
#DEF7E6
(222,247,230)
#E3F7E9
(227,247,233)
#E8F7EC
(232,247,236)
#EDF7EF
(237,247,239)
#F2F7F2
(242,247,242)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F7D7; }

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

This text font color is #C5F7D7.


Background Color

.myBgColor { background-color: #C5F7D7; }

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

This div background color is #C5F7D7.


Border color

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

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

This div border color is #C5F7D7.


Opacity

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

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

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

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

This text has shadow with #C5F7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F7D7 on black background.


Color preview on white background

This text has color #C5F7D7 on white background.



Black color preview on #C5F7D7 background

This text has black color on #C5F7D7 background.


White color preview on #C5F7D7 background

This text has white color on #C5F7D7 background.