COLOR #C5E986

HEX: #C5E986
RGB: (197,233,134)

Color info

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

RGB color model

#C5E986 color RGB value is (197,233,134).

  • red value is 197;
  • green value is 233;
  • blue value is 134.
RGB:
(197,233,134)
(77%,91%,53%)

RGB channels and saturation

R 197 of 255 = 77%
G 233 of 255 = 91%
B 134 of 255 = 53%

197
233
134

R + G + B ~ 74%. #C5E986 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 233 + 134 = 564 (100%)
R 197 of 564 ~ 34.93%
G 233 of 564 ~ 41.31%
B 134 of 564 ~ 23.76%

%34.93
%41.31
%23.76

CMYK color model

#C5E986 color CMYK value is (15,0,42,9).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 42.49%
  • key color value is 8.63%
CMYK:
(15,0,42,9)
C15M0Y42K9 
(15%,0%,42%,9%)
(0.15/0.00/0.42/0.09)	

CMYK percentages

%15.45
%0
%42.49
%8.63

Codes

Color #C5E986 in popluar color models

C5E986
RGB197233134
HSL82°69.23%71.96%
HSB/HSV82°42.49%91.37%
CMYK15.45%0.00%42.49%
8.63%

Color #C5E986 in popluar number systems.

HEXC5E986
Decimal197233134
Binary110001011110100110000110
Octal305351206

Shades and tints

Shades of #C5E986

#C5E986
(197,233,134)
#B4D47A
(180,212,122)
#A3BF6E
(163,191,110)
#92AA62
(146,170,98)
#819556
(129,149,86)
#70804A
(112,128,74)
#5F6B3E
(95,107,62)
#4E5632
(78,86,50)
#3D4126
(61,65,38)
#2C2C1A
(44,44,26)
#1B170E
(27,23,14)
#000000
(0,0,0)

Tints of #C5E986

#C5E986
(197,233,134)
#CAEB91
(202,235,145)
#CFED9C
(207,237,156)
#D4EFA7
(212,239,167)
#D9F1B2
(217,241,178)
#DEF3BD
(222,243,189)
#E3F5C8
(227,245,200)
#E8F7D3
(232,247,211)
#EDF9DE
(237,249,222)
#F2FBE9
(242,251,233)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E986 color. Also use rgb(197,233,134) instead hex code.

Text Font Color

.myTextColor { color: #C5E986; }

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

This text font color is #C5E986.


Background Color

.myBgColor { background-color: #C5E986; }

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

This div background color is #C5E986.


Border color

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

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

This div border color is #C5E986.


Opacity

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

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

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

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

This text has shadow with #C5E986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E986 on black background.


Color preview on white background

This text has color #C5E986 on white background.



Black color preview on #C5E986 background

This text has black color on #C5E986 background.


White color preview on #C5E986 background

This text has white color on #C5E986 background.