COLOR #C5F6AD

HEX: #C5F6AD
RGB: (197,246,173)

Color info

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

RGB color model

#C5F6AD color RGB value is (197,246,173).

  • red value is 197;
  • green value is 246;
  • blue value is 173.
RGB:
(197,246,173)
(77%,96%,68%)

RGB channels and saturation

R 197 of 255 = 77%
G 246 of 255 = 96%
B 173 of 255 = 68%

197
246
173

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

Portions of RGB colors in percentages

R + G + B =
197 + 246 + 173 = 616 (100%)
R 197 of 616 ~ 31.98%
G 246 of 616 ~ 39.94%
B 173 of 616 ~ 28.08%

%31.98
%39.94
%28.08

CMYK color model

#C5F6AD color CMYK value is (20,0,30,4).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 3.53%
CMYK:
(20,0,30,4)
C20M0Y30K4 
(20%,0%,30%,4%)
(0.20/0.00/0.30/0.04)	

CMYK percentages

%19.92
%0
%29.67
%3.53

Codes

Color #C5F6AD in popluar color models

C5F6AD
RGB197246173
HSL100°80.22%82.16%
HSB/HSV100°29.67%96.47%
CMYK19.92%0.00%29.67%
3.53%

Color #C5F6AD in popluar number systems.

HEXC5F6AD
Decimal197246173
Binary110001011111011010101101
Octal305366255

Shades and tints

Shades of #C5F6AD

#C5F6AD
(197,246,173)
#B4E09E
(180,224,158)
#A3CA8F
(163,202,143)
#92B480
(146,180,128)
#819E71
(129,158,113)
#708862
(112,136,98)
#5F7253
(95,114,83)
#4E5C44
(78,92,68)
#3D4635
(61,70,53)
#2C3026
(44,48,38)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #C5F6AD

#C5F6AD
(197,246,173)
#CAF6B4
(202,246,180)
#CFF6BB
(207,246,187)
#D4F6C2
(212,246,194)
#D9F6C9
(217,246,201)
#DEF6D0
(222,246,208)
#E3F6D7
(227,246,215)
#E8F6DE
(232,246,222)
#EDF6E5
(237,246,229)
#F2F6EC
(242,246,236)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F6AD color. Also use rgb(197,246,173) instead hex code.

Text Font Color

.myTextColor { color: #C5F6AD; }

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

This text font color is #C5F6AD.


Background Color

.myBgColor { background-color: #C5F6AD; }

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

This div background color is #C5F6AD.


Border color

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

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

This div border color is #C5F6AD.


Opacity

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

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

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

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

This text has shadow with #C5F6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F6AD on black background.


Color preview on white background

This text has color #C5F6AD on white background.



Black color preview on #C5F6AD background

This text has black color on #C5F6AD background.


White color preview on #C5F6AD background

This text has white color on #C5F6AD background.