COLOR #C5F6CF

HEX: #C5F6CF
RGB: (197,246,207)

Color info

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

RGB color model

#C5F6CF color RGB value is (197,246,207).

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

RGB channels and saturation

R 197 of 255 = 77%
G 246 of 255 = 96%
B 207 of 255 = 81%

197
246
207

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

Portions of RGB colors in percentages

R + G + B =
197 + 246 + 207 = 650 (100%)
R 197 of 650 ~ 30.31%
G 246 of 650 ~ 37.85%
B 207 of 650 ~ 31.85%

%30.31
%37.85
%31.85

CMYK color model

#C5F6CF color CMYK value is (20,0,16,4).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 3.53%
CMYK:
(20,0,16,4)
C20M0Y16K4 
(20%,0%,16%,4%)
(0.20/0.00/0.16/0.04)	

CMYK percentages

%19.92
%0
%15.85
%3.53

Codes

Color #C5F6CF in popluar color models

C5F6CF
RGB197246207
HSL132°73.13%86.86%
HSB/HSV132°19.92%96.47%
CMYK19.92%0.00%15.85%
3.53%

Color #C5F6CF in popluar number systems.

HEXC5F6CF
Decimal197246207
Binary110001011111011011001111
Octal305366317

Shades and tints

Shades of #C5F6CF

#C5F6CF
(197,246,207)
#B4E0BD
(180,224,189)
#A3CAAB
(163,202,171)
#92B499
(146,180,153)
#819E87
(129,158,135)
#708875
(112,136,117)
#5F7263
(95,114,99)
#4E5C51
(78,92,81)
#3D463F
(61,70,63)
#2C302D
(44,48,45)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #C5F6CF

#C5F6CF
(197,246,207)
#CAF6D3
(202,246,211)
#CFF6D7
(207,246,215)
#D4F6DB
(212,246,219)
#D9F6DF
(217,246,223)
#DEF6E3
(222,246,227)
#E3F6E7
(227,246,231)
#E8F6EB
(232,246,235)
#EDF6EF
(237,246,239)
#F2F6F3
(242,246,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F6CF; }

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

This text font color is #C5F6CF.


Background Color

.myBgColor { background-color: #C5F6CF; }

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

This div background color is #C5F6CF.


Border color

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

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

This div border color is #C5F6CF.


Opacity

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

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

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

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

This text has shadow with #C5F6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F6CF on black background.


Color preview on white background

This text has color #C5F6CF on white background.



Black color preview on #C5F6CF background

This text has black color on #C5F6CF background.


White color preview on #C5F6CF background

This text has white color on #C5F6CF background.