COLOR #C4EEA5

HEX: #C4EEA5
RGB: (196,238,165)

Color info

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

RGB color model

#C4EEA5 color RGB value is (196,238,165).

  • red value is 196;
  • green value is 238;
  • blue value is 165.
RGB:
(196,238,165)
(77%,93%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 238 of 255 = 93%
B 165 of 255 = 65%

196
238
165

R + G + B ~ 78%. #C4EEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 238 + 165 = 599 (100%)
R 196 of 599 ~ 32.72%
G 238 of 599 ~ 39.73%
B 165 of 599 ~ 27.55%

%32.72
%39.73
%27.55

CMYK color model

#C4EEA5 color CMYK value is (18,0,31,7).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 6.67%
CMYK:
(18,0,31,7)
C18M0Y31K7 
(18%,0%,31%,7%)
(0.18/0.00/0.31/0.07)	

CMYK percentages

%17.65
%0
%30.67
%6.67

Codes

Color #C4EEA5 in popluar color models

C4EEA5
RGB196238165
HSL95°68.22%79.02%
HSB/HSV95°30.67%93.33%
CMYK17.65%0.00%30.67%
6.67%

Color #C4EEA5 in popluar number systems.

HEXC4EEA5
Decimal196238165
Binary110001001110111010100101
Octal304356245

Shades and tints

Shades of #C4EEA5

#C4EEA5
(196,238,165)
#B3D996
(179,217,150)
#A2C487
(162,196,135)
#91AF78
(145,175,120)
#809A69
(128,154,105)
#6F855A
(111,133,90)
#5E704B
(94,112,75)
#4D5B3C
(77,91,60)
#3C462D
(60,70,45)
#2B311E
(43,49,30)
#1A1C0F
(26,28,15)
#000000
(0,0,0)

Tints of #C4EEA5

#C4EEA5
(196,238,165)
#C9EFAD
(201,239,173)
#CEF0B5
(206,240,181)
#D3F1BD
(211,241,189)
#D8F2C5
(216,242,197)
#DDF3CD
(221,243,205)
#E2F4D5
(226,244,213)
#E7F5DD
(231,245,221)
#ECF6E5
(236,246,229)
#F1F7ED
(241,247,237)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EEA5 color. Also use rgb(196,238,165) instead hex code.

Text Font Color

.myTextColor { color: #C4EEA5; }

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

This text font color is #C4EEA5.


Background Color

.myBgColor { background-color: #C4EEA5; }

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

This div background color is #C4EEA5.


Border color

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

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

This div border color is #C4EEA5.


Opacity

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

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

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

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

This text has shadow with #C4EEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EEA5 on black background.


Color preview on white background

This text has color #C4EEA5 on white background.



Black color preview on #C4EEA5 background

This text has black color on #C4EEA5 background.


White color preview on #C4EEA5 background

This text has white color on #C4EEA5 background.