COLOR #E9AEAA

HEX: #E9AEAA
RGB: (233,174,170)

Color info

#E9AEAA contains mainly red and green colors. Web safe color of #E9AEAA is #FF9999 (or #F99).

RGB color model

#E9AEAA color RGB value is (233,174,170).

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

RGB channels and saturation

R 233 of 255 = 91%
G 174 of 255 = 68%
B 170 of 255 = 67%

233
174
170

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

Portions of RGB colors in percentages

R + G + B =
233 + 174 + 170 = 577 (100%)
R 233 of 577 ~ 40.38%
G 174 of 577 ~ 30.16%
B 170 of 577 ~ 29.46%

%40.38
%30.16
%29.46

CMYK color model

#E9AEAA color CMYK value is (0,25,27,9).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 27.04%
  • key color value is 8.63%
CMYK:
(0,25,27,9)
C0M25Y27K9 
(0%,25%,27%,9%)
(0.00/0.25/0.27/0.09)	

CMYK percentages

%0
%25.32
%27.04
%8.63

Codes

Color #E9AEAA in popluar color models

E9AEAA
RGB233174170
HSL58.88%79.02%
HSB/HSV27.04%91.37%
CMYK0.00%25.32%27.04%
8.63%

Color #E9AEAA in popluar number systems.

HEXE9AEAA
Decimal233174170
Binary111010011010111010101010
Octal351256252

Shades and tints

Shades of #E9AEAA

#E9AEAA
(233,174,170)
#D49F9B
(212,159,155)
#BF908C
(191,144,140)
#AA817D
(170,129,125)
#95726E
(149,114,110)
#80635F
(128,99,95)
#6B5450
(107,84,80)
#564541
(86,69,65)
#413632
(65,54,50)
#2C2723
(44,39,35)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #E9AEAA

#E9AEAA
(233,174,170)
#EBB5B1
(235,181,177)
#EDBCB8
(237,188,184)
#EFC3BF
(239,195,191)
#F1CAC6
(241,202,198)
#F3D1CD
(243,209,205)
#F5D8D4
(245,216,212)
#F7DFDB
(247,223,219)
#F9E6E2
(249,230,226)
#FBEDE9
(251,237,233)
#FDF4F0
(253,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9AEAA; }

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

This text font color is #E9AEAA.


Background Color

.myBgColor { background-color: #E9AEAA; }

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

This div background color is #E9AEAA.


Border color

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

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

This div border color is #E9AEAA.


Opacity

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

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

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

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

This text has shadow with #E9AEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AEAA on black background.


Color preview on white background

This text has color #E9AEAA on white background.



Black color preview on #E9AEAA background

This text has black color on #E9AEAA background.


White color preview on #E9AEAA background

This text has white color on #E9AEAA background.