COLOR #ECA9C5

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

Color info

#ECA9C5 contains mainly red and blue colors. Web safe color of #ECA9C5 is #FF99CC (or #F9C).

RGB color model

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

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

RGB channels and saturation

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

236
169
197

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

Portions of RGB colors in percentages

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

%39.2
%28.07
%32.72

CMYK color model

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

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

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

CMYK percentages

%0
%28.39
%16.53
%7.45

Codes

Color #ECA9C5 in popluar color models

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

Color #ECA9C5 in popluar number systems.

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

Shades and tints

Shades of #ECA9C5

#ECA9C5
(236,169,197)
#D79AB4
(215,154,180)
#C28BA3
(194,139,163)
#AD7C92
(173,124,146)
#986D81
(152,109,129)
#835E70
(131,94,112)
#6E4F5F
(110,79,95)
#59404E
(89,64,78)
#44313D
(68,49,61)
#2F222C
(47,34,44)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #ECA9C5

#ECA9C5
(236,169,197)
#EDB0CA
(237,176,202)
#EEB7CF
(238,183,207)
#EFBED4
(239,190,212)
#F0C5D9
(240,197,217)
#F1CCDE
(241,204,222)
#F2D3E3
(242,211,227)
#F3DAE8
(243,218,232)
#F4E1ED
(244,225,237)
#F5E8F2
(245,232,242)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA9C5; }

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

This text font color is #ECA9C5.

Background Color

.myBgColor { background-color: #ECA9C5; }

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

This div background color is #ECA9C5.

Border color

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

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

This div border color is #ECA9C5.

Opacity

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

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

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

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

This text has shadow with #ECA9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA9C5.

Preview

Color preview on black background

This text has color #ECA9C5 on black background.


Color preview on white background

This text has color #ECA9C5 on white background.


Black color preview on #ECA9C5 background

This text has black color on #ECA9C5 background.


White color preview on #ECA9C5 background

This text has white color on #ECA9C5 background.


Related colors

Complementary color

Complementary color for #hex is #13563A.


I love getcolorcode.com

Triadic colors

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

2 #C5A9EC and #A9ECC5 with #ECA9C5 are triadic colors.