COLOR #EBA9F6

HEX: #EBA9F6
RGB: (235,169,246)

Color info

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

RGB color model

#EBA9F6 color RGB value is (235,169,246).

  • red value is 235;
  • green value is 169;
  • blue value is 246.
RGB:
(235,169,246)
(92%,66%,96%)

RGB channels and saturation

R 235 of 255 = 92%
G 169 of 255 = 66%
B 246 of 255 = 96%

235
169
246

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

Portions of RGB colors in percentages

R + G + B =
235 + 169 + 246 = 650 (100%)
R 235 of 650 ~ 36.15%
G 169 of 650 ~ 26%
B 246 of 650 ~ 37.85%

%36.15
%26
%37.85

CMYK color model

#EBA9F6 color CMYK value is (4,31,0,4).

  • cyan value is 4.47%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(4,31,0,4)
C4M31Y0K4 
(4%,31%,0%,4%)
(0.04/0.31/0.00/0.04)	

CMYK percentages

%4.47
%31.3
%0
%3.53

Codes

Color #EBA9F6 in popluar color models

EBA9F6
RGB235169246
HSL291°81.05%81.37%
HSB/HSV291°31.30%96.47%
CMYK4.47%31.30%0.00%
3.53%

Color #EBA9F6 in popluar number systems.

HEXEBA9F6
Decimal235169246
Binary111010111010100111110110
Octal353251366

Shades and tints

Shades of #EBA9F6

#EBA9F6
(235,169,246)
#D69AE0
(214,154,224)
#C18BCA
(193,139,202)
#AC7CB4
(172,124,180)
#976D9E
(151,109,158)
#825E88
(130,94,136)
#6D4F72
(109,79,114)
#58405C
(88,64,92)
#433146
(67,49,70)
#2E2230
(46,34,48)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #EBA9F6

#EBA9F6
(235,169,246)
#ECB0F6
(236,176,246)
#EDB7F6
(237,183,246)
#EEBEF6
(238,190,246)
#EFC5F6
(239,197,246)
#F0CCF6
(240,204,246)
#F1D3F6
(241,211,246)
#F2DAF6
(242,218,246)
#F3E1F6
(243,225,246)
#F4E8F6
(244,232,246)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA9F6 color. Also use rgb(235,169,246) instead hex code.

Text Font Color

.myTextColor { color: #EBA9F6; }

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

This text font color is #EBA9F6.


Background Color

.myBgColor { background-color: #EBA9F6; }

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

This div background color is #EBA9F6.


Border color

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

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

This div border color is #EBA9F6.


Opacity

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

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

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

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

This text has shadow with #EBA9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA9F6 on black background.


Color preview on white background

This text has color #EBA9F6 on white background.



Black color preview on #EBA9F6 background

This text has black color on #EBA9F6 background.


White color preview on #EBA9F6 background

This text has white color on #EBA9F6 background.