COLOR #EBAFE7

HEX: #EBAFE7
RGB: (235,175,231)

Color info

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

RGB color model

#EBAFE7 color RGB value is (235,175,231).

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

RGB channels and saturation

R 235 of 255 = 92%
G 175 of 255 = 69%
B 231 of 255 = 91%

235
175
231

R + G + B ~ 84%. #EBAFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 175 + 231 = 641 (100%)
R 235 of 641 ~ 36.66%
G 175 of 641 ~ 27.3%
B 231 of 641 ~ 36.04%

%36.66
%27.3
%36.04

CMYK color model

#EBAFE7 color CMYK value is (0,26,2,8).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(0,26,2,8)
C0M26Y2K8 
(0%,26%,2%,8%)
(0.00/0.26/0.02/0.08)	

CMYK percentages

%0
%25.53
%1.7
%7.84

Codes

Color #EBAFE7 in popluar color models

EBAFE7
RGB235175231
HSL304°60.00%80.39%
HSB/HSV304°25.53%92.16%
CMYK0.00%25.53%1.70%
7.84%

Color #EBAFE7 in popluar number systems.

HEXEBAFE7
Decimal235175231
Binary111010111010111111100111
Octal353257347

Shades and tints

Shades of #EBAFE7

#EBAFE7
(235,175,231)
#D6A0D2
(214,160,210)
#C191BD
(193,145,189)
#AC82A8
(172,130,168)
#977393
(151,115,147)
#82647E
(130,100,126)
#6D5569
(109,85,105)
#584654
(88,70,84)
#43373F
(67,55,63)
#2E282A
(46,40,42)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #EBAFE7

#EBAFE7
(235,175,231)
#ECB6E9
(236,182,233)
#EDBDEB
(237,189,235)
#EEC4ED
(238,196,237)
#EFCBEF
(239,203,239)
#F0D2F1
(240,210,241)
#F1D9F3
(241,217,243)
#F2E0F5
(242,224,245)
#F3E7F7
(243,231,247)
#F4EEF9
(244,238,249)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAFE7; }

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

This text font color is #EBAFE7.


Background Color

.myBgColor { background-color: #EBAFE7; }

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

This div background color is #EBAFE7.


Border color

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

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

This div border color is #EBAFE7.


Opacity

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

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

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

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

This text has shadow with #EBAFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAFE7 on black background.


Color preview on white background

This text has color #EBAFE7 on white background.



Black color preview on #EBAFE7 background

This text has black color on #EBAFE7 background.


White color preview on #EBAFE7 background

This text has white color on #EBAFE7 background.