COLOR #E5ACAC

HEX: #E5ACAC
RGB: (229,172,172)

Color info

#E5ACAC contains red, green and blue colors in about the same proportion. Web safe color of #E5ACAC is #CC9999 (or #C99).

RGB color model

#E5ACAC color RGB value is (229,172,172).

  • red value is 229;
  • green value is 172;
  • blue value is 172.
RGB:
(229,172,172)
(90%,67%,67%)

RGB channels and saturation

R 229 of 255 = 90%
G 172 of 255 = 67%
B 172 of 255 = 67%

229
172
172

R + G + B ~ 75%. #E5ACAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 172 + 172 = 573 (100%)
R 229 of 573 ~ 39.97%
G 172 of 573 ~ 30.02%
B 172 of 573 ~ 30.02%

%39.97
%30.02
%30.02

CMYK color model

#E5ACAC color CMYK value is (0,25,25,10).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 24.89%
  • key color value is 10.20%
CMYK:
(0,25,25,10)
C0M25Y25K10 
(0%,25%,25%,10%)
(0.00/0.25/0.25/0.10)	

CMYK percentages

%0
%24.89
%24.89
%10.2

Codes

Color #E5ACAC in popluar color models

E5ACAC
RGB229172172
HSL52.29%78.63%
HSB/HSV24.89%89.80%
CMYK0.00%24.89%24.89%
10.20%

Color #E5ACAC in popluar number systems.

HEXE5ACAC
Decimal229172172
Binary111001011010110010101100
Octal345254254

Shades and tints

Shades of #E5ACAC

#E5ACAC
(229,172,172)
#D19D9D
(209,157,157)
#BD8E8E
(189,142,142)
#A97F7F
(169,127,127)
#957070
(149,112,112)
#816161
(129,97,97)
#6D5252
(109,82,82)
#594343
(89,67,67)
#453434
(69,52,52)
#312525
(49,37,37)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E5ACAC

#E5ACAC
(229,172,172)
#E7B3B3
(231,179,179)
#E9BABA
(233,186,186)
#EBC1C1
(235,193,193)
#EDC8C8
(237,200,200)
#EFCFCF
(239,207,207)
#F1D6D6
(241,214,214)
#F3DDDD
(243,221,221)
#F5E4E4
(245,228,228)
#F7EBEB
(247,235,235)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ACAC color. Also use rgb(229,172,172) instead hex code.

Text Font Color

.myTextColor { color: #E5ACAC; }

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

This text font color is #E5ACAC.


Background Color

.myBgColor { background-color: #E5ACAC; }

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

This div background color is #E5ACAC.


Border color

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

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

This div border color is #E5ACAC.


Opacity

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

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

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

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

This text has shadow with #E5ACAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ACAC on black background.


Color preview on white background

This text has color #E5ACAC on white background.



Black color preview on #E5ACAC background

This text has black color on #E5ACAC background.


White color preview on #E5ACAC background

This text has white color on #E5ACAC background.