COLOR #ECA9A9

HEX: #ECA9A9
RGB: (236,169,169)

Color info

#ECA9A9 contains mainly red color. Web safe color of #ECA9A9 is #FF9999 (or #F99).

RGB color model

#ECA9A9 color RGB value is (236,169,169).

  • red value is 236;
  • green value is 169;
  • blue value is 169.
RGB:
(236,169,169)
(93%,66%,66%)

RGB channels and saturation

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

236
169
169

R + G + B ~ 75%. #ECA9A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 169 + 169 = 574 (100%)
R 236 of 574 ~ 41.11%
G 169 of 574 ~ 29.44%
B 169 of 574 ~ 29.44%

%41.11
%29.44
%29.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 28.39%
  • key color value is 7.45%
CMYK:
(0,28,28,7)
C0M28Y28K7 
(0%,28%,28%,7%)
(0.00/0.28/0.28/0.07)	

CMYK percentages

%0
%28.39
%28.39
%7.45

Codes

Color #ECA9A9 in popluar color models

ECA9A9
RGB236169169
HSL63.81%79.41%
HSB/HSV28.39%92.55%
CMYK0.00%28.39%28.39%
7.45%

Color #ECA9A9 in popluar number systems.

HEXECA9A9
Decimal236169169
Binary111011001010100110101001
Octal354251251

Shades and tints

Shades of #ECA9A9

#ECA9A9
(236,169,169)
#D79A9A
(215,154,154)
#C28B8B
(194,139,139)
#AD7C7C
(173,124,124)
#986D6D
(152,109,109)
#835E5E
(131,94,94)
#6E4F4F
(110,79,79)
#594040
(89,64,64)
#443131
(68,49,49)
#2F2222
(47,34,34)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #ECA9A9

#ECA9A9
(236,169,169)
#EDB0B0
(237,176,176)
#EEB7B7
(238,183,183)
#EFBEBE
(239,190,190)
#F0C5C5
(240,197,197)
#F1CCCC
(241,204,204)
#F2D3D3
(242,211,211)
#F3DADA
(243,218,218)
#F4E1E1
(244,225,225)
#F5E8E8
(245,232,232)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA9A9; }

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

This text font color is #ECA9A9.


Background Color

.myBgColor { background-color: #ECA9A9; }

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

This div background color is #ECA9A9.


Border color

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

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

This div border color is #ECA9A9.


Opacity

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

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

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

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

This text has shadow with #ECA9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA9A9 on black background.


Color preview on white background

This text has color #ECA9A9 on white background.



Black color preview on #ECA9A9 background

This text has black color on #ECA9A9 background.


White color preview on #ECA9A9 background

This text has white color on #ECA9A9 background.