COLOR #C5F0CB

HEX: #C5F0CB
RGB: (197,240,203)

Color info

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

RGB color model

#C5F0CB color RGB value is (197,240,203).

  • red value is 197;
  • green value is 240;
  • blue value is 203.
RGB:
(197,240,203)
(77%,94%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 240 of 255 = 94%
B 203 of 255 = 80%

197
240
203

R + G + B ~ 84%. #C5F0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 240 + 203 = 640 (100%)
R 197 of 640 ~ 30.78%
G 240 of 640 ~ 37.5%
B 203 of 640 ~ 31.72%

%30.78
%37.5
%31.72

CMYK color model

#C5F0CB color CMYK value is (18,0,15,6).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(18,0,15,6)
C18M0Y15K6 
(18%,0%,15%,6%)
(0.18/0.00/0.15/0.06)	

CMYK percentages

%17.92
%0
%15.42
%5.88

Codes

Color #C5F0CB in popluar color models

C5F0CB
RGB197240203
HSL128°58.90%85.69%
HSB/HSV128°17.92%94.12%
CMYK17.92%0.00%15.42%
5.88%

Color #C5F0CB in popluar number systems.

HEXC5F0CB
Decimal197240203
Binary110001011111000011001011
Octal305360313

Shades and tints

Shades of #C5F0CB

#C5F0CB
(197,240,203)
#B4DBB9
(180,219,185)
#A3C6A7
(163,198,167)
#92B195
(146,177,149)
#819C83
(129,156,131)
#708771
(112,135,113)
#5F725F
(95,114,95)
#4E5D4D
(78,93,77)
#3D483B
(61,72,59)
#2C3329
(44,51,41)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #C5F0CB

#C5F0CB
(197,240,203)
#CAF1CF
(202,241,207)
#CFF2D3
(207,242,211)
#D4F3D7
(212,243,215)
#D9F4DB
(217,244,219)
#DEF5DF
(222,245,223)
#E3F6E3
(227,246,227)
#E8F7E7
(232,247,231)
#EDF8EB
(237,248,235)
#F2F9EF
(242,249,239)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F0CB color. Also use rgb(197,240,203) instead hex code.

Text Font Color

.myTextColor { color: #C5F0CB; }

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

This text font color is #C5F0CB.


Background Color

.myBgColor { background-color: #C5F0CB; }

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

This div background color is #C5F0CB.


Border color

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

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

This div border color is #C5F0CB.


Opacity

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

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

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

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

This text has shadow with #C5F0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F0CB on black background.


Color preview on white background

This text has color #C5F0CB on white background.



Black color preview on #C5F0CB background

This text has black color on #C5F0CB background.


White color preview on #C5F0CB background

This text has white color on #C5F0CB background.