COLOR #C5E0A1

HEX: #C5E0A1 RGB: (197,224,161)

Color info

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

RGB color model

#C5E0A1 color RGB value is (197,224,161).

RGB: (197,224,161) (77%, 88%, 63%)

RGB channels and saturation

R 197 of 255 = 77%
G 224 of 255 = 88%
B 161 of 255 = 63%

197
224
161

R + G + B ~ 76%. #C5E0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 224 + 161 = 582 (100%)
R 197 of 582 ~ 33.85%
G 224 of 582 ~ 38.49%
B 161 of 582 ~ 27.66'%

%33.85
%38.49
%27.66

CMYK color model

#C5E0A1 color CMYK value is (12,0,28,12).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 12.16%

CMYK: (12,0,28,12)
C12M0Y28K12 (12%, 0%, 28%, 12%)
(0.12 / 0.00 / 0.28 / 0.12)

CMYK percentages

%12.05
%0
%28.13
%12.16

Codes

Color #C5E0A1 in popluar color models

C5 E0 A1
RGB 197 224 161
HSL 86° 50.40% 75.49%
HSB/HSV 86° 28.13% 87.84%
CMYK 12.05% 0.00% 28.13%
12.16%

Color #C5E0A1 in popluar number systems.

HEX C5 E0 A1
Decimal 197 224 161
Binary 11000101 11100000 10100001
Octal 305 340 241

Shades and tints

Shades of #C5E0A1

#C5E0A1
(197,224,161)
#B4CC93
(180,204,147)
#A3B885
(163,184,133)
#92A477
(146,164,119)
#819069
(129,144,105)
#707C5B
(112,124,91)
#5F684D
(95,104,77)
#4E543F
(78,84,63)
#3D4031
(61,64,49)
#2C2C23
(44,44,35)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5E0A1

#C5E0A1
(197,224,161)
#CAE2A9
(202,226,169)
#CFE4B1
(207,228,177)
#D4E6B9
(212,230,185)
#D9E8C1
(217,232,193)
#DEEAC9
(222,234,201)
#E3ECD1
(227,236,209)
#E8EED9
(232,238,217)
#EDF0E1
(237,240,225)
#F2F2E9
(242,242,233)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E0A1 color. Also use rgb(197,224,161) instead hex code.

Text Font Color

.myTextColor { color: #C5E0A1; }

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

This text font color is #C5E0A1.

Background Color

.myBgColor { background-color: #C5E0A1; }

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

This div background color is #C5E0A1.

Border color

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

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

This div border color is #C5E0A1.

Opacity

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

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

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

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

This text has shadow with #C5E0A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E0A1.

Preview

Color preview on black background

This text has color #C5E0A1 on black background.


Color preview on white background

This text has color #C5E0A1 on white background.


Black color preview on #C5E0A1 background

This text has black color on #C5E0A1 background.


White color preview on #C5E0A1 background

This text has white color on #C5E0A1 background.


Related colors

Complementary color

Complementary color for #hex is #3A1F5E.


I love getcolorcode.com

Triadic colors

1 #A1C5E0 and #E0A1C5 with #C5E0A1 are triadic colors.

2 #A1E0C5 and #E0C5A1 with #C5E0A1 are triadic colors.