COLOR #EBA6A9

HEX: #EBA6A9
RGB: (235,166,169)

Color info

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

RGB color model

#EBA6A9 color RGB value is (235,166,169).

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

RGB channels and saturation

R 235 of 255 = 92%
G 166 of 255 = 65%
B 169 of 255 = 66%

235
166
169

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

Portions of RGB colors in percentages

R + G + B =
235 + 166 + 169 = 570 (100%)
R 235 of 570 ~ 41.23%
G 166 of 570 ~ 29.12%
B 169 of 570 ~ 29.65%

%41.23
%29.12
%29.65

CMYK color model

#EBA6A9 color CMYK value is (0,29,28,8).

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 28.09%
  • key color value is 7.84%
CMYK:
(0,29,28,8)
C0M29Y28K8 
(0%,29%,28%,8%)
(0.00/0.29/0.28/0.08)	

CMYK percentages

%0
%29.36
%28.09
%7.84

Codes

Color #EBA6A9 in popluar color models

EBA6A9
RGB235166169
HSL357°63.30%78.63%
HSB/HSV357°29.36%92.16%
CMYK0.00%29.36%28.09%
7.84%

Color #EBA6A9 in popluar number systems.

HEXEBA6A9
Decimal235166169
Binary111010111010011010101001
Octal353246251

Shades and tints

Shades of #EBA6A9

#EBA6A9
(235,166,169)
#D6979A
(214,151,154)
#C1888B
(193,136,139)
#AC797C
(172,121,124)
#976A6D
(151,106,109)
#825B5E
(130,91,94)
#6D4C4F
(109,76,79)
#583D40
(88,61,64)
#432E31
(67,46,49)
#2E1F22
(46,31,34)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #EBA6A9

#EBA6A9
(235,166,169)
#ECAEB0
(236,174,176)
#EDB6B7
(237,182,183)
#EEBEBE
(238,190,190)
#EFC6C5
(239,198,197)
#F0CECC
(240,206,204)
#F1D6D3
(241,214,211)
#F2DEDA
(242,222,218)
#F3E6E1
(243,230,225)
#F4EEE8
(244,238,232)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA6A9; }

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

This text font color is #EBA6A9.


Background Color

.myBgColor { background-color: #EBA6A9; }

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

This div background color is #EBA6A9.


Border color

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

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

This div border color is #EBA6A9.


Opacity

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

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

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

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

This text has shadow with #EBA6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA6A9 on black background.


Color preview on white background

This text has color #EBA6A9 on white background.



Black color preview on #EBA6A9 background

This text has black color on #EBA6A9 background.


White color preview on #EBA6A9 background

This text has white color on #EBA6A9 background.