COLOR #C5E3AB

HEX: #C5E3AB
RGB: (197,227,171)

Color info

#C5E3AB contains red, green and blue colors in about the same proportion. Web safe color of #C5E3AB is #CCCC99 (or #CC9).

RGB color model

#C5E3AB color RGB value is (197,227,171).

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

RGB channels and saturation

R 197 of 255 = 77%
G 227 of 255 = 89%
B 171 of 255 = 67%

197
227
171

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

Portions of RGB colors in percentages

R + G + B =
197 + 227 + 171 = 595 (100%)
R 197 of 595 ~ 33.11%
G 227 of 595 ~ 38.15%
B 171 of 595 ~ 28.74%

%33.11
%38.15
%28.74

CMYK color model

#C5E3AB color CMYK value is (13,0,25,11).

  • cyan value is 13.22%
  • magenta value is 0.00%
  • yellow value is 24.67%
  • key color value is 10.98%
CMYK:
(13,0,25,11)
C13M0Y25K11 
(13%,0%,25%,11%)
(0.13/0.00/0.25/0.11)	

CMYK percentages

%13.22
%0
%24.67
%10.98

Codes

Color #C5E3AB in popluar color models

C5E3AB
RGB197227171
HSL92°50.00%78.04%
HSB/HSV92°24.67%89.02%
CMYK13.22%0.00%24.67%
10.98%

Color #C5E3AB in popluar number systems.

HEXC5E3AB
Decimal197227171
Binary110001011110001110101011
Octal305343253

Shades and tints

Shades of #C5E3AB

#C5E3AB
(197,227,171)
#B4CF9C
(180,207,156)
#A3BB8D
(163,187,141)
#92A77E
(146,167,126)
#81936F
(129,147,111)
#707F60
(112,127,96)
#5F6B51
(95,107,81)
#4E5742
(78,87,66)
#3D4333
(61,67,51)
#2C2F24
(44,47,36)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #C5E3AB

#C5E3AB
(197,227,171)
#CAE5B2
(202,229,178)
#CFE7B9
(207,231,185)
#D4E9C0
(212,233,192)
#D9EBC7
(217,235,199)
#DEEDCE
(222,237,206)
#E3EFD5
(227,239,213)
#E8F1DC
(232,241,220)
#EDF3E3
(237,243,227)
#F2F5EA
(242,245,234)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E3AB; }

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

This text font color is #C5E3AB.


Background Color

.myBgColor { background-color: #C5E3AB; }

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

This div background color is #C5E3AB.


Border color

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

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

This div border color is #C5E3AB.


Opacity

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

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

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

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

This text has shadow with #C5E3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E3AB on black background.


Color preview on white background

This text has color #C5E3AB on white background.



Black color preview on #C5E3AB background

This text has black color on #C5E3AB background.


White color preview on #C5E3AB background

This text has white color on #C5E3AB background.