COLOR #EBA7EA

HEX: #EBA7EA
RGB: (235,167,234)

Color info

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

RGB color model

#EBA7EA color RGB value is (235,167,234).

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

RGB channels and saturation

R 235 of 255 = 92%
G 167 of 255 = 65%
B 234 of 255 = 92%

235
167
234

R + G + B ~ 83%. #EBA7EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 167 + 234 = 636 (100%)
R 235 of 636 ~ 36.95%
G 167 of 636 ~ 26.26%
B 234 of 636 ~ 36.79%

%36.95
%26.26
%36.79

CMYK color model

#EBA7EA color CMYK value is (0,29,0,8).

  • cyan value is 0.00%
  • magenta value is 28.94%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(0,29,0,8)
C0M29Y0K8 
(0%,29%,0%,8%)
(0.00/0.29/0.00/0.08)	

CMYK percentages

%0
%28.94
%0.43
%7.84

Codes

Color #EBA7EA in popluar color models

EBA7EA
RGB235167234
HSL301°62.96%78.82%
HSB/HSV301°28.94%92.16%
CMYK0.00%28.94%0.43%
7.84%

Color #EBA7EA in popluar number systems.

HEXEBA7EA
Decimal235167234
Binary111010111010011111101010
Octal353247352

Shades and tints

Shades of #EBA7EA

#EBA7EA
(235,167,234)
#D698D5
(214,152,213)
#C189C0
(193,137,192)
#AC7AAB
(172,122,171)
#976B96
(151,107,150)
#825C81
(130,92,129)
#6D4D6C
(109,77,108)
#583E57
(88,62,87)
#432F42
(67,47,66)
#2E202D
(46,32,45)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #EBA7EA

#EBA7EA
(235,167,234)
#ECAFEB
(236,175,235)
#EDB7EC
(237,183,236)
#EEBFED
(238,191,237)
#EFC7EE
(239,199,238)
#F0CFEF
(240,207,239)
#F1D7F0
(241,215,240)
#F2DFF1
(242,223,241)
#F3E7F2
(243,231,242)
#F4EFF3
(244,239,243)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA7EA; }

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

This text font color is #EBA7EA.


Background Color

.myBgColor { background-color: #EBA7EA; }

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

This div background color is #EBA7EA.


Border color

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

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

This div border color is #EBA7EA.


Opacity

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

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

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

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

This text has shadow with #EBA7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA7EA on black background.


Color preview on white background

This text has color #EBA7EA on white background.



Black color preview on #EBA7EA background

This text has black color on #EBA7EA background.


White color preview on #EBA7EA background

This text has white color on #EBA7EA background.