COLOR #EBAEAA

HEX: #EBAEAA
RGB: (235,174,170)

Color info

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

RGB color model

#EBAEAA color RGB value is (235,174,170).

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

RGB channels and saturation

R 235 of 255 = 92%
G 174 of 255 = 68%
B 170 of 255 = 67%

235
174
170

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

Portions of RGB colors in percentages

R + G + B =
235 + 174 + 170 = 579 (100%)
R 235 of 579 ~ 40.59%
G 174 of 579 ~ 30.05%
B 170 of 579 ~ 29.36%

%40.59
%30.05
%29.36

CMYK color model

#EBAEAA color CMYK value is (0,26,28,8).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 27.66%
  • key color value is 7.84%
CMYK:
(0,26,28,8)
C0M26Y28K8 
(0%,26%,28%,8%)
(0.00/0.26/0.28/0.08)	

CMYK percentages

%0
%25.96
%27.66
%7.84

Codes

Color #EBAEAA in popluar color models

EBAEAA
RGB235174170
HSL61.90%79.41%
HSB/HSV27.66%92.16%
CMYK0.00%25.96%27.66%
7.84%

Color #EBAEAA in popluar number systems.

HEXEBAEAA
Decimal235174170
Binary111010111010111010101010
Octal353256252

Shades and tints

Shades of #EBAEAA

#EBAEAA
(235,174,170)
#D69F9B
(214,159,155)
#C1908C
(193,144,140)
#AC817D
(172,129,125)
#97726E
(151,114,110)
#82635F
(130,99,95)
#6D5450
(109,84,80)
#584541
(88,69,65)
#433632
(67,54,50)
#2E2723
(46,39,35)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #EBAEAA

#EBAEAA
(235,174,170)
#ECB5B1
(236,181,177)
#EDBCB8
(237,188,184)
#EEC3BF
(238,195,191)
#EFCAC6
(239,202,198)
#F0D1CD
(240,209,205)
#F1D8D4
(241,216,212)
#F2DFDB
(242,223,219)
#F3E6E2
(243,230,226)
#F4EDE9
(244,237,233)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAEAA; }

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

This text font color is #EBAEAA.


Background Color

.myBgColor { background-color: #EBAEAA; }

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

This div background color is #EBAEAA.


Border color

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

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

This div border color is #EBAEAA.


Opacity

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

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

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

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

This text has shadow with #EBAEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAEAA on black background.


Color preview on white background

This text has color #EBAEAA on white background.



Black color preview on #EBAEAA background

This text has black color on #EBAEAA background.


White color preview on #EBAEAA background

This text has white color on #EBAEAA background.