COLOR #C5FCAE

HEX: #C5FCAE RGB: (197,252,174)

Color info

#C5FCAE contains mainly red and green colors. Web safe color of #C5FCAE is #CCFF99 (or #CF9).

RGB color model

#C5FCAE color RGB value is (197,252,174).

RGB: (197,252,174) (77%, 99%, 68%)

RGB channels and saturation

R 197 of 255 = 77%
G 252 of 255 = 99%
B 174 of 255 = 68%

197
252
174

R + G + B ~ 81%. #C5FCAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 252 + 174 = 623 (100%)
R 197 of 623 ~ 31.62%
G 252 of 623 ~ 40.45%
B 174 of 623 ~ 27.93'%

%31.62
%40.45
%27.93

CMYK color model

#C5FCAE color CMYK value is (22,0,31,1).

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

CMYK: (22,0,31,1)
C22M0Y31K1 (22%, 0%, 31%, 1%)
(0.22 / 0.00 / 0.31 / 0.01)

CMYK percentages

%21.83
%0
%30.95
%1.18

Codes

Color #C5FCAE in popluar color models

C5 FC AE
RGB 197 252 174
HSL 102° 92.86% 83.53%
HSB/HSV 102° 30.95% 98.82%
CMYK 21.83% 0.00% 30.95%
1.18%

Color #C5FCAE in popluar number systems.

HEX C5 FC AE
Decimal 197 252 174
Binary 11000101 11111100 10101110
Octal 305 374 256

Shades and tints

Shades of #C5FCAE

#C5FCAE
(197,252,174)
#B4E69F
(180,230,159)
#A3D090
(163,208,144)
#92BA81
(146,186,129)
#81A472
(129,164,114)
#708E63
(112,142,99)
#5F7854
(95,120,84)
#4E6245
(78,98,69)
#3D4C36
(61,76,54)
#2C3627
(44,54,39)
#1B2018
(27,32,24)
#000000
(0,0,0)

Tints of #C5FCAE

#C5FCAE
(197,252,174)
#CAFCB5
(202,252,181)
#CFFCBC
(207,252,188)
#D4FCC3
(212,252,195)
#D9FCCA
(217,252,202)
#DEFCD1
(222,252,209)
#E3FCD8
(227,252,216)
#E8FCDF
(232,252,223)
#EDFCE6
(237,252,230)
#F2FCED
(242,252,237)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FCAE; }

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

This text font color is #C5FCAE.

Background Color

.myBgColor { background-color: #C5FCAE; }

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

This div background color is #C5FCAE.

Border color

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

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

This div border color is #C5FCAE.

Opacity

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

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

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

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

This text has shadow with #C5FCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FCAE.

Preview

Color preview on black background

This text has color #C5FCAE on black background.


Color preview on white background

This text has color #C5FCAE on white background.


Black color preview on #C5FCAE background

This text has black color on #C5FCAE background.


White color preview on #C5FCAE background

This text has white color on #C5FCAE background.


Related colors

Complementary color

Complementary color for #hex is #3A0351.


I love getcolorcode.com

Triadic colors

1 #AEC5FC and #FCAEC5 with #C5FCAE are triadic colors.

2 #AEFCC5 and #FCC5AE with #C5FCAE are triadic colors.