COLOR #E6BEE9

HEX: #E6BEE9
RGB: (230,190,233)

Color info

#E6BEE9 contains red, green and blue colors in about the same proportion. Web safe color of #E6BEE9 is #CCCCFF (or #CCF).

RGB color model

#E6BEE9 color RGB value is (230,190,233).

  • red value is 230;
  • green value is 190;
  • blue value is 233.
RGB:
(230,190,233)
(90%,75%,91%)

RGB channels and saturation

R 230 of 255 = 90%
G 190 of 255 = 75%
B 233 of 255 = 91%

230
190
233

R + G + B ~ 85%. #E6BEE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 190 + 233 = 653 (100%)
R 230 of 653 ~ 35.22%
G 190 of 653 ~ 29.1%
B 233 of 653 ~ 35.68%

%35.22
%29.1
%35.68

CMYK color model

#E6BEE9 color CMYK value is (1,18,0,9).

  • cyan value is 1.29%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(1,18,0,9)
C1M18Y0K9 
(1%,18%,0%,9%)
(0.01/0.18/0.00/0.09)	

CMYK percentages

%1.29
%18.45
%0
%8.63

Codes

Color #E6BEE9 in popluar color models

E6BEE9
RGB230190233
HSL296°49.43%82.94%
HSB/HSV296°18.45%91.37%
CMYK1.29%18.45%0.00%
8.63%

Color #E6BEE9 in popluar number systems.

HEXE6BEE9
Decimal230190233
Binary111001101011111011101001
Octal346276351

Shades and tints

Shades of #E6BEE9

#E6BEE9
(230,190,233)
#D2ADD4
(210,173,212)
#BE9CBF
(190,156,191)
#AA8BAA
(170,139,170)
#967A95
(150,122,149)
#826980
(130,105,128)
#6E586B
(110,88,107)
#5A4756
(90,71,86)
#463641
(70,54,65)
#32252C
(50,37,44)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #E6BEE9

#E6BEE9
(230,190,233)
#E8C3EB
(232,195,235)
#EAC8ED
(234,200,237)
#ECCDEF
(236,205,239)
#EED2F1
(238,210,241)
#F0D7F3
(240,215,243)
#F2DCF5
(242,220,245)
#F4E1F7
(244,225,247)
#F6E6F9
(246,230,249)
#F8EBFB
(248,235,251)
#FAF0FD
(250,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BEE9 color. Also use rgb(230,190,233) instead hex code.

Text Font Color

.myTextColor { color: #E6BEE9; }

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

This text font color is #E6BEE9.


Background Color

.myBgColor { background-color: #E6BEE9; }

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

This div background color is #E6BEE9.


Border color

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

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

This div border color is #E6BEE9.


Opacity

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

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

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

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

This text has shadow with #E6BEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEE9 on black background.


Color preview on white background

This text has color #E6BEE9 on white background.



Black color preview on #E6BEE9 background

This text has black color on #E6BEE9 background.


White color preview on #E6BEE9 background

This text has white color on #E6BEE9 background.