COLOR #EBAAFD

HEX: #EBAAFD
RGB: (235,170,253)

Color info

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

RGB color model

#EBAAFD color RGB value is (235,170,253).

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

RGB channels and saturation

R 235 of 255 = 92%
G 170 of 255 = 67%
B 253 of 255 = 99%

235
170
253

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

Portions of RGB colors in percentages

R + G + B =
235 + 170 + 253 = 658 (100%)
R 235 of 658 ~ 35.71%
G 170 of 658 ~ 25.84%
B 253 of 658 ~ 38.45%

%35.71
%25.84
%38.45

CMYK color model

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

  • cyan value is 7.11%
  • magenta value is 32.81%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(7,33,0,1)
C7M33Y0K1 
(7%,33%,0%,1%)
(0.07/0.33/0.00/0.01)	

CMYK percentages

%7.11
%32.81
%0
%0.78

Codes

Color #EBAAFD in popluar color models

EBAAFD
RGB235170253
HSL287°95.40%82.94%
HSB/HSV287°32.81%99.22%
CMYK7.11%32.81%0.00%
0.78%

Color #EBAAFD in popluar number systems.

HEXEBAAFD
Decimal235170253
Binary111010111010101011111101
Octal353252375

Shades and tints

Shades of #EBAAFD

#EBAAFD
(235,170,253)
#D69BE6
(214,155,230)
#C18CCF
(193,140,207)
#AC7DB8
(172,125,184)
#976EA1
(151,110,161)
#825F8A
(130,95,138)
#6D5073
(109,80,115)
#58415C
(88,65,92)
#433245
(67,50,69)
#2E232E
(46,35,46)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #EBAAFD

#EBAAFD
(235,170,253)
#ECB1FD
(236,177,253)
#EDB8FD
(237,184,253)
#EEBFFD
(238,191,253)
#EFC6FD
(239,198,253)
#F0CDFD
(240,205,253)
#F1D4FD
(241,212,253)
#F2DBFD
(242,219,253)
#F3E2FD
(243,226,253)
#F4E9FD
(244,233,253)
#F5F0FD
(245,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAAFD; }

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

This text font color is #EBAAFD.


Background Color

.myBgColor { background-color: #EBAAFD; }

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

This div background color is #EBAAFD.


Border color

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

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

This div border color is #EBAAFD.


Opacity

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

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

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

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

This text has shadow with #EBAAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAAFD on black background.


Color preview on white background

This text has color #EBAAFD on white background.



Black color preview on #EBAAFD background

This text has black color on #EBAAFD background.


White color preview on #EBAAFD background

This text has white color on #EBAAFD background.