COLOR #EBAAFE

HEX: #EBAAFE
RGB: (235,170,254)

Color info

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

RGB color model

#EBAAFE color RGB value is (235,170,254).

  • red value is 235;
  • green value is 170;
  • blue value is 254.
RGB:
(235,170,254)
(92%,67%,100%)

RGB channels and saturation

R 235 of 255 = 92%
G 170 of 255 = 67%
B 254 of 255 = 100%

235
170
254

R + G + B ~ 86%. #EBAAFE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 170 + 254 = 659 (100%)
R 235 of 659 ~ 35.66%
G 170 of 659 ~ 25.8%
B 254 of 659 ~ 38.54%

%35.66
%25.8
%38.54

CMYK color model

#EBAAFE color CMYK value is (7,33,0,0).

  • cyan value is 7.48%
  • magenta value is 33.07%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,33,0,0)
C7M33Y0K0 
(7%,33%,0%,0%)
(0.07/0.33/0.00/0.00)	

CMYK percentages

%7.48
%33.07
%0
%0.39

Codes

Color #EBAAFE in popluar color models

EBAAFE
RGB235170254
HSL286°97.67%83.14%
HSB/HSV286°33.07%99.61%
CMYK7.48%33.07%0.00%
0.39%

Color #EBAAFE in popluar number systems.

HEXEBAAFE
Decimal235170254
Binary111010111010101011111110
Octal353252376

Shades and tints

Shades of #EBAAFE

#EBAAFE
(235,170,254)
#D69BE7
(214,155,231)
#C18CD0
(193,140,208)
#AC7DB9
(172,125,185)
#976EA2
(151,110,162)
#825F8B
(130,95,139)
#6D5074
(109,80,116)
#58415D
(88,65,93)
#433246
(67,50,70)
#2E232F
(46,35,47)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #EBAAFE

#EBAAFE
(235,170,254)
#ECB1FE
(236,177,254)
#EDB8FE
(237,184,254)
#EEBFFE
(238,191,254)
#EFC6FE
(239,198,254)
#F0CDFE
(240,205,254)
#F1D4FE
(241,212,254)
#F2DBFE
(242,219,254)
#F3E2FE
(243,226,254)
#F4E9FE
(244,233,254)
#F5F0FE
(245,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAAFE color. Also use rgb(235,170,254) instead hex code.

Text Font Color

.myTextColor { color: #EBAAFE; }

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

This text font color is #EBAAFE.


Background Color

.myBgColor { background-color: #EBAAFE; }

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

This div background color is #EBAAFE.


Border color

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

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

This div border color is #EBAAFE.


Opacity

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

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

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

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

This text has shadow with #EBAAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAAFE on black background.


Color preview on white background

This text has color #EBAAFE on white background.



Black color preview on #EBAAFE background

This text has black color on #EBAAFE background.


White color preview on #EBAAFE background

This text has white color on #EBAAFE background.