COLOR #C5ECA9

HEX: #C5ECA9 RGB: (197,236,169)

Color info

#C5ECA9 contains mainly red and green colors. Web safe color of #C5ECA9 is #CCFF99 (or #CF9).

RGB color model

#C5ECA9 color RGB value is (197,236,169).

RGB: (197,236,169) (77%, 93%, 66%)

RGB channels and saturation

R 197 of 255 = 77%
G 236 of 255 = 93%
B 169 of 255 = 66%

197
236
169

R + G + B ~ 79%. #C5ECA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 236 + 169 = 602 (100%)
R 197 of 602 ~ 32.72%
G 236 of 602 ~ 39.2%
B 169 of 602 ~ 28.07'%

%32.72
%39.2
%28.07

CMYK color model

#C5ECA9 color CMYK value is (17,0,28,7).

  • cyan value is 16.53%
  • magenta value is 0.00%
  • yellow value is 28.39%
  • key color value is 7.45%

CMYK: (17,0,28,7)
C17M0Y28K7 (17%, 0%, 28%, 7%)
(0.17 / 0.00 / 0.28 / 0.07)

CMYK percentages

%16.53
%0
%28.39
%7.45

Codes

Color #C5ECA9 in popluar color models

C5 EC A9
RGB 197 236 169
HSL 95° 63.81% 79.41%
HSB/HSV 95° 28.39% 92.55%
CMYK 16.53% 0.00% 28.39%
7.45%

Color #C5ECA9 in popluar number systems.

HEX C5 EC A9
Decimal 197 236 169
Binary 11000101 11101100 10101001
Octal 305 354 251

Shades and tints

Shades of #C5ECA9

#C5ECA9
(197,236,169)
#B4D79A
(180,215,154)
#A3C28B
(163,194,139)
#92AD7C
(146,173,124)
#81986D
(129,152,109)
#70835E
(112,131,94)
#5F6E4F
(95,110,79)
#4E5940
(78,89,64)
#3D4431
(61,68,49)
#2C2F22
(44,47,34)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #C5ECA9

#C5ECA9
(197,236,169)
#CAEDB0
(202,237,176)
#CFEEB7
(207,238,183)
#D4EFBE
(212,239,190)
#D9F0C5
(217,240,197)
#DEF1CC
(222,241,204)
#E3F2D3
(227,242,211)
#E8F3DA
(232,243,218)
#EDF4E1
(237,244,225)
#F2F5E8
(242,245,232)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ECA9 color. Also use rgb(197,236,169) instead hex code.

Text Font Color

.myTextColor { color: #C5ECA9; }

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

This text font color is #C5ECA9.

Background Color

.myBgColor { background-color: #C5ECA9; }

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

This div background color is #C5ECA9.

Border color

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

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

This div border color is #C5ECA9.

Opacity

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

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

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

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

This text has shadow with #C5ECA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ECA9.

Preview

Color preview on black background

This text has color #C5ECA9 on black background.


Color preview on white background

This text has color #C5ECA9 on white background.


Black color preview on #C5ECA9 background

This text has black color on #C5ECA9 background.


White color preview on #C5ECA9 background

This text has white color on #C5ECA9 background.


Related colors

Complementary color

Complementary color for #hex is #3A1356.


I love getcolorcode.com

Triadic colors

1 #A9C5EC and #ECA9C5 with #C5ECA9 are triadic colors.

2 #A9ECC5 and #ECC5A9 with #C5ECA9 are triadic colors.