COLOR #C5FEA7

HEX: #C5FEA7
RGB: (197,254,167)

Color info

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

RGB color model

#C5FEA7 color RGB value is (197,254,167).

  • red value is 197;
  • green value is 254;
  • blue value is 167.
RGB:
(197,254,167)
(77%,100%,65%)

RGB channels and saturation

R 197 of 255 = 77%
G 254 of 255 = 100%
B 167 of 255 = 65%

197
254
167

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

Portions of RGB colors in percentages

R + G + B =
197 + 254 + 167 = 618 (100%)
R 197 of 618 ~ 31.88%
G 254 of 618 ~ 41.1%
B 167 of 618 ~ 27.02%

%31.88
%41.1
%27.02

CMYK color model

#C5FEA7 color CMYK value is (22,0,34,0).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 34.25%
  • key color value is 0.39%
CMYK:
(22,0,34,0)
C22M0Y34K0 
(22%,0%,34%,0%)
(0.22/0.00/0.34/0.00)	

CMYK percentages

%22.44
%0
%34.25
%0.39

Codes

Color #C5FEA7 in popluar color models

C5FEA7
RGB197254167
HSL99°97.75%82.55%
HSB/HSV99°34.25%99.61%
CMYK22.44%0.00%34.25%
0.39%

Color #C5FEA7 in popluar number systems.

HEXC5FEA7
Decimal197254167
Binary110001011111111010100111
Octal305376247

Shades and tints

Shades of #C5FEA7

#C5FEA7
(197,254,167)
#B4E798
(180,231,152)
#A3D089
(163,208,137)
#92B97A
(146,185,122)
#81A26B
(129,162,107)
#708B5C
(112,139,92)
#5F744D
(95,116,77)
#4E5D3E
(78,93,62)
#3D462F
(61,70,47)
#2C2F20
(44,47,32)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #C5FEA7

#C5FEA7
(197,254,167)
#CAFEAF
(202,254,175)
#CFFEB7
(207,254,183)
#D4FEBF
(212,254,191)
#D9FEC7
(217,254,199)
#DEFECF
(222,254,207)
#E3FED7
(227,254,215)
#E8FEDF
(232,254,223)
#EDFEE7
(237,254,231)
#F2FEEF
(242,254,239)
#F7FEF7
(247,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FEA7 color. Also use rgb(197,254,167) instead hex code.

Text Font Color

.myTextColor { color: #C5FEA7; }

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

This text font color is #C5FEA7.


Background Color

.myBgColor { background-color: #C5FEA7; }

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

This div background color is #C5FEA7.


Border color

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

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

This div border color is #C5FEA7.


Opacity

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

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

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

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

This text has shadow with #C5FEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FEA7 on black background.


Color preview on white background

This text has color #C5FEA7 on white background.



Black color preview on #C5FEA7 background

This text has black color on #C5FEA7 background.


White color preview on #C5FEA7 background

This text has white color on #C5FEA7 background.