COLOR #EBAEB5

HEX: #EBAEB5
RGB: (235,174,181)

Color info

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

RGB color model

#EBAEB5 color RGB value is (235,174,181).

  • red value is 235;
  • green value is 174;
  • blue value is 181.
RGB:
(235,174,181)
(92%,68%,71%)

RGB channels and saturation

R 235 of 255 = 92%
G 174 of 255 = 68%
B 181 of 255 = 71%

235
174
181

R + G + B ~ 77%. #EBAEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 174 + 181 = 590 (100%)
R 235 of 590 ~ 39.83%
G 174 of 590 ~ 29.49%
B 181 of 590 ~ 30.68%

%39.83
%29.49
%30.68

CMYK color model

#EBAEB5 color CMYK value is (0,26,23,8).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 22.98%
  • key color value is 7.84%
CMYK:
(0,26,23,8)
C0M26Y23K8 
(0%,26%,23%,8%)
(0.00/0.26/0.23/0.08)	

CMYK percentages

%0
%25.96
%22.98
%7.84

Codes

Color #EBAEB5 in popluar color models

EBAEB5
RGB235174181
HSL353°60.40%80.20%
HSB/HSV353°25.96%92.16%
CMYK0.00%25.96%22.98%
7.84%

Color #EBAEB5 in popluar number systems.

HEXEBAEB5
Decimal235174181
Binary111010111010111010110101
Octal353256265

Shades and tints

Shades of #EBAEB5

#EBAEB5
(235,174,181)
#D69FA5
(214,159,165)
#C19095
(193,144,149)
#AC8185
(172,129,133)
#977275
(151,114,117)
#826365
(130,99,101)
#6D5455
(109,84,85)
#584545
(88,69,69)
#433635
(67,54,53)
#2E2725
(46,39,37)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #EBAEB5

#EBAEB5
(235,174,181)
#ECB5BB
(236,181,187)
#EDBCC1
(237,188,193)
#EEC3C7
(238,195,199)
#EFCACD
(239,202,205)
#F0D1D3
(240,209,211)
#F1D8D9
(241,216,217)
#F2DFDF
(242,223,223)
#F3E6E5
(243,230,229)
#F4EDEB
(244,237,235)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAEB5 color. Also use rgb(235,174,181) instead hex code.

Text Font Color

.myTextColor { color: #EBAEB5; }

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

This text font color is #EBAEB5.


Background Color

.myBgColor { background-color: #EBAEB5; }

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

This div background color is #EBAEB5.


Border color

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

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

This div border color is #EBAEB5.


Opacity

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

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

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

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

This text has shadow with #EBAEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAEB5 on black background.


Color preview on white background

This text has color #EBAEB5 on white background.



Black color preview on #EBAEB5 background

This text has black color on #EBAEB5 background.


White color preview on #EBAEB5 background

This text has white color on #EBAEB5 background.