COLOR #ECA7C6

HEX: #ECA7C6
RGB: (236,167,198)

Color info

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

RGB color model

#ECA7C6 color RGB value is (236,167,198).

  • red value is 236;
  • green value is 167;
  • blue value is 198.
RGB:
(236,167,198)
(93%,65%,78%)

RGB channels and saturation

R 236 of 255 = 93%
G 167 of 255 = 65%
B 198 of 255 = 78%

236
167
198

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

Portions of RGB colors in percentages

R + G + B =
236 + 167 + 198 = 601 (100%)
R 236 of 601 ~ 39.27%
G 167 of 601 ~ 27.79%
B 198 of 601 ~ 32.95%

%39.27
%27.79
%32.95

CMYK color model

#ECA7C6 color CMYK value is (0,29,16,7).

  • cyan value is 0.00%
  • magenta value is 29.24%
  • yellow value is 16.10%
  • key color value is 7.45%
CMYK:
(0,29,16,7)
C0M29Y16K7 
(0%,29%,16%,7%)
(0.00/0.29/0.16/0.07)	

CMYK percentages

%0
%29.24
%16.1
%7.45

Codes

Color #ECA7C6 in popluar color models

ECA7C6
RGB236167198
HSL333°64.49%79.02%
HSB/HSV333°29.24%92.55%
CMYK0.00%29.24%16.10%
7.45%

Color #ECA7C6 in popluar number systems.

HEXECA7C6
Decimal236167198
Binary111011001010011111000110
Octal354247306

Shades and tints

Shades of #ECA7C6

#ECA7C6
(236,167,198)
#D798B4
(215,152,180)
#C289A2
(194,137,162)
#AD7A90
(173,122,144)
#986B7E
(152,107,126)
#835C6C
(131,92,108)
#6E4D5A
(110,77,90)
#593E48
(89,62,72)
#442F36
(68,47,54)
#2F2024
(47,32,36)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #ECA7C6

#ECA7C6
(236,167,198)
#EDAFCB
(237,175,203)
#EEB7D0
(238,183,208)
#EFBFD5
(239,191,213)
#F0C7DA
(240,199,218)
#F1CFDF
(241,207,223)
#F2D7E4
(242,215,228)
#F3DFE9
(243,223,233)
#F4E7EE
(244,231,238)
#F5EFF3
(245,239,243)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA7C6; }

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

This text font color is #ECA7C6.


Background Color

.myBgColor { background-color: #ECA7C6; }

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

This div background color is #ECA7C6.


Border color

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

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

This div border color is #ECA7C6.


Opacity

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

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

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

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

This text has shadow with #ECA7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA7C6 on black background.


Color preview on white background

This text has color #ECA7C6 on white background.



Black color preview on #ECA7C6 background

This text has black color on #ECA7C6 background.


White color preview on #ECA7C6 background

This text has white color on #ECA7C6 background.