COLOR #C5F8CF

HEX: #C5F8CF
RGB: (197,248,207)

Color info

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

RGB color model

#C5F8CF color RGB value is (197,248,207).

  • red value is 197;
  • green value is 248;
  • blue value is 207.
RGB:
(197,248,207)
(77%,97%,81%)

RGB channels and saturation

R 197 of 255 = 77%
G 248 of 255 = 97%
B 207 of 255 = 81%

197
248
207

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

Portions of RGB colors in percentages

R + G + B =
197 + 248 + 207 = 652 (100%)
R 197 of 652 ~ 30.21%
G 248 of 652 ~ 38.04%
B 207 of 652 ~ 31.75%

%30.21
%38.04
%31.75

CMYK color model

#C5F8CF color CMYK value is (21,0,17,3).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 2.75%
CMYK:
(21,0,17,3)
C21M0Y17K3 
(21%,0%,17%,3%)
(0.21/0.00/0.17/0.03)	

CMYK percentages

%20.56
%0
%16.53
%2.75

Codes

Color #C5F8CF in popluar color models

C5F8CF
RGB197248207
HSL132°78.46%87.25%
HSB/HSV132°20.56%97.25%
CMYK20.56%0.00%16.53%
2.75%

Color #C5F8CF in popluar number systems.

HEXC5F8CF
Decimal197248207
Binary110001011111100011001111
Octal305370317

Shades and tints

Shades of #C5F8CF

#C5F8CF
(197,248,207)
#B4E2BD
(180,226,189)
#A3CCAB
(163,204,171)
#92B699
(146,182,153)
#81A087
(129,160,135)
#708A75
(112,138,117)
#5F7463
(95,116,99)
#4E5E51
(78,94,81)
#3D483F
(61,72,63)
#2C322D
(44,50,45)
#1B1C1B
(27,28,27)
#000000
(0,0,0)

Tints of #C5F8CF

#C5F8CF
(197,248,207)
#CAF8D3
(202,248,211)
#CFF8D7
(207,248,215)
#D4F8DB
(212,248,219)
#D9F8DF
(217,248,223)
#DEF8E3
(222,248,227)
#E3F8E7
(227,248,231)
#E8F8EB
(232,248,235)
#EDF8EF
(237,248,239)
#F2F8F3
(242,248,243)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F8CF color. Also use rgb(197,248,207) instead hex code.

Text Font Color

.myTextColor { color: #C5F8CF; }

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

This text font color is #C5F8CF.


Background Color

.myBgColor { background-color: #C5F8CF; }

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

This div background color is #C5F8CF.


Border color

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

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

This div border color is #C5F8CF.


Opacity

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

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

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

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

This text has shadow with #C5F8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F8CF on black background.


Color preview on white background

This text has color #C5F8CF on white background.



Black color preview on #C5F8CF background

This text has black color on #C5F8CF background.


White color preview on #C5F8CF background

This text has white color on #C5F8CF background.