COLOR #C5E4AF

HEX: #C5E4AF
RGB: (197,228,175)

Color info

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

RGB color model

#C5E4AF color RGB value is (197,228,175).

  • red value is 197;
  • green value is 228;
  • blue value is 175.
RGB:
(197,228,175)
(77%,89%,69%)

RGB channels and saturation

R 197 of 255 = 77%
G 228 of 255 = 89%
B 175 of 255 = 69%

197
228
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 228 + 175 = 600 (100%)
R 197 of 600 ~ 32.83%
G 228 of 600 ~ 38%
B 175 of 600 ~ 29.17%

%32.83
%38
%29.17

CMYK color model

#C5E4AF color CMYK value is (14,0,23,11).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 23.25%
  • key color value is 10.59%
CMYK:
(14,0,23,11)
C14M0Y23K11 
(14%,0%,23%,11%)
(0.14/0.00/0.23/0.11)	

CMYK percentages

%13.6
%0
%23.25
%10.59

Codes

Color #C5E4AF in popluar color models

C5E4AF
RGB197228175
HSL95°49.53%79.02%
HSB/HSV95°23.25%89.41%
CMYK13.60%0.00%23.25%
10.59%

Color #C5E4AF in popluar number systems.

HEXC5E4AF
Decimal197228175
Binary110001011110010010101111
Octal305344257

Shades and tints

Shades of #C5E4AF

#C5E4AF
(197,228,175)
#B4D0A0
(180,208,160)
#A3BC91
(163,188,145)
#92A882
(146,168,130)
#819473
(129,148,115)
#708064
(112,128,100)
#5F6C55
(95,108,85)
#4E5846
(78,88,70)
#3D4437
(61,68,55)
#2C3028
(44,48,40)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #C5E4AF

#C5E4AF
(197,228,175)
#CAE6B6
(202,230,182)
#CFE8BD
(207,232,189)
#D4EAC4
(212,234,196)
#D9ECCB
(217,236,203)
#DEEED2
(222,238,210)
#E3F0D9
(227,240,217)
#E8F2E0
(232,242,224)
#EDF4E7
(237,244,231)
#F2F6EE
(242,246,238)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E4AF color. Also use rgb(197,228,175) instead hex code.

Text Font Color

.myTextColor { color: #C5E4AF; }

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

This text font color is #C5E4AF.


Background Color

.myBgColor { background-color: #C5E4AF; }

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

This div background color is #C5E4AF.


Border color

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

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

This div border color is #C5E4AF.


Opacity

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

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

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

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

This text has shadow with #C5E4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E4AF on black background.


Color preview on white background

This text has color #C5E4AF on white background.



Black color preview on #C5E4AF background

This text has black color on #C5E4AF background.


White color preview on #C5E4AF background

This text has white color on #C5E4AF background.