COLOR #ECB9F2

HEX: #ECB9F2
RGB: (236,185,242)

Color info

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

RGB color model

#ECB9F2 color RGB value is (236,185,242).

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

RGB channels and saturation

R 236 of 255 = 93%
G 185 of 255 = 73%
B 242 of 255 = 95%

236
185
242

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

Portions of RGB colors in percentages

R + G + B =
236 + 185 + 242 = 663 (100%)
R 236 of 663 ~ 35.6%
G 185 of 663 ~ 27.9%
B 242 of 663 ~ 36.5%

%35.6
%27.9
%36.5

CMYK color model

#ECB9F2 color CMYK value is (2,24,0,5).

  • cyan value is 2.48%
  • magenta value is 23.55%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(2,24,0,5)
C2M24Y0K5 
(2%,24%,0%,5%)
(0.02/0.24/0.00/0.05)	

CMYK percentages

%2.48
%23.55
%0
%5.1

Codes

Color #ECB9F2 in popluar color models

ECB9F2
RGB236185242
HSL294°68.67%83.73%
HSB/HSV294°23.55%94.90%
CMYK2.48%23.55%0.00%
5.10%

Color #ECB9F2 in popluar number systems.

HEXECB9F2
Decimal236185242
Binary111011001011100111110010
Octal354271362

Shades and tints

Shades of #ECB9F2

#ECB9F2
(236,185,242)
#D7A9DC
(215,169,220)
#C299C6
(194,153,198)
#AD89B0
(173,137,176)
#98799A
(152,121,154)
#836984
(131,105,132)
#6E596E
(110,89,110)
#594958
(89,73,88)
#443942
(68,57,66)
#2F292C
(47,41,44)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #ECB9F2

#ECB9F2
(236,185,242)
#EDBFF3
(237,191,243)
#EEC5F4
(238,197,244)
#EFCBF5
(239,203,245)
#F0D1F6
(240,209,246)
#F1D7F7
(241,215,247)
#F2DDF8
(242,221,248)
#F3E3F9
(243,227,249)
#F4E9FA
(244,233,250)
#F5EFFB
(245,239,251)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB9F2; }

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

This text font color is #ECB9F2.


Background Color

.myBgColor { background-color: #ECB9F2; }

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

This div background color is #ECB9F2.


Border color

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

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

This div border color is #ECB9F2.


Opacity

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

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

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

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

This text has shadow with #ECB9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB9F2 on black background.


Color preview on white background

This text has color #ECB9F2 on white background.



Black color preview on #ECB9F2 background

This text has black color on #ECB9F2 background.


White color preview on #ECB9F2 background

This text has white color on #ECB9F2 background.