COLOR #ECB9EF

HEX: #ECB9EF
RGB: (236,185,239)

Color info

#ECB9EF contains red, green and blue colors in about the same proportion. Web safe color of #ECB9EF is #FFCCFF (or #FCF).

RGB color model

#ECB9EF color RGB value is (236,185,239).

  • red value is 236;
  • green value is 185;
  • blue value is 239.
RGB:
(236,185,239)
(93%,73%,94%)

RGB channels and saturation

R 236 of 255 = 93%
G 185 of 255 = 73%
B 239 of 255 = 94%

236
185
239

R + G + B ~ 87%. #ECB9EF is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 185 + 239 = 660 (100%)
R 236 of 660 ~ 35.76%
G 185 of 660 ~ 28.03%
B 239 of 660 ~ 36.21%

%35.76
%28.03
%36.21

CMYK color model

#ECB9EF color CMYK value is (1,23,0,6).

  • cyan value is 1.26%
  • magenta value is 22.59%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,23,0,6)
C1M23Y0K6 
(1%,23%,0%,6%)
(0.01/0.23/0.00/0.06)	

CMYK percentages

%1.26
%22.59
%0
%6.27

Codes

Color #ECB9EF in popluar color models

ECB9EF
RGB236185239
HSL297°62.79%83.14%
HSB/HSV297°22.59%93.73%
CMYK1.26%22.59%0.00%
6.27%

Color #ECB9EF in popluar number systems.

HEXECB9EF
Decimal236185239
Binary111011001011100111101111
Octal354271357

Shades and tints

Shades of #ECB9EF

#ECB9EF
(236,185,239)
#D7A9DA
(215,169,218)
#C299C5
(194,153,197)
#AD89B0
(173,137,176)
#98799B
(152,121,155)
#836986
(131,105,134)
#6E5971
(110,89,113)
#59495C
(89,73,92)
#443947
(68,57,71)
#2F2932
(47,41,50)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #ECB9EF

#ECB9EF
(236,185,239)
#EDBFF0
(237,191,240)
#EEC5F1
(238,197,241)
#EFCBF2
(239,203,242)
#F0D1F3
(240,209,243)
#F1D7F4
(241,215,244)
#F2DDF5
(242,221,245)
#F3E3F6
(243,227,246)
#F4E9F7
(244,233,247)
#F5EFF8
(245,239,248)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB9EF; }

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

This text font color is #ECB9EF.


Background Color

.myBgColor { background-color: #ECB9EF; }

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

This div background color is #ECB9EF.


Border color

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

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

This div border color is #ECB9EF.


Opacity

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

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

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

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

This text has shadow with #ECB9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB9EF on black background.


Color preview on white background

This text has color #ECB9EF on white background.



Black color preview on #ECB9EF background

This text has black color on #ECB9EF background.


White color preview on #ECB9EF background

This text has white color on #ECB9EF background.