COLOR #C5FAA9

HEX: #C5FAA9
RGB: (197,250,169)

Color info

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

RGB color model

#C5FAA9 color RGB value is (197,250,169).

  • red value is 197;
  • green value is 250;
  • blue value is 169.
RGB:
(197,250,169)
(77%,98%,66%)

RGB channels and saturation

R 197 of 255 = 77%
G 250 of 255 = 98%
B 169 of 255 = 66%

197
250
169

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

Portions of RGB colors in percentages

R + G + B =
197 + 250 + 169 = 616 (100%)
R 197 of 616 ~ 31.98%
G 250 of 616 ~ 40.58%
B 169 of 616 ~ 27.44%

%31.98
%40.58
%27.44

CMYK color model

#C5FAA9 color CMYK value is (21,0,32,2).

  • cyan value is 21.20%
  • magenta value is 0.00%
  • yellow value is 32.40%
  • key color value is 1.96%
CMYK:
(21,0,32,2)
C21M0Y32K2 
(21%,0%,32%,2%)
(0.21/0.00/0.32/0.02)	

CMYK percentages

%21.2
%0
%32.4
%1.96

Codes

Color #C5FAA9 in popluar color models

C5FAA9
RGB197250169
HSL99°89.01%82.16%
HSB/HSV99°32.40%98.04%
CMYK21.20%0.00%32.40%
1.96%

Color #C5FAA9 in popluar number systems.

HEXC5FAA9
Decimal197250169
Binary110001011111101010101001
Octal305372251

Shades and tints

Shades of #C5FAA9

#C5FAA9
(197,250,169)
#B4E49A
(180,228,154)
#A3CE8B
(163,206,139)
#92B87C
(146,184,124)
#81A26D
(129,162,109)
#708C5E
(112,140,94)
#5F764F
(95,118,79)
#4E6040
(78,96,64)
#3D4A31
(61,74,49)
#2C3422
(44,52,34)
#1B1E13
(27,30,19)
#000000
(0,0,0)

Tints of #C5FAA9

#C5FAA9
(197,250,169)
#CAFAB0
(202,250,176)
#CFFAB7
(207,250,183)
#D4FABE
(212,250,190)
#D9FAC5
(217,250,197)
#DEFACC
(222,250,204)
#E3FAD3
(227,250,211)
#E8FADA
(232,250,218)
#EDFAE1
(237,250,225)
#F2FAE8
(242,250,232)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FAA9 color. Also use rgb(197,250,169) instead hex code.

Text Font Color

.myTextColor { color: #C5FAA9; }

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

This text font color is #C5FAA9.


Background Color

.myBgColor { background-color: #C5FAA9; }

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

This div background color is #C5FAA9.


Border color

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

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

This div border color is #C5FAA9.


Opacity

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

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

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

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

This text has shadow with #C5FAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FAA9 on black background.


Color preview on white background

This text has color #C5FAA9 on white background.



Black color preview on #C5FAA9 background

This text has black color on #C5FAA9 background.


White color preview on #C5FAA9 background

This text has white color on #C5FAA9 background.