COLOR #EBA9A4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
169
164

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

Portions of RGB colors in percentages

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

%41.37
%29.75
%28.87

CMYK color model

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

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

CMYK percentages

%0
%28.09
%30.21
%7.84

Codes

Color #EBA9A4 in popluar color models

EBA9A4
RGB235169164
HSL63.96%78.24%
HSB/HSV30.21%92.16%
CMYK0.00%28.09%30.21%
7.84%

Color #EBA9A4 in popluar number systems.

HEXEBA9A4
Decimal235169164
Binary111010111010100110100100
Octal353251244

Shades and tints

Shades of #EBA9A4

#EBA9A4
(235,169,164)
#D69A96
(214,154,150)
#C18B88
(193,139,136)
#AC7C7A
(172,124,122)
#976D6C
(151,109,108)
#825E5E
(130,94,94)
#6D4F50
(109,79,80)
#584042
(88,64,66)
#433134
(67,49,52)
#2E2226
(46,34,38)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #EBA9A4

#EBA9A4
(235,169,164)
#ECB0AC
(236,176,172)
#EDB7B4
(237,183,180)
#EEBEBC
(238,190,188)
#EFC5C4
(239,197,196)
#F0CCCC
(240,204,204)
#F1D3D4
(241,211,212)
#F2DADC
(242,218,220)
#F3E1E4
(243,225,228)
#F4E8EC
(244,232,236)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA9A4; }

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

This text font color is #EBA9A4.


Background Color

.myBgColor { background-color: #EBA9A4; }

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

This div background color is #EBA9A4.


Border color

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

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

This div border color is #EBA9A4.


Opacity

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

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

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

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

This text has shadow with #EBA9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA9A4 on black background.


Color preview on white background

This text has color #EBA9A4 on white background.



Black color preview on #EBA9A4 background

This text has black color on #EBA9A4 background.


White color preview on #EBA9A4 background

This text has white color on #EBA9A4 background.