COLOR #ECA6B8

HEX: #ECA6B8
RGB: (236,166,184)

Color info

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

RGB color model

#ECA6B8 color RGB value is (236,166,184).

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

RGB channels and saturation

R 236 of 255 = 93%
G 166 of 255 = 65%
B 184 of 255 = 72%

236
166
184

R + G + B ~ 77%. #ECA6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 166 + 184 = 586 (100%)
R 236 of 586 ~ 40.27%
G 166 of 586 ~ 28.33%
B 184 of 586 ~ 31.4%

%40.27
%28.33
%31.4

CMYK color model

#ECA6B8 color CMYK value is (0,30,22,7).

  • cyan value is 0.00%
  • magenta value is 29.66%
  • yellow value is 22.03%
  • key color value is 7.45%
CMYK:
(0,30,22,7)
C0M30Y22K7 
(0%,30%,22%,7%)
(0.00/0.30/0.22/0.07)	

CMYK percentages

%0
%29.66
%22.03
%7.45

Codes

Color #ECA6B8 in popluar color models

ECA6B8
RGB236166184
HSL345°64.81%78.82%
HSB/HSV345°29.66%92.55%
CMYK0.00%29.66%22.03%
7.45%

Color #ECA6B8 in popluar number systems.

HEXECA6B8
Decimal236166184
Binary111011001010011010111000
Octal354246270

Shades and tints

Shades of #ECA6B8

#ECA6B8
(236,166,184)
#D797A8
(215,151,168)
#C28898
(194,136,152)
#AD7988
(173,121,136)
#986A78
(152,106,120)
#835B68
(131,91,104)
#6E4C58
(110,76,88)
#593D48
(89,61,72)
#442E38
(68,46,56)
#2F1F28
(47,31,40)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #ECA6B8

#ECA6B8
(236,166,184)
#EDAEBE
(237,174,190)
#EEB6C4
(238,182,196)
#EFBECA
(239,190,202)
#F0C6D0
(240,198,208)
#F1CED6
(241,206,214)
#F2D6DC
(242,214,220)
#F3DEE2
(243,222,226)
#F4E6E8
(244,230,232)
#F5EEEE
(245,238,238)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA6B8; }

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

This text font color is #ECA6B8.


Background Color

.myBgColor { background-color: #ECA6B8; }

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

This div background color is #ECA6B8.


Border color

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

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

This div border color is #ECA6B8.


Opacity

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

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

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

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

This text has shadow with #ECA6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA6B8 on black background.


Color preview on white background

This text has color #ECA6B8 on white background.



Black color preview on #ECA6B8 background

This text has black color on #ECA6B8 background.


White color preview on #ECA6B8 background

This text has white color on #ECA6B8 background.