COLOR #C5F1CC

HEX: #C5F1CC
RGB: (197,241,204)

Color info

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

RGB color model

#C5F1CC color RGB value is (197,241,204).

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

RGB channels and saturation

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

197
241
204

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

Portions of RGB colors in percentages

R + G + B =
197 + 241 + 204 = 642 (100%)
R 197 of 642 ~ 30.69%
G 241 of 642 ~ 37.54%
B 204 of 642 ~ 31.78%

%30.69
%37.54
%31.78

CMYK color model

#C5F1CC color CMYK value is (18,0,15,5).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 5.49%
CMYK:
(18,0,15,5)
C18M0Y15K5 
(18%,0%,15%,5%)
(0.18/0.00/0.15/0.05)	

CMYK percentages

%18.26
%0
%15.35
%5.49

Codes

Color #C5F1CC in popluar color models

C5F1CC
RGB197241204
HSL130°61.11%85.88%
HSB/HSV130°18.26%94.51%
CMYK18.26%0.00%15.35%
5.49%

Color #C5F1CC in popluar number systems.

HEXC5F1CC
Decimal197241204
Binary110001011111000111001100
Octal305361314

Shades and tints

Shades of #C5F1CC

#C5F1CC
(197,241,204)
#B4DCBA
(180,220,186)
#A3C7A8
(163,199,168)
#92B296
(146,178,150)
#819D84
(129,157,132)
#708872
(112,136,114)
#5F7360
(95,115,96)
#4E5E4E
(78,94,78)
#3D493C
(61,73,60)
#2C342A
(44,52,42)
#1B1F18
(27,31,24)
#000000
(0,0,0)

Tints of #C5F1CC

#C5F1CC
(197,241,204)
#CAF2D0
(202,242,208)
#CFF3D4
(207,243,212)
#D4F4D8
(212,244,216)
#D9F5DC
(217,245,220)
#DEF6E0
(222,246,224)
#E3F7E4
(227,247,228)
#E8F8E8
(232,248,232)
#EDF9EC
(237,249,236)
#F2FAF0
(242,250,240)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F1CC; }

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

This text font color is #C5F1CC.


Background Color

.myBgColor { background-color: #C5F1CC; }

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

This div background color is #C5F1CC.


Border color

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

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

This div border color is #C5F1CC.


Opacity

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

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

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

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

This text has shadow with #C5F1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F1CC on black background.


Color preview on white background

This text has color #C5F1CC on white background.



Black color preview on #C5F1CC background

This text has black color on #C5F1CC background.


White color preview on #C5F1CC background

This text has white color on #C5F1CC background.