COLOR #C5EAB4

HEX: #C5EAB4
RGB: (197,234,180)

Color info

#C5EAB4 contains red, green and blue colors in about the same proportion. Web safe color of #C5EAB4 is #CCFFCC (or #CFC).

RGB color model

#C5EAB4 color RGB value is (197,234,180).

  • red value is 197;
  • green value is 234;
  • blue value is 180.
RGB:
(197,234,180)
(77%,92%,71%)

RGB channels and saturation

R 197 of 255 = 77%
G 234 of 255 = 92%
B 180 of 255 = 71%

197
234
180

R + G + B ~ 80%. #C5EAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 234 + 180 = 611 (100%)
R 197 of 611 ~ 32.24%
G 234 of 611 ~ 38.3%
B 180 of 611 ~ 29.46%

%32.24
%38.3
%29.46

CMYK color model

#C5EAB4 color CMYK value is (16,0,23,8).

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 8.24%
CMYK:
(16,0,23,8)
C16M0Y23K8 
(16%,0%,23%,8%)
(0.16/0.00/0.23/0.08)	

CMYK percentages

%15.81
%0
%23.08
%8.24

Codes

Color #C5EAB4 in popluar color models

C5EAB4
RGB197234180
HSL101°56.25%81.18%
HSB/HSV101°23.08%91.76%
CMYK15.81%0.00%23.08%
8.24%

Color #C5EAB4 in popluar number systems.

HEXC5EAB4
Decimal197234180
Binary110001011110101010110100
Octal305352264

Shades and tints

Shades of #C5EAB4

#C5EAB4
(197,234,180)
#B4D5A4
(180,213,164)
#A3C094
(163,192,148)
#92AB84
(146,171,132)
#819674
(129,150,116)
#708164
(112,129,100)
#5F6C54
(95,108,84)
#4E5744
(78,87,68)
#3D4234
(61,66,52)
#2C2D24
(44,45,36)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #C5EAB4

#C5EAB4
(197,234,180)
#CAEBBA
(202,235,186)
#CFECC0
(207,236,192)
#D4EDC6
(212,237,198)
#D9EECC
(217,238,204)
#DEEFD2
(222,239,210)
#E3F0D8
(227,240,216)
#E8F1DE
(232,241,222)
#EDF2E4
(237,242,228)
#F2F3EA
(242,243,234)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EAB4 color. Also use rgb(197,234,180) instead hex code.

Text Font Color

.myTextColor { color: #C5EAB4; }

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

This text font color is #C5EAB4.


Background Color

.myBgColor { background-color: #C5EAB4; }

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

This div background color is #C5EAB4.


Border color

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

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

This div border color is #C5EAB4.


Opacity

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

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

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

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

This text has shadow with #C5EAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EAB4 on black background.


Color preview on white background

This text has color #C5EAB4 on white background.



Black color preview on #C5EAB4 background

This text has black color on #C5EAB4 background.


White color preview on #C5EAB4 background

This text has white color on #C5EAB4 background.