COLOR #EBA3B7

HEX: #EBA3B7
RGB: (235,163,183)

Color info

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

RGB color model

#EBA3B7 color RGB value is (235,163,183).

  • red value is 235;
  • green value is 163;
  • blue value is 183.
RGB:
(235,163,183)
(92%,64%,72%)

RGB channels and saturation

R 235 of 255 = 92%
G 163 of 255 = 64%
B 183 of 255 = 72%

235
163
183

R + G + B ~ 76%. #EBA3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 163 + 183 = 581 (100%)
R 235 of 581 ~ 40.45%
G 163 of 581 ~ 28.06%
B 183 of 581 ~ 31.5%

%40.45
%28.06
%31.5

CMYK color model

#EBA3B7 color CMYK value is (0,31,22,8).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 22.13%
  • key color value is 7.84%
CMYK:
(0,31,22,8)
C0M31Y22K8 
(0%,31%,22%,8%)
(0.00/0.31/0.22/0.08)	

CMYK percentages

%0
%30.64
%22.13
%7.84

Codes

Color #EBA3B7 in popluar color models

EBA3B7
RGB235163183
HSL343°64.29%78.04%
HSB/HSV343°30.64%92.16%
CMYK0.00%30.64%22.13%
7.84%

Color #EBA3B7 in popluar number systems.

HEXEBA3B7
Decimal235163183
Binary111010111010001110110111
Octal353243267

Shades and tints

Shades of #EBA3B7

#EBA3B7
(235,163,183)
#D695A7
(214,149,167)
#C18797
(193,135,151)
#AC7987
(172,121,135)
#976B77
(151,107,119)
#825D67
(130,93,103)
#6D4F57
(109,79,87)
#584147
(88,65,71)
#433337
(67,51,55)
#2E2527
(46,37,39)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #EBA3B7

#EBA3B7
(235,163,183)
#ECABBD
(236,171,189)
#EDB3C3
(237,179,195)
#EEBBC9
(238,187,201)
#EFC3CF
(239,195,207)
#F0CBD5
(240,203,213)
#F1D3DB
(241,211,219)
#F2DBE1
(242,219,225)
#F3E3E7
(243,227,231)
#F4EBED
(244,235,237)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA3B7 color. Also use rgb(235,163,183) instead hex code.

Text Font Color

.myTextColor { color: #EBA3B7; }

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

This text font color is #EBA3B7.


Background Color

.myBgColor { background-color: #EBA3B7; }

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

This div background color is #EBA3B7.


Border color

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

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

This div border color is #EBA3B7.


Opacity

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

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

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

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

This text has shadow with #EBA3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA3B7 on black background.


Color preview on white background

This text has color #EBA3B7 on white background.



Black color preview on #EBA3B7 background

This text has black color on #EBA3B7 background.


White color preview on #EBA3B7 background

This text has white color on #EBA3B7 background.