COLOR #EBA4A9

HEX: #EBA4A9
RGB: (235,164,169)

Color info

#EBA4A9 contains mainly red color. Web safe color of #EBA4A9 is #FF9999 (or #F99).

RGB color model

#EBA4A9 color RGB value is (235,164,169).

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

RGB channels and saturation

R 235 of 255 = 92%
G 164 of 255 = 64%
B 169 of 255 = 66%

235
164
169

R + G + B ~ 74%. #EBA4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 164 + 169 = 568 (100%)
R 235 of 568 ~ 41.37%
G 164 of 568 ~ 28.87%
B 169 of 568 ~ 29.75%

%41.37
%28.87
%29.75

CMYK color model

#EBA4A9 color CMYK value is (0,30,28,8).

  • cyan value is 0.00%
  • magenta value is 30.21%
  • yellow value is 28.09%
  • key color value is 7.84%
CMYK:
(0,30,28,8)
C0M30Y28K8 
(0%,30%,28%,8%)
(0.00/0.30/0.28/0.08)	

CMYK percentages

%0
%30.21
%28.09
%7.84

Codes

Color #EBA4A9 in popluar color models

EBA4A9
RGB235164169
HSL356°63.96%78.24%
HSB/HSV356°30.21%92.16%
CMYK0.00%30.21%28.09%
7.84%

Color #EBA4A9 in popluar number systems.

HEXEBA4A9
Decimal235164169
Binary111010111010010010101001
Octal353244251

Shades and tints

Shades of #EBA4A9

#EBA4A9
(235,164,169)
#D6969A
(214,150,154)
#C1888B
(193,136,139)
#AC7A7C
(172,122,124)
#976C6D
(151,108,109)
#825E5E
(130,94,94)
#6D504F
(109,80,79)
#584240
(88,66,64)
#433431
(67,52,49)
#2E2622
(46,38,34)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #EBA4A9

#EBA4A9
(235,164,169)
#ECACB0
(236,172,176)
#EDB4B7
(237,180,183)
#EEBCBE
(238,188,190)
#EFC4C5
(239,196,197)
#F0CCCC
(240,204,204)
#F1D4D3
(241,212,211)
#F2DCDA
(242,220,218)
#F3E4E1
(243,228,225)
#F4ECE8
(244,236,232)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA4A9; }

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

This text font color is #EBA4A9.


Background Color

.myBgColor { background-color: #EBA4A9; }

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

This div background color is #EBA4A9.


Border color

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

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

This div border color is #EBA4A9.


Opacity

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

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

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

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

This text has shadow with #EBA4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA4A9 on black background.


Color preview on white background

This text has color #EBA4A9 on white background.



Black color preview on #EBA4A9 background

This text has black color on #EBA4A9 background.


White color preview on #EBA4A9 background

This text has white color on #EBA4A9 background.