COLOR #C5F0C0

HEX: #C5F0C0
RGB: (197,240,192)

Color info

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

RGB color model

#C5F0C0 color RGB value is (197,240,192).

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

RGB channels and saturation

R 197 of 255 = 77%
G 240 of 255 = 94%
B 192 of 255 = 75%

197
240
192

R + G + B ~ 82%. #C5F0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 240 + 192 = 629 (100%)
R 197 of 629 ~ 31.32%
G 240 of 629 ~ 38.16%
B 192 of 629 ~ 30.52%

%31.32
%38.16
%30.52

CMYK color model

#C5F0C0 color CMYK value is (18,0,20,6).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 5.88%
CMYK:
(18,0,20,6)
C18M0Y20K6 
(18%,0%,20%,6%)
(0.18/0.00/0.20/0.06)	

CMYK percentages

%17.92
%0
%20
%5.88

Codes

Color #C5F0C0 in popluar color models

C5F0C0
RGB197240192
HSL114°61.54%84.71%
HSB/HSV114°20.00%94.12%
CMYK17.92%0.00%20.00%
5.88%

Color #C5F0C0 in popluar number systems.

HEXC5F0C0
Decimal197240192
Binary110001011111000011000000
Octal305360300

Shades and tints

Shades of #C5F0C0

#C5F0C0
(197,240,192)
#B4DBAF
(180,219,175)
#A3C69E
(163,198,158)
#92B18D
(146,177,141)
#819C7C
(129,156,124)
#70876B
(112,135,107)
#5F725A
(95,114,90)
#4E5D49
(78,93,73)
#3D4838
(61,72,56)
#2C3327
(44,51,39)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #C5F0C0

#C5F0C0
(197,240,192)
#CAF1C5
(202,241,197)
#CFF2CA
(207,242,202)
#D4F3CF
(212,243,207)
#D9F4D4
(217,244,212)
#DEF5D9
(222,245,217)
#E3F6DE
(227,246,222)
#E8F7E3
(232,247,227)
#EDF8E8
(237,248,232)
#F2F9ED
(242,249,237)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F0C0; }

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

This text font color is #C5F0C0.


Background Color

.myBgColor { background-color: #C5F0C0; }

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

This div background color is #C5F0C0.


Border color

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

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

This div border color is #C5F0C0.


Opacity

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

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

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

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

This text has shadow with #C5F0C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F0C0 on black background.


Color preview on white background

This text has color #C5F0C0 on white background.



Black color preview on #C5F0C0 background

This text has black color on #C5F0C0 background.


White color preview on #C5F0C0 background

This text has white color on #C5F0C0 background.