COLOR #EBA4B4

HEX: #EBA4B4
RGB: (235,164,180)

Color info

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

RGB color model

#EBA4B4 color RGB value is (235,164,180).

  • red value is 235;
  • green value is 164;
  • blue value is 180.
RGB:
(235,164,180)
(92%,64%,71%)

RGB channels and saturation

R 235 of 255 = 92%
G 164 of 255 = 64%
B 180 of 255 = 71%

235
164
180

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

Portions of RGB colors in percentages

R + G + B =
235 + 164 + 180 = 579 (100%)
R 235 of 579 ~ 40.59%
G 164 of 579 ~ 28.32%
B 180 of 579 ~ 31.09%

%40.59
%28.32
%31.09

CMYK color model

#EBA4B4 color CMYK value is (0,30,23,8).

  • cyan value is 0.00%
  • magenta value is 30.21%
  • yellow value is 23.40%
  • key color value is 7.84%
CMYK:
(0,30,23,8)
C0M30Y23K8 
(0%,30%,23%,8%)
(0.00/0.30/0.23/0.08)	

CMYK percentages

%0
%30.21
%23.4
%7.84

Codes

Color #EBA4B4 in popluar color models

EBA4B4
RGB235164180
HSL346°63.96%78.24%
HSB/HSV346°30.21%92.16%
CMYK0.00%30.21%23.40%
7.84%

Color #EBA4B4 in popluar number systems.

HEXEBA4B4
Decimal235164180
Binary111010111010010010110100
Octal353244264

Shades and tints

Shades of #EBA4B4

#EBA4B4
(235,164,180)
#D696A4
(214,150,164)
#C18894
(193,136,148)
#AC7A84
(172,122,132)
#976C74
(151,108,116)
#825E64
(130,94,100)
#6D5054
(109,80,84)
#584244
(88,66,68)
#433434
(67,52,52)
#2E2624
(46,38,36)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #EBA4B4

#EBA4B4
(235,164,180)
#ECACBA
(236,172,186)
#EDB4C0
(237,180,192)
#EEBCC6
(238,188,198)
#EFC4CC
(239,196,204)
#F0CCD2
(240,204,210)
#F1D4D8
(241,212,216)
#F2DCDE
(242,220,222)
#F3E4E4
(243,228,228)
#F4ECEA
(244,236,234)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA4B4 color. Also use rgb(235,164,180) instead hex code.

Text Font Color

.myTextColor { color: #EBA4B4; }

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

This text font color is #EBA4B4.


Background Color

.myBgColor { background-color: #EBA4B4; }

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

This div background color is #EBA4B4.


Border color

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

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

This div border color is #EBA4B4.


Opacity

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

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

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

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

This text has shadow with #EBA4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA4B4 on black background.


Color preview on white background

This text has color #EBA4B4 on white background.



Black color preview on #EBA4B4 background

This text has black color on #EBA4B4 background.


White color preview on #EBA4B4 background

This text has white color on #EBA4B4 background.