COLOR #C4EAA0

HEX: #C4EAA0
RGB: (196,234,160)

Color info

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

RGB color model

#C4EAA0 color RGB value is (196,234,160).

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

RGB channels and saturation

R 196 of 255 = 77%
G 234 of 255 = 92%
B 160 of 255 = 63%

196
234
160

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

Portions of RGB colors in percentages

R + G + B =
196 + 234 + 160 = 590 (100%)
R 196 of 590 ~ 33.22%
G 234 of 590 ~ 39.66%
B 160 of 590 ~ 27.12%

%33.22
%39.66
%27.12

CMYK color model

#C4EAA0 color CMYK value is (16,0,32,8).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 31.62%
  • key color value is 8.24%
CMYK:
(16,0,32,8)
C16M0Y32K8 
(16%,0%,32%,8%)
(0.16/0.00/0.32/0.08)	

CMYK percentages

%16.24
%0
%31.62
%8.24

Codes

Color #C4EAA0 in popluar color models

C4EAA0
RGB196234160
HSL91°63.79%77.25%
HSB/HSV91°31.62%91.76%
CMYK16.24%0.00%31.62%
8.24%

Color #C4EAA0 in popluar number systems.

HEXC4EAA0
Decimal196234160
Binary110001001110101010100000
Octal304352240

Shades and tints

Shades of #C4EAA0

#C4EAA0
(196,234,160)
#B3D592
(179,213,146)
#A2C084
(162,192,132)
#91AB76
(145,171,118)
#809668
(128,150,104)
#6F815A
(111,129,90)
#5E6C4C
(94,108,76)
#4D573E
(77,87,62)
#3C4230
(60,66,48)
#2B2D22
(43,45,34)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #C4EAA0

#C4EAA0
(196,234,160)
#C9EBA8
(201,235,168)
#CEECB0
(206,236,176)
#D3EDB8
(211,237,184)
#D8EEC0
(216,238,192)
#DDEFC8
(221,239,200)
#E2F0D0
(226,240,208)
#E7F1D8
(231,241,216)
#ECF2E0
(236,242,224)
#F1F3E8
(241,243,232)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EAA0; }

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

This text font color is #C4EAA0.


Background Color

.myBgColor { background-color: #C4EAA0; }

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

This div background color is #C4EAA0.


Border color

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

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

This div border color is #C4EAA0.


Opacity

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

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

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

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

This text has shadow with #C4EAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EAA0 on black background.


Color preview on white background

This text has color #C4EAA0 on white background.



Black color preview on #C4EAA0 background

This text has black color on #C4EAA0 background.


White color preview on #C4EAA0 background

This text has white color on #C4EAA0 background.