COLOR #EBA8D7

HEX: #EBA8D7
RGB: (235,168,215)

Color info

#EBA8D7 contains mainly red and blue colors. Web safe color of #EBA8D7 is #FF99CC (or #F9C).

RGB color model

#EBA8D7 color RGB value is (235,168,215).

  • red value is 235;
  • green value is 168;
  • blue value is 215.
RGB:
(235,168,215)
(92%,66%,84%)

RGB channels and saturation

R 235 of 255 = 92%
G 168 of 255 = 66%
B 215 of 255 = 84%

235
168
215

R + G + B ~ 81%. #EBA8D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 168 + 215 = 618 (100%)
R 235 of 618 ~ 38.03%
G 168 of 618 ~ 27.18%
B 215 of 618 ~ 34.79%

%38.03
%27.18
%34.79

CMYK color model

#EBA8D7 color CMYK value is (0,29,9,8).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 8.51%
  • key color value is 7.84%
CMYK:
(0,29,9,8)
C0M29Y9K8 
(0%,29%,9%,8%)
(0.00/0.29/0.09/0.08)	

CMYK percentages

%0
%28.51
%8.51
%7.84

Codes

Color #EBA8D7 in popluar color models

EBA8D7
RGB235168215
HSL318°62.62%79.02%
HSB/HSV318°28.51%92.16%
CMYK0.00%28.51%8.51%
7.84%

Color #EBA8D7 in popluar number systems.

HEXEBA8D7
Decimal235168215
Binary111010111010100011010111
Octal353250327

Shades and tints

Shades of #EBA8D7

#EBA8D7
(235,168,215)
#D699C4
(214,153,196)
#C18AB1
(193,138,177)
#AC7B9E
(172,123,158)
#976C8B
(151,108,139)
#825D78
(130,93,120)
#6D4E65
(109,78,101)
#583F52
(88,63,82)
#43303F
(67,48,63)
#2E212C
(46,33,44)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #EBA8D7

#EBA8D7
(235,168,215)
#ECAFDA
(236,175,218)
#EDB6DD
(237,182,221)
#EEBDE0
(238,189,224)
#EFC4E3
(239,196,227)
#F0CBE6
(240,203,230)
#F1D2E9
(241,210,233)
#F2D9EC
(242,217,236)
#F3E0EF
(243,224,239)
#F4E7F2
(244,231,242)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA8D7 color. Also use rgb(235,168,215) instead hex code.

Text Font Color

.myTextColor { color: #EBA8D7; }

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

This text font color is #EBA8D7.


Background Color

.myBgColor { background-color: #EBA8D7; }

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

This div background color is #EBA8D7.


Border color

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

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

This div border color is #EBA8D7.


Opacity

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

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

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

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

This text has shadow with #EBA8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA8D7 on black background.


Color preview on white background

This text has color #EBA8D7 on white background.



Black color preview on #EBA8D7 background

This text has black color on #EBA8D7 background.


White color preview on #EBA8D7 background

This text has white color on #EBA8D7 background.