COLOR #C5E3A5

HEX: #C5E3A5
RGB: (197,227,165)

Color info

#C5E3A5 contains mainly red and green colors. Web safe color of #C5E3A5 is #CCCC99 (or #CC9).

RGB color model

#C5E3A5 color RGB value is (197,227,165).

  • red value is 197;
  • green value is 227;
  • blue value is 165.
RGB:
(197,227,165)
(77%,89%,65%)

RGB channels and saturation

R 197 of 255 = 77%
G 227 of 255 = 89%
B 165 of 255 = 65%

197
227
165

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

Portions of RGB colors in percentages

R + G + B =
197 + 227 + 165 = 589 (100%)
R 197 of 589 ~ 33.45%
G 227 of 589 ~ 38.54%
B 165 of 589 ~ 28.01%

%33.45
%38.54
%28.01

CMYK color model

#C5E3A5 color CMYK value is (13,0,27,11).

  • cyan value is 13.22%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 10.98%
CMYK:
(13,0,27,11)
C13M0Y27K11 
(13%,0%,27%,11%)
(0.13/0.00/0.27/0.11)	

CMYK percentages

%13.22
%0
%27.31
%10.98

Codes

Color #C5E3A5 in popluar color models

C5E3A5
RGB197227165
HSL89°52.54%76.86%
HSB/HSV89°27.31%89.02%
CMYK13.22%0.00%27.31%
10.98%

Color #C5E3A5 in popluar number systems.

HEXC5E3A5
Decimal197227165
Binary110001011110001110100101
Octal305343245

Shades and tints

Shades of #C5E3A5

#C5E3A5
(197,227,165)
#B4CF96
(180,207,150)
#A3BB87
(163,187,135)
#92A778
(146,167,120)
#819369
(129,147,105)
#707F5A
(112,127,90)
#5F6B4B
(95,107,75)
#4E573C
(78,87,60)
#3D432D
(61,67,45)
#2C2F1E
(44,47,30)
#1B1B0F
(27,27,15)
#000000
(0,0,0)

Tints of #C5E3A5

#C5E3A5
(197,227,165)
#CAE5AD
(202,229,173)
#CFE7B5
(207,231,181)
#D4E9BD
(212,233,189)
#D9EBC5
(217,235,197)
#DEEDCD
(222,237,205)
#E3EFD5
(227,239,213)
#E8F1DD
(232,241,221)
#EDF3E5
(237,243,229)
#F2F5ED
(242,245,237)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E3A5 color. Also use rgb(197,227,165) instead hex code.

Text Font Color

.myTextColor { color: #C5E3A5; }

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

This text font color is #C5E3A5.


Background Color

.myBgColor { background-color: #C5E3A5; }

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

This div background color is #C5E3A5.


Border color

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

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

This div border color is #C5E3A5.


Opacity

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

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

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

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

This text has shadow with #C5E3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E3A5 on black background.


Color preview on white background

This text has color #C5E3A5 on white background.



Black color preview on #C5E3A5 background

This text has black color on #C5E3A5 background.


White color preview on #C5E3A5 background

This text has white color on #C5E3A5 background.