COLOR #E9BCF0

HEX: #E9BCF0 RGB: (233,188,240)

Color info

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

RGB color model

#E9BCF0 color RGB value is (233,188,240).

RGB: (233,188,240) (91%, 74%, 94%)

RGB channels and saturation

R 233 of 255 = 91%
G 188 of 255 = 74%
B 240 of 255 = 94%

233
188
240

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

Portions of RGB colors in percentages

R + G + B = 233 + 188 + 240 = 661 (100%)
R 233 of 661 ~ 35.25%
G 188 of 661 ~ 28.44%
B 240 of 661 ~ 36.31'%

%35.25
%28.44
%36.31

CMYK color model

#E9BCF0 color CMYK value is (3,22,0,6).

  • cyan value is 2.92%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (3,22,0,6)
C3M22Y0K6 (3%, 22%, 0%, 6%)
(0.03 / 0.22 / 0.00 / 0.06)

CMYK percentages

%2.92
%21.67
%0
%5.88

Codes

Color #E9BCF0 in popluar color models

E9 BC F0
RGB 233 188 240
HSL 292° 63.41% 83.92%
HSB/HSV 292° 21.67% 94.12%
CMYK 2.92% 21.67% 0.00%
5.88%

Color #E9BCF0 in popluar number systems.

HEX E9 BC F0
Decimal 233 188 240
Binary 11101001 10111100 11110000
Octal 351 274 360

Shades and tints

Shades of #E9BCF0

#E9BCF0
(233,188,240)
#D4ABDB
(212,171,219)
#BF9AC6
(191,154,198)
#AA89B1
(170,137,177)
#95789C
(149,120,156)
#806787
(128,103,135)
#6B5672
(107,86,114)
#56455D
(86,69,93)
#413448
(65,52,72)
#2C2333
(44,35,51)
#17121E
(23,18,30)
#000000
(0,0,0)

Tints of #E9BCF0

#E9BCF0
(233,188,240)
#EBC2F1
(235,194,241)
#EDC8F2
(237,200,242)
#EFCEF3
(239,206,243)
#F1D4F4
(241,212,244)
#F3DAF5
(243,218,245)
#F5E0F6
(245,224,246)
#F7E6F7
(247,230,247)
#F9ECF8
(249,236,248)
#FBF2F9
(251,242,249)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BCF0; }

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

This text font color is #E9BCF0.

Background Color

.myBgColor { background-color: #E9BCF0; }

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

This div background color is #E9BCF0.

Border color

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

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

This div border color is #E9BCF0.

Opacity

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

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

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

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

This text has shadow with #E9BCF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BCF0.

Preview

Color preview on black background

This text has color #E9BCF0 on black background.


Color preview on white background

This text has color #E9BCF0 on white background.


Black color preview on #E9BCF0 background

This text has black color on #E9BCF0 background.


White color preview on #E9BCF0 background

This text has white color on #E9BCF0 background.


Related colors

Complementary color

Complementary color for #hex is #16430F.


I love getcolorcode.com

Triadic colors

1 #F0E9BC and #BCF0E9 with #E9BCF0 are triadic colors.

2 #F0BCE9 and #BCE9F0 with #E9BCF0 are triadic colors.