COLOR #C4E7A0

HEX: #C4E7A0
RGB: (196,231,160)

Color info

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

RGB color model

#C4E7A0 color RGB value is (196,231,160).

  • red value is 196;
  • green value is 231;
  • blue value is 160.
RGB:
(196,231,160)
(77%,91%,63%)

RGB channels and saturation

R 196 of 255 = 77%
G 231 of 255 = 91%
B 160 of 255 = 63%

196
231
160

R + G + B ~ 77%. #C4E7A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 231 + 160 = 587 (100%)
R 196 of 587 ~ 33.39%
G 231 of 587 ~ 39.35%
B 160 of 587 ~ 27.26%

%33.39
%39.35
%27.26

CMYK color model

#C4E7A0 color CMYK value is (15,0,31,9).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 30.74%
  • key color value is 9.41%
CMYK:
(15,0,31,9)
C15M0Y31K9 
(15%,0%,31%,9%)
(0.15/0.00/0.31/0.09)	

CMYK percentages

%15.15
%0
%30.74
%9.41

Codes

Color #C4E7A0 in popluar color models

C4E7A0
RGB196231160
HSL90°59.66%76.67%
HSB/HSV90°30.74%90.59%
CMYK15.15%0.00%30.74%
9.41%

Color #C4E7A0 in popluar number systems.

HEXC4E7A0
Decimal196231160
Binary110001001110011110100000
Octal304347240

Shades and tints

Shades of #C4E7A0

#C4E7A0
(196,231,160)
#B3D292
(179,210,146)
#A2BD84
(162,189,132)
#91A876
(145,168,118)
#809368
(128,147,104)
#6F7E5A
(111,126,90)
#5E694C
(94,105,76)
#4D543E
(77,84,62)
#3C3F30
(60,63,48)
#2B2A22
(43,42,34)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #C4E7A0

#C4E7A0
(196,231,160)
#C9E9A8
(201,233,168)
#CEEBB0
(206,235,176)
#D3EDB8
(211,237,184)
#D8EFC0
(216,239,192)
#DDF1C8
(221,241,200)
#E2F3D0
(226,243,208)
#E7F5D8
(231,245,216)
#ECF7E0
(236,247,224)
#F1F9E8
(241,249,232)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E7A0 color. Also use rgb(196,231,160) instead hex code.

Text Font Color

.myTextColor { color: #C4E7A0; }

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

This text font color is #C4E7A0.


Background Color

.myBgColor { background-color: #C4E7A0; }

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

This div background color is #C4E7A0.


Border color

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

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

This div border color is #C4E7A0.


Opacity

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

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

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

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

This text has shadow with #C4E7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E7A0 on black background.


Color preview on white background

This text has color #C4E7A0 on white background.



Black color preview on #C4E7A0 background

This text has black color on #C4E7A0 background.


White color preview on #C4E7A0 background

This text has white color on #C4E7A0 background.