COLOR #C5FCC6

HEX: #C5FCC6 RGB: (197,252,198)

Color info

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

RGB color model

#C5FCC6 color RGB value is (197,252,198).

RGB: (197,252,198) (77%, 99%, 78%)

RGB channels and saturation

R 197 of 255 = 77%
G 252 of 255 = 99%
B 198 of 255 = 78%

197
252
198

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

Portions of RGB colors in percentages

R + G + B = 197 + 252 + 198 = 647 (100%)
R 197 of 647 ~ 30.45%
G 252 of 647 ~ 38.95%
B 198 of 647 ~ 30.6'%

%30.45
%38.95
%30.6

CMYK color model

#C5FCC6 color CMYK value is (22,0,21,1).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 1.18%

CMYK: (22,0,21,1)
C22M0Y21K1 (22%, 0%, 21%, 1%)
(0.22 / 0.00 / 0.21 / 0.01)

CMYK percentages

%21.83
%0
%21.43
%1.18

Codes

Color #C5FCC6 in popluar color models

C5 FC C6
RGB 197 252 198
HSL 121° 90.16% 88.04%
HSB/HSV 121° 21.83% 98.82%
CMYK 21.83% 0.00% 21.43%
1.18%

Color #C5FCC6 in popluar number systems.

HEX C5 FC C6
Decimal 197 252 198
Binary 11000101 11111100 11000110
Octal 305 374 306

Shades and tints

Shades of #C5FCC6

#C5FCC6
(197,252,198)
#B4E6B4
(180,230,180)
#A3D0A2
(163,208,162)
#92BA90
(146,186,144)
#81A47E
(129,164,126)
#708E6C
(112,142,108)
#5F785A
(95,120,90)
#4E6248
(78,98,72)
#3D4C36
(61,76,54)
#2C3624
(44,54,36)
#1B2012
(27,32,18)
#000000
(0,0,0)

Tints of #C5FCC6

#C5FCC6
(197,252,198)
#CAFCCB
(202,252,203)
#CFFCD0
(207,252,208)
#D4FCD5
(212,252,213)
#D9FCDA
(217,252,218)
#DEFCDF
(222,252,223)
#E3FCE4
(227,252,228)
#E8FCE9
(232,252,233)
#EDFCEE
(237,252,238)
#F2FCF3
(242,252,243)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FCC6 color. Also use rgb(197,252,198) instead hex code.

Text Font Color

.myTextColor { color: #C5FCC6; }

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

This text font color is #C5FCC6.

Background Color

.myBgColor { background-color: #C5FCC6; }

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

This div background color is #C5FCC6.

Border color

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

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

This div border color is #C5FCC6.

Opacity

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

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

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

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

This text has shadow with #C5FCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FCC6.

Preview

Color preview on black background

This text has color #C5FCC6 on black background.


Color preview on white background

This text has color #C5FCC6 on white background.


Black color preview on #C5FCC6 background

This text has black color on #C5FCC6 background.


White color preview on #C5FCC6 background

This text has white color on #C5FCC6 background.


Related colors

Complementary color

Complementary color for #hex is #3A0339.


I love getcolorcode.com

Triadic colors

1 #C6C5FC and #FCC6C5 with #C5FCC6 are triadic colors.

2 #C6FCC5 and #FCC5C6 with #C5FCC6 are triadic colors.