COLOR #EBA7FD

HEX: #EBA7FD
RGB: (235,167,253)

Color info

#EBA7FD contains mainly red and blue colors. Web safe color of #EBA7FD is #FF99FF (or #F9F).

RGB color model

#EBA7FD color RGB value is (235,167,253).

  • red value is 235;
  • green value is 167;
  • blue value is 253.
RGB:
(235,167,253)
(92%,65%,99%)

RGB channels and saturation

R 235 of 255 = 92%
G 167 of 255 = 65%
B 253 of 255 = 99%

235
167
253

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

Portions of RGB colors in percentages

R + G + B =
235 + 167 + 253 = 655 (100%)
R 235 of 655 ~ 35.88%
G 167 of 655 ~ 25.5%
B 253 of 655 ~ 38.63%

%35.88
%25.5
%38.63

CMYK color model

#EBA7FD color CMYK value is (7,34,0,1).

  • cyan value is 7.11%
  • magenta value is 33.99%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(7,34,0,1)
C7M34Y0K1 
(7%,34%,0%,1%)
(0.07/0.34/0.00/0.01)	

CMYK percentages

%7.11
%33.99
%0
%0.78

Codes

Color #EBA7FD in popluar color models

EBA7FD
RGB235167253
HSL287°95.56%82.35%
HSB/HSV287°33.99%99.22%
CMYK7.11%33.99%0.00%
0.78%

Color #EBA7FD in popluar number systems.

HEXEBA7FD
Decimal235167253
Binary111010111010011111111101
Octal353247375

Shades and tints

Shades of #EBA7FD

#EBA7FD
(235,167,253)
#D698E6
(214,152,230)
#C189CF
(193,137,207)
#AC7AB8
(172,122,184)
#976BA1
(151,107,161)
#825C8A
(130,92,138)
#6D4D73
(109,77,115)
#583E5C
(88,62,92)
#432F45
(67,47,69)
#2E202E
(46,32,46)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #EBA7FD

#EBA7FD
(235,167,253)
#ECAFFD
(236,175,253)
#EDB7FD
(237,183,253)
#EEBFFD
(238,191,253)
#EFC7FD
(239,199,253)
#F0CFFD
(240,207,253)
#F1D7FD
(241,215,253)
#F2DFFD
(242,223,253)
#F3E7FD
(243,231,253)
#F4EFFD
(244,239,253)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA7FD color. Also use rgb(235,167,253) instead hex code.

Text Font Color

.myTextColor { color: #EBA7FD; }

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

This text font color is #EBA7FD.


Background Color

.myBgColor { background-color: #EBA7FD; }

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

This div background color is #EBA7FD.


Border color

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

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

This div border color is #EBA7FD.


Opacity

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

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

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

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

This text has shadow with #EBA7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA7FD on black background.


Color preview on white background

This text has color #EBA7FD on white background.



Black color preview on #EBA7FD background

This text has black color on #EBA7FD background.


White color preview on #EBA7FD background

This text has white color on #EBA7FD background.