COLOR #E7AEAD

HEX: #E7AEAD
RGB: (231,174,173)

Color info

#E7AEAD contains red, green and blue colors in about the same proportion. Web safe color of #E7AEAD is #FF9999 (or #F99).

RGB color model

#E7AEAD color RGB value is (231,174,173).

  • red value is 231;
  • green value is 174;
  • blue value is 173.
RGB:
(231,174,173)
(91%,68%,68%)

RGB channels and saturation

R 231 of 255 = 91%
G 174 of 255 = 68%
B 173 of 255 = 68%

231
174
173

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

Portions of RGB colors in percentages

R + G + B =
231 + 174 + 173 = 578 (100%)
R 231 of 578 ~ 39.97%
G 174 of 578 ~ 30.1%
B 173 of 578 ~ 29.93%

%39.97
%30.1
%29.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 25.11%
  • key color value is 9.41%
CMYK:
(0,25,25,9)
C0M25Y25K9 
(0%,25%,25%,9%)
(0.00/0.25/0.25/0.09)	

CMYK percentages

%0
%24.68
%25.11
%9.41

Codes

Color #E7AEAD in popluar color models

E7AEAD
RGB231174173
HSL54.72%79.22%
HSB/HSV25.11%90.59%
CMYK0.00%24.68%25.11%
9.41%

Color #E7AEAD in popluar number systems.

HEXE7AEAD
Decimal231174173
Binary111001111010111010101101
Octal347256255

Shades and tints

Shades of #E7AEAD

#E7AEAD
(231,174,173)
#D29F9E
(210,159,158)
#BD908F
(189,144,143)
#A88180
(168,129,128)
#937271
(147,114,113)
#7E6362
(126,99,98)
#695453
(105,84,83)
#544544
(84,69,68)
#3F3635
(63,54,53)
#2A2726
(42,39,38)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #E7AEAD

#E7AEAD
(231,174,173)
#E9B5B4
(233,181,180)
#EBBCBB
(235,188,187)
#EDC3C2
(237,195,194)
#EFCAC9
(239,202,201)
#F1D1D0
(241,209,208)
#F3D8D7
(243,216,215)
#F5DFDE
(245,223,222)
#F7E6E5
(247,230,229)
#F9EDEC
(249,237,236)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AEAD color. Also use rgb(231,174,173) instead hex code.

Text Font Color

.myTextColor { color: #E7AEAD; }

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

This text font color is #E7AEAD.


Background Color

.myBgColor { background-color: #E7AEAD; }

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

This div background color is #E7AEAD.


Border color

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

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

This div border color is #E7AEAD.


Opacity

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

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

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

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

This text has shadow with #E7AEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AEAD on black background.


Color preview on white background

This text has color #E7AEAD on white background.



Black color preview on #E7AEAD background

This text has black color on #E7AEAD background.


White color preview on #E7AEAD background

This text has white color on #E7AEAD background.