COLOR #E6B5FD

HEX: #E6B5FD
RGB: (230,181,253)

Color info

#E6B5FD contains mainly red and blue colors. Web safe color of #E6B5FD is #CCCCFF (or #CCF).

RGB color model

#E6B5FD color RGB value is (230,181,253).

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

RGB channels and saturation

R 230 of 255 = 90%
G 181 of 255 = 71%
B 253 of 255 = 99%

230
181
253

R + G + B ~ 87%. #E6B5FD is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 181 + 253 = 664 (100%)
R 230 of 664 ~ 34.64%
G 181 of 664 ~ 27.26%
B 253 of 664 ~ 38.1%

%34.64
%27.26
%38.1

CMYK color model

#E6B5FD color CMYK value is (9,28,0,1).

  • cyan value is 9.09%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,28,0,1)
C9M28Y0K1 
(9%,28%,0%,1%)
(0.09/0.28/0.00/0.01)	

CMYK percentages

%9.09
%28.46
%0
%0.78

Codes

Color #E6B5FD in popluar color models

E6B5FD
RGB230181253
HSL281°94.74%85.10%
HSB/HSV281°28.46%99.22%
CMYK9.09%28.46%0.00%
0.78%

Color #E6B5FD in popluar number systems.

HEXE6B5FD
Decimal230181253
Binary111001101011010111111101
Octal346265375

Shades and tints

Shades of #E6B5FD

#E6B5FD
(230,181,253)
#D2A5E6
(210,165,230)
#BE95CF
(190,149,207)
#AA85B8
(170,133,184)
#9675A1
(150,117,161)
#82658A
(130,101,138)
#6E5573
(110,85,115)
#5A455C
(90,69,92)
#463545
(70,53,69)
#32252E
(50,37,46)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #E6B5FD

#E6B5FD
(230,181,253)
#E8BBFD
(232,187,253)
#EAC1FD
(234,193,253)
#ECC7FD
(236,199,253)
#EECDFD
(238,205,253)
#F0D3FD
(240,211,253)
#F2D9FD
(242,217,253)
#F4DFFD
(244,223,253)
#F6E5FD
(246,229,253)
#F8EBFD
(248,235,253)
#FAF1FD
(250,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B5FD; }

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

This text font color is #E6B5FD.


Background Color

.myBgColor { background-color: #E6B5FD; }

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

This div background color is #E6B5FD.


Border color

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

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

This div border color is #E6B5FD.


Opacity

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

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

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

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

This text has shadow with #E6B5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B5FD on black background.


Color preview on white background

This text has color #E6B5FD on white background.



Black color preview on #E6B5FD background

This text has black color on #E6B5FD background.


White color preview on #E6B5FD background

This text has white color on #E6B5FD background.