COLOR #ECA6CF

HEX: #ECA6CF
RGB: (236,166,207)

Color info

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

RGB color model

#ECA6CF color RGB value is (236,166,207).

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

RGB channels and saturation

R 236 of 255 = 93%
G 166 of 255 = 65%
B 207 of 255 = 81%

236
166
207

R + G + B ~ 80%. #ECA6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 166 + 207 = 609 (100%)
R 236 of 609 ~ 38.75%
G 166 of 609 ~ 27.26%
B 207 of 609 ~ 33.99%

%38.75
%27.26
%33.99

CMYK color model

#ECA6CF color CMYK value is (0,30,12,7).

  • cyan value is 0.00%
  • magenta value is 29.66%
  • yellow value is 12.29%
  • key color value is 7.45%
CMYK:
(0,30,12,7)
C0M30Y12K7 
(0%,30%,12%,7%)
(0.00/0.30/0.12/0.07)	

CMYK percentages

%0
%29.66
%12.29
%7.45

Codes

Color #ECA6CF in popluar color models

ECA6CF
RGB236166207
HSL325°64.81%78.82%
HSB/HSV325°29.66%92.55%
CMYK0.00%29.66%12.29%
7.45%

Color #ECA6CF in popluar number systems.

HEXECA6CF
Decimal236166207
Binary111011001010011011001111
Octal354246317

Shades and tints

Shades of #ECA6CF

#ECA6CF
(236,166,207)
#D797BD
(215,151,189)
#C288AB
(194,136,171)
#AD7999
(173,121,153)
#986A87
(152,106,135)
#835B75
(131,91,117)
#6E4C63
(110,76,99)
#593D51
(89,61,81)
#442E3F
(68,46,63)
#2F1F2D
(47,31,45)
#1A101B
(26,16,27)
#000000
(0,0,0)

Tints of #ECA6CF

#ECA6CF
(236,166,207)
#EDAED3
(237,174,211)
#EEB6D7
(238,182,215)
#EFBEDB
(239,190,219)
#F0C6DF
(240,198,223)
#F1CEE3
(241,206,227)
#F2D6E7
(242,214,231)
#F3DEEB
(243,222,235)
#F4E6EF
(244,230,239)
#F5EEF3
(245,238,243)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA6CF; }

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

This text font color is #ECA6CF.


Background Color

.myBgColor { background-color: #ECA6CF; }

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

This div background color is #ECA6CF.


Border color

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

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

This div border color is #ECA6CF.


Opacity

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

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

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

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

This text has shadow with #ECA6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA6CF on black background.


Color preview on white background

This text has color #ECA6CF on white background.



Black color preview on #ECA6CF background

This text has black color on #ECA6CF background.


White color preview on #ECA6CF background

This text has white color on #ECA6CF background.