COLOR #C5F2CC

HEX: #C5F2CC
RGB: (197,242,204)

Color info

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

RGB color model

#C5F2CC color RGB value is (197,242,204).

  • red value is 197;
  • green value is 242;
  • blue value is 204.
RGB:
(197,242,204)
(77%,95%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 242 of 255 = 95%
B 204 of 255 = 80%

197
242
204

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

Portions of RGB colors in percentages

R + G + B =
197 + 242 + 204 = 643 (100%)
R 197 of 643 ~ 30.64%
G 242 of 643 ~ 37.64%
B 204 of 643 ~ 31.73%

%30.64
%37.64
%31.73

CMYK color model

#C5F2CC color CMYK value is (19,0,16,5).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 5.10%
CMYK:
(19,0,16,5)
C19M0Y16K5 
(19%,0%,16%,5%)
(0.19/0.00/0.16/0.05)	

CMYK percentages

%18.6
%0
%15.7
%5.1

Codes

Color #C5F2CC in popluar color models

C5F2CC
RGB197242204
HSL129°63.38%86.08%
HSB/HSV129°18.60%94.90%
CMYK18.60%0.00%15.70%
5.10%

Color #C5F2CC in popluar number systems.

HEXC5F2CC
Decimal197242204
Binary110001011111001011001100
Octal305362314

Shades and tints

Shades of #C5F2CC

#C5F2CC
(197,242,204)
#B4DCBA
(180,220,186)
#A3C6A8
(163,198,168)
#92B096
(146,176,150)
#819A84
(129,154,132)
#708472
(112,132,114)
#5F6E60
(95,110,96)
#4E584E
(78,88,78)
#3D423C
(61,66,60)
#2C2C2A
(44,44,42)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5F2CC

#C5F2CC
(197,242,204)
#CAF3D0
(202,243,208)
#CFF4D4
(207,244,212)
#D4F5D8
(212,245,216)
#D9F6DC
(217,246,220)
#DEF7E0
(222,247,224)
#E3F8E4
(227,248,228)
#E8F9E8
(232,249,232)
#EDFAEC
(237,250,236)
#F2FBF0
(242,251,240)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F2CC color. Also use rgb(197,242,204) instead hex code.

Text Font Color

.myTextColor { color: #C5F2CC; }

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

This text font color is #C5F2CC.


Background Color

.myBgColor { background-color: #C5F2CC; }

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

This div background color is #C5F2CC.


Border color

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

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

This div border color is #C5F2CC.


Opacity

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

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

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

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

This text has shadow with #C5F2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F2CC on black background.


Color preview on white background

This text has color #C5F2CC on white background.



Black color preview on #C5F2CC background

This text has black color on #C5F2CC background.


White color preview on #C5F2CC background

This text has white color on #C5F2CC background.