COLOR #E6BEE2

HEX: #E6BEE2
RGB: (230,190,226)

Color info

#E6BEE2 contains red, green and blue colors in about the same proportion. Web safe color of #E6BEE2 is #CCCCCC (or #CCC).

RGB color model

#E6BEE2 color RGB value is (230,190,226).

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

RGB channels and saturation

R 230 of 255 = 90%
G 190 of 255 = 75%
B 226 of 255 = 89%

230
190
226

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

Portions of RGB colors in percentages

R + G + B =
230 + 190 + 226 = 646 (100%)
R 230 of 646 ~ 35.6%
G 190 of 646 ~ 29.41%
B 226 of 646 ~ 34.98%

%35.6
%29.41
%34.98

CMYK color model

#E6BEE2 color CMYK value is (0,17,2,10).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 1.74%
  • key color value is 9.80%
CMYK:
(0,17,2,10)
C0M17Y2K10 
(0%,17%,2%,10%)
(0.00/0.17/0.02/0.10)	

CMYK percentages

%0
%17.39
%1.74
%9.8

Codes

Color #E6BEE2 in popluar color models

E6BEE2
RGB230190226
HSL306°44.44%82.35%
HSB/HSV306°17.39%90.20%
CMYK0.00%17.39%1.74%
9.80%

Color #E6BEE2 in popluar number systems.

HEXE6BEE2
Decimal230190226
Binary111001101011111011100010
Octal346276342

Shades and tints

Shades of #E6BEE2

#E6BEE2
(230,190,226)
#D2ADCE
(210,173,206)
#BE9CBA
(190,156,186)
#AA8BA6
(170,139,166)
#967A92
(150,122,146)
#82697E
(130,105,126)
#6E586A
(110,88,106)
#5A4756
(90,71,86)
#463642
(70,54,66)
#32252E
(50,37,46)
#1E141A
(30,20,26)
#000000
(0,0,0)

Tints of #E6BEE2

#E6BEE2
(230,190,226)
#E8C3E4
(232,195,228)
#EAC8E6
(234,200,230)
#ECCDE8
(236,205,232)
#EED2EA
(238,210,234)
#F0D7EC
(240,215,236)
#F2DCEE
(242,220,238)
#F4E1F0
(244,225,240)
#F6E6F2
(246,230,242)
#F8EBF4
(248,235,244)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BEE2; }

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

This text font color is #E6BEE2.


Background Color

.myBgColor { background-color: #E6BEE2; }

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

This div background color is #E6BEE2.


Border color

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

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

This div border color is #E6BEE2.


Opacity

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

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

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

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

This text has shadow with #E6BEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEE2 on black background.


Color preview on white background

This text has color #E6BEE2 on white background.



Black color preview on #E6BEE2 background

This text has black color on #E6BEE2 background.


White color preview on #E6BEE2 background

This text has white color on #E6BEE2 background.