COLOR #EBAFF7

HEX: #EBAFF7
RGB: (235,175,247)

Color info

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

RGB color model

#EBAFF7 color RGB value is (235,175,247).

  • red value is 235;
  • green value is 175;
  • blue value is 247.
RGB:
(235,175,247)
(92%,69%,97%)

RGB channels and saturation

R 235 of 255 = 92%
G 175 of 255 = 69%
B 247 of 255 = 97%

235
175
247

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

Portions of RGB colors in percentages

R + G + B =
235 + 175 + 247 = 657 (100%)
R 235 of 657 ~ 35.77%
G 175 of 657 ~ 26.64%
B 247 of 657 ~ 37.6%

%35.77
%26.64
%37.6

CMYK color model

#EBAFF7 color CMYK value is (5,29,0,3).

  • cyan value is 4.86%
  • magenta value is 29.15%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(5,29,0,3)
C5M29Y0K3 
(5%,29%,0%,3%)
(0.05/0.29/0.00/0.03)	

CMYK percentages

%4.86
%29.15
%0
%3.14

Codes

Color #EBAFF7 in popluar color models

EBAFF7
RGB235175247
HSL290°81.82%82.75%
HSB/HSV290°29.15%96.86%
CMYK4.86%29.15%0.00%
3.14%

Color #EBAFF7 in popluar number systems.

HEXEBAFF7
Decimal235175247
Binary111010111010111111110111
Octal353257367

Shades and tints

Shades of #EBAFF7

#EBAFF7
(235,175,247)
#D6A0E1
(214,160,225)
#C191CB
(193,145,203)
#AC82B5
(172,130,181)
#97739F
(151,115,159)
#826489
(130,100,137)
#6D5573
(109,85,115)
#58465D
(88,70,93)
#433747
(67,55,71)
#2E2831
(46,40,49)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #EBAFF7

#EBAFF7
(235,175,247)
#ECB6F7
(236,182,247)
#EDBDF7
(237,189,247)
#EEC4F7
(238,196,247)
#EFCBF7
(239,203,247)
#F0D2F7
(240,210,247)
#F1D9F7
(241,217,247)
#F2E0F7
(242,224,247)
#F3E7F7
(243,231,247)
#F4EEF7
(244,238,247)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAFF7 color. Also use rgb(235,175,247) instead hex code.

Text Font Color

.myTextColor { color: #EBAFF7; }

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

This text font color is #EBAFF7.


Background Color

.myBgColor { background-color: #EBAFF7; }

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

This div background color is #EBAFF7.


Border color

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

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

This div border color is #EBAFF7.


Opacity

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

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

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

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

This text has shadow with #EBAFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAFF7 on black background.


Color preview on white background

This text has color #EBAFF7 on white background.



Black color preview on #EBAFF7 background

This text has black color on #EBAFF7 background.


White color preview on #EBAFF7 background

This text has white color on #EBAFF7 background.