COLOR #ECA6A1

HEX: #ECA6A1
RGB: (236,166,161)

Color info

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

RGB color model

#ECA6A1 color RGB value is (236,166,161).

  • red value is 236;
  • green value is 166;
  • blue value is 161.
RGB:
(236,166,161)
(93%,65%,63%)

RGB channels and saturation

R 236 of 255 = 93%
G 166 of 255 = 65%
B 161 of 255 = 63%

236
166
161

R + G + B ~ 74%. #ECA6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 166 + 161 = 563 (100%)
R 236 of 563 ~ 41.92%
G 166 of 563 ~ 29.48%
B 161 of 563 ~ 28.6%

%41.92
%29.48
%28.6

CMYK color model

#ECA6A1 color CMYK value is (0,30,32,7).

  • cyan value is 0.00%
  • magenta value is 29.66%
  • yellow value is 31.78%
  • key color value is 7.45%
CMYK:
(0,30,32,7)
C0M30Y32K7 
(0%,30%,32%,7%)
(0.00/0.30/0.32/0.07)	

CMYK percentages

%0
%29.66
%31.78
%7.45

Codes

Color #ECA6A1 in popluar color models

ECA6A1
RGB236166161
HSL66.37%77.84%
HSB/HSV31.78%92.55%
CMYK0.00%29.66%31.78%
7.45%

Color #ECA6A1 in popluar number systems.

HEXECA6A1
Decimal236166161
Binary111011001010011010100001
Octal354246241

Shades and tints

Shades of #ECA6A1

#ECA6A1
(236,166,161)
#D79793
(215,151,147)
#C28885
(194,136,133)
#AD7977
(173,121,119)
#986A69
(152,106,105)
#835B5B
(131,91,91)
#6E4C4D
(110,76,77)
#593D3F
(89,61,63)
#442E31
(68,46,49)
#2F1F23
(47,31,35)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #ECA6A1

#ECA6A1
(236,166,161)
#EDAEA9
(237,174,169)
#EEB6B1
(238,182,177)
#EFBEB9
(239,190,185)
#F0C6C1
(240,198,193)
#F1CEC9
(241,206,201)
#F2D6D1
(242,214,209)
#F3DED9
(243,222,217)
#F4E6E1
(244,230,225)
#F5EEE9
(245,238,233)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA6A1; }

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

This text font color is #ECA6A1.


Background Color

.myBgColor { background-color: #ECA6A1; }

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

This div background color is #ECA6A1.


Border color

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

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

This div border color is #ECA6A1.


Opacity

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

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

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

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

This text has shadow with #ECA6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA6A1 on black background.


Color preview on white background

This text has color #ECA6A1 on white background.



Black color preview on #ECA6A1 background

This text has black color on #ECA6A1 background.


White color preview on #ECA6A1 background

This text has white color on #ECA6A1 background.