COLOR #E3A7AD

HEX: #E3A7AD
RGB: (227,167,173)

Color info

#E3A7AD contains mainly red and blue colors. Web safe color of #E3A7AD is #CC9999 (or #C99).

RGB color model

#E3A7AD color RGB value is (227,167,173).

  • red value is 227;
  • green value is 167;
  • blue value is 173.
RGB:
(227,167,173)
(89%,65%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 167 of 255 = 65%
B 173 of 255 = 68%

227
167
173

R + G + B ~ 74%. #E3A7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 167 + 173 = 567 (100%)
R 227 of 567 ~ 40.04%
G 167 of 567 ~ 29.45%
B 173 of 567 ~ 30.51%

%40.04
%29.45
%30.51

CMYK color model

#E3A7AD color CMYK value is (0,26,24,11).

  • cyan value is 0.00%
  • magenta value is 26.43%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(0,26,24,11)
C0M26Y24K11 
(0%,26%,24%,11%)
(0.00/0.26/0.24/0.11)	

CMYK percentages

%0
%26.43
%23.79
%10.98

Codes

Color #E3A7AD in popluar color models

E3A7AD
RGB227167173
HSL354°51.72%77.25%
HSB/HSV354°26.43%89.02%
CMYK0.00%26.43%23.79%
10.98%

Color #E3A7AD in popluar number systems.

HEXE3A7AD
Decimal227167173
Binary111000111010011110101101
Octal343247255

Shades and tints

Shades of #E3A7AD

#E3A7AD
(227,167,173)
#CF989E
(207,152,158)
#BB898F
(187,137,143)
#A77A80
(167,122,128)
#936B71
(147,107,113)
#7F5C62
(127,92,98)
#6B4D53
(107,77,83)
#573E44
(87,62,68)
#432F35
(67,47,53)
#2F2026
(47,32,38)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #E3A7AD

#E3A7AD
(227,167,173)
#E5AFB4
(229,175,180)
#E7B7BB
(231,183,187)
#E9BFC2
(233,191,194)
#EBC7C9
(235,199,201)
#EDCFD0
(237,207,208)
#EFD7D7
(239,215,215)
#F1DFDE
(241,223,222)
#F3E7E5
(243,231,229)
#F5EFEC
(245,239,236)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A7AD color. Also use rgb(227,167,173) instead hex code.

Text Font Color

.myTextColor { color: #E3A7AD; }

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

This text font color is #E3A7AD.


Background Color

.myBgColor { background-color: #E3A7AD; }

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

This div background color is #E3A7AD.


Border color

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

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

This div border color is #E3A7AD.


Opacity

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

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

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

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

This text has shadow with #E3A7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A7AD on black background.


Color preview on white background

This text has color #E3A7AD on white background.



Black color preview on #E3A7AD background

This text has black color on #E3A7AD background.


White color preview on #E3A7AD background

This text has white color on #E3A7AD background.