COLOR #E6B5EB

HEX: #E6B5EB
RGB: (230,181,235)

Color info

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

RGB color model

#E6B5EB color RGB value is (230,181,235).

  • red value is 230;
  • green value is 181;
  • blue value is 235.
RGB:
(230,181,235)
(90%,71%,92%)

RGB channels and saturation

R 230 of 255 = 90%
G 181 of 255 = 71%
B 235 of 255 = 92%

230
181
235

R + G + B ~ 84%. #E6B5EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 181 + 235 = 646 (100%)
R 230 of 646 ~ 35.6%
G 181 of 646 ~ 28.02%
B 235 of 646 ~ 36.38%

%35.6
%28.02
%36.38

CMYK color model

#E6B5EB color CMYK value is (2,23,0,8).

  • cyan value is 2.13%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,23,0,8)
C2M23Y0K8 
(2%,23%,0%,8%)
(0.02/0.23/0.00/0.08)	

CMYK percentages

%2.13
%22.98
%0
%7.84

Codes

Color #E6B5EB in popluar color models

E6B5EB
RGB230181235
HSL294°57.45%81.57%
HSB/HSV294°22.98%92.16%
CMYK2.13%22.98%0.00%
7.84%

Color #E6B5EB in popluar number systems.

HEXE6B5EB
Decimal230181235
Binary111001101011010111101011
Octal346265353

Shades and tints

Shades of #E6B5EB

#E6B5EB
(230,181,235)
#D2A5D6
(210,165,214)
#BE95C1
(190,149,193)
#AA85AC
(170,133,172)
#967597
(150,117,151)
#826582
(130,101,130)
#6E556D
(110,85,109)
#5A4558
(90,69,88)
#463543
(70,53,67)
#32252E
(50,37,46)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #E6B5EB

#E6B5EB
(230,181,235)
#E8BBEC
(232,187,236)
#EAC1ED
(234,193,237)
#ECC7EE
(236,199,238)
#EECDEF
(238,205,239)
#F0D3F0
(240,211,240)
#F2D9F1
(242,217,241)
#F4DFF2
(244,223,242)
#F6E5F3
(246,229,243)
#F8EBF4
(248,235,244)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B5EB color. Also use rgb(230,181,235) instead hex code.

Text Font Color

.myTextColor { color: #E6B5EB; }

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

This text font color is #E6B5EB.


Background Color

.myBgColor { background-color: #E6B5EB; }

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

This div background color is #E6B5EB.


Border color

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

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

This div border color is #E6B5EB.


Opacity

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

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

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

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

This text has shadow with #E6B5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B5EB on black background.


Color preview on white background

This text has color #E6B5EB on white background.



Black color preview on #E6B5EB background

This text has black color on #E6B5EB background.


White color preview on #E6B5EB background

This text has white color on #E6B5EB background.