COLOR #C5F1AF

HEX: #C5F1AF
RGB: (197,241,175)

Color info

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

RGB color model

#C5F1AF color RGB value is (197,241,175).

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

RGB channels and saturation

R 197 of 255 = 77%
G 241 of 255 = 95%
B 175 of 255 = 69%

197
241
175

R + G + B ~ 80%. #C5F1AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 241 + 175 = 613 (100%)
R 197 of 613 ~ 32.14%
G 241 of 613 ~ 39.31%
B 175 of 613 ~ 28.55%

%32.14
%39.31
%28.55

CMYK color model

#C5F1AF color CMYK value is (18,0,27,5).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 5.49%
CMYK:
(18,0,27,5)
C18M0Y27K5 
(18%,0%,27%,5%)
(0.18/0.00/0.27/0.05)	

CMYK percentages

%18.26
%0
%27.39
%5.49

Codes

Color #C5F1AF in popluar color models

C5F1AF
RGB197241175
HSL100°70.21%81.57%
HSB/HSV100°27.39%94.51%
CMYK18.26%0.00%27.39%
5.49%

Color #C5F1AF in popluar number systems.

HEXC5F1AF
Decimal197241175
Binary110001011111000110101111
Octal305361257

Shades and tints

Shades of #C5F1AF

#C5F1AF
(197,241,175)
#B4DCA0
(180,220,160)
#A3C791
(163,199,145)
#92B282
(146,178,130)
#819D73
(129,157,115)
#708864
(112,136,100)
#5F7355
(95,115,85)
#4E5E46
(78,94,70)
#3D4937
(61,73,55)
#2C3428
(44,52,40)
#1B1F19
(27,31,25)
#000000
(0,0,0)

Tints of #C5F1AF

#C5F1AF
(197,241,175)
#CAF2B6
(202,242,182)
#CFF3BD
(207,243,189)
#D4F4C4
(212,244,196)
#D9F5CB
(217,245,203)
#DEF6D2
(222,246,210)
#E3F7D9
(227,247,217)
#E8F8E0
(232,248,224)
#EDF9E7
(237,249,231)
#F2FAEE
(242,250,238)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F1AF; }

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

This text font color is #C5F1AF.


Background Color

.myBgColor { background-color: #C5F1AF; }

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

This div background color is #C5F1AF.


Border color

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

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

This div border color is #C5F1AF.


Opacity

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

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

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

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

This text has shadow with #C5F1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F1AF on black background.


Color preview on white background

This text has color #C5F1AF on white background.



Black color preview on #C5F1AF background

This text has black color on #C5F1AF background.


White color preview on #C5F1AF background

This text has white color on #C5F1AF background.