COLOR #C5FBA2

HEX: #C5FBA2
RGB: (197,251,162)

Color info

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

RGB color model

#C5FBA2 color RGB value is (197,251,162).

  • red value is 197;
  • green value is 251;
  • blue value is 162.
RGB:
(197,251,162)
(77%,98%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 251 of 255 = 98%
B 162 of 255 = 64%

197
251
162

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

Portions of RGB colors in percentages

R + G + B =
197 + 251 + 162 = 610 (100%)
R 197 of 610 ~ 32.3%
G 251 of 610 ~ 41.15%
B 162 of 610 ~ 26.56%

%32.3
%41.15
%26.56

CMYK color model

#C5FBA2 color CMYK value is (22,0,35,2).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 35.46%
  • key color value is 1.57%
CMYK:
(22,0,35,2)
C22M0Y35K2 
(22%,0%,35%,2%)
(0.22/0.00/0.35/0.02)	

CMYK percentages

%21.51
%0
%35.46
%1.57

Codes

Color #C5FBA2 in popluar color models

C5FBA2
RGB197251162
HSL96°91.75%80.98%
HSB/HSV96°35.46%98.43%
CMYK21.51%0.00%35.46%
1.57%

Color #C5FBA2 in popluar number systems.

HEXC5FBA2
Decimal197251162
Binary110001011111101110100010
Octal305373242

Shades and tints

Shades of #C5FBA2

#C5FBA2
(197,251,162)
#B4E594
(180,229,148)
#A3CF86
(163,207,134)
#92B978
(146,185,120)
#81A36A
(129,163,106)
#708D5C
(112,141,92)
#5F774E
(95,119,78)
#4E6140
(78,97,64)
#3D4B32
(61,75,50)
#2C3524
(44,53,36)
#1B1F16
(27,31,22)
#000000
(0,0,0)

Tints of #C5FBA2

#C5FBA2
(197,251,162)
#CAFBAA
(202,251,170)
#CFFBB2
(207,251,178)
#D4FBBA
(212,251,186)
#D9FBC2
(217,251,194)
#DEFBCA
(222,251,202)
#E3FBD2
(227,251,210)
#E8FBDA
(232,251,218)
#EDFBE2
(237,251,226)
#F2FBEA
(242,251,234)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FBA2 color. Also use rgb(197,251,162) instead hex code.

Text Font Color

.myTextColor { color: #C5FBA2; }

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

This text font color is #C5FBA2.


Background Color

.myBgColor { background-color: #C5FBA2; }

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

This div background color is #C5FBA2.


Border color

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

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

This div border color is #C5FBA2.


Opacity

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

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

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

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

This text has shadow with #C5FBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FBA2 on black background.


Color preview on white background

This text has color #C5FBA2 on white background.



Black color preview on #C5FBA2 background

This text has black color on #C5FBA2 background.


White color preview on #C5FBA2 background

This text has white color on #C5FBA2 background.