COLOR #E9BCEE

HEX: #E9BCEE
RGB: (233,188,238)

Color info

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

RGB color model

#E9BCEE color RGB value is (233,188,238).

  • red value is 233;
  • green value is 188;
  • blue value is 238.
RGB:
(233,188,238)
(91%,74%,93%)

RGB channels and saturation

R 233 of 255 = 91%
G 188 of 255 = 74%
B 238 of 255 = 93%

233
188
238

R + G + B ~ 86%. #E9BCEE is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 188 + 238 = 659 (100%)
R 233 of 659 ~ 35.36%
G 188 of 659 ~ 28.53%
B 238 of 659 ~ 36.12%

%35.36
%28.53
%36.12

CMYK color model

#E9BCEE color CMYK value is (2,21,0,7).

  • cyan value is 2.10%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(2,21,0,7)
C2M21Y0K7 
(2%,21%,0%,7%)
(0.02/0.21/0.00/0.07)	

CMYK percentages

%2.1
%21.01
%0
%6.67

Codes

Color #E9BCEE in popluar color models

E9BCEE
RGB233188238
HSL294°59.52%83.53%
HSB/HSV294°21.01%93.33%
CMYK2.10%21.01%0.00%
6.67%

Color #E9BCEE in popluar number systems.

HEXE9BCEE
Decimal233188238
Binary111010011011110011101110
Octal351274356

Shades and tints

Shades of #E9BCEE

#E9BCEE
(233,188,238)
#D4ABD9
(212,171,217)
#BF9AC4
(191,154,196)
#AA89AF
(170,137,175)
#95789A
(149,120,154)
#806785
(128,103,133)
#6B5670
(107,86,112)
#56455B
(86,69,91)
#413446
(65,52,70)
#2C2331
(44,35,49)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #E9BCEE

#E9BCEE
(233,188,238)
#EBC2EF
(235,194,239)
#EDC8F0
(237,200,240)
#EFCEF1
(239,206,241)
#F1D4F2
(241,212,242)
#F3DAF3
(243,218,243)
#F5E0F4
(245,224,244)
#F7E6F5
(247,230,245)
#F9ECF6
(249,236,246)
#FBF2F7
(251,242,247)
#FDF8F8
(253,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BCEE color. Also use rgb(233,188,238) instead hex code.

Text Font Color

.myTextColor { color: #E9BCEE; }

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

This text font color is #E9BCEE.


Background Color

.myBgColor { background-color: #E9BCEE; }

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

This div background color is #E9BCEE.


Border color

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

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

This div border color is #E9BCEE.


Opacity

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

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

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

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

This text has shadow with #E9BCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BCEE on black background.


Color preview on white background

This text has color #E9BCEE on white background.



Black color preview on #E9BCEE background

This text has black color on #E9BCEE background.


White color preview on #E9BCEE background

This text has white color on #E9BCEE background.