COLOR #C5F8CC

HEX: #C5F8CC RGB: (197,248,204)

Color info

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

RGB color model

#C5F8CC color RGB value is (197,248,204).

RGB: (197,248,204) (77%, 97%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 248 of 255 = 97%
B 204 of 255 = 80%

197
248
204

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

Portions of RGB colors in percentages

R + G + B = 197 + 248 + 204 = 649 (100%)
R 197 of 649 ~ 30.35%
G 248 of 649 ~ 38.21%
B 204 of 649 ~ 31.43'%

%30.35
%38.21
%31.43

CMYK color model

#C5F8CC color CMYK value is (21,0,18,3).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 2.75%

CMYK: (21,0,18,3)
C21M0Y18K3 (21%, 0%, 18%, 3%)
(0.21 / 0.00 / 0.18 / 0.03)

CMYK percentages

%20.56
%0
%17.74
%2.75

Codes

Color #C5F8CC in popluar color models

C5 F8 CC
RGB 197 248 204
HSL 128° 78.46% 87.25%
HSB/HSV 128° 20.56% 97.25%
CMYK 20.56% 0.00% 17.74%
2.75%

Color #C5F8CC in popluar number systems.

HEX C5 F8 CC
Decimal 197 248 204
Binary 11000101 11111000 11001100
Octal 305 370 314

Shades and tints

Shades of #C5F8CC

#C5F8CC
(197,248,204)
#B4E2BA
(180,226,186)
#A3CCA8
(163,204,168)
#92B696
(146,182,150)
#81A084
(129,160,132)
#708A72
(112,138,114)
#5F7460
(95,116,96)
#4E5E4E
(78,94,78)
#3D483C
(61,72,60)
#2C322A
(44,50,42)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #C5F8CC

#C5F8CC
(197,248,204)
#CAF8D0
(202,248,208)
#CFF8D4
(207,248,212)
#D4F8D8
(212,248,216)
#D9F8DC
(217,248,220)
#DEF8E0
(222,248,224)
#E3F8E4
(227,248,228)
#E8F8E8
(232,248,232)
#EDF8EC
(237,248,236)
#F2F8F0
(242,248,240)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F8CC; }

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

This text font color is #C5F8CC.

Background Color

.myBgColor { background-color: #C5F8CC; }

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

This div background color is #C5F8CC.

Border color

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

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

This div border color is #C5F8CC.

Opacity

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

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

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

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

This text has shadow with #C5F8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F8CC.

Preview

Color preview on black background

This text has color #C5F8CC on black background.


Color preview on white background

This text has color #C5F8CC on white background.


Black color preview on #C5F8CC background

This text has black color on #C5F8CC background.


White color preview on #C5F8CC background

This text has white color on #C5F8CC background.


Related colors

Complementary color

Complementary color for #hex is #3A0733.


I love getcolorcode.com

Triadic colors

1 #CCC5F8 and #F8CCC5 with #C5F8CC are triadic colors.

2 #CCF8C5 and #F8C5CC with #C5F8CC are triadic colors.