COLOR #E3A4AF

HEX: #E3A4AF RGB: (227,164,175)

Color info

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

RGB color model

#E3A4AF color RGB value is (227,164,175).

RGB: (227,164,175) (89%, 64%, 69%)

RGB channels and saturation

R 227 of 255 = 89%
G 164 of 255 = 64%
B 175 of 255 = 69%

227
164
175

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

Portions of RGB colors in percentages

R + G + B = 227 + 164 + 175 = 566 (100%)
R 227 of 566 ~ 40.11%
G 164 of 566 ~ 28.98%
B 175 of 566 ~ 30.92'%

%40.11
%28.98
%30.92

CMYK color model

#E3A4AF color CMYK value is (0,28,23,11).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 22.91%
  • key color value is 10.98%
CMYK: (0,28,23,11) C0M28Y23K11 (0%,28%,23%,11%) (0.00/0.28/0.23/0.11) 

CMYK percentages

%0
%27.75
%22.91
%10.98

Codes

Color #E3A4AF in popluar color models

E3 A4 AF
RGB 227 164 175
HSL 350° 52.94% 76.67%
HSB/HSV 350° 27.75% 89.02%
CMYK 0.00% 27.75% 22.91%
10.98%

Color #E3A4AF in popluar number systems.

HEX E3 A4 AF
Decimal 227 164 175
Binary 11100011 10100100 10101111
Octal 343 244 257

Shades and tints

Shades of #E3A4AF

#E3A4AF
(227,164,175)
#CF96A0
(207,150,160)
#BB8891
(187,136,145)
#A77A82
(167,122,130)
#936C73
(147,108,115)
#7F5E64
(127,94,100)
#6B5055
(107,80,85)
#574246
(87,66,70)
#433437
(67,52,55)
#2F2628
(47,38,40)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #E3A4AF

#E3A4AF
(227,164,175)
#E5ACB6
(229,172,182)
#E7B4BD
(231,180,189)
#E9BCC4
(233,188,196)
#EBC4CB
(235,196,203)
#EDCCD2
(237,204,210)
#EFD4D9
(239,212,217)
#F1DCE0
(241,220,224)
#F3E4E7
(243,228,231)
#F5ECEE
(245,236,238)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A4AF color. Also use rgb(227,164,175) instead hex code.

Text Font Color

.myTextColor { color: #E3A4AF; }

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

This text font color is #E3A4AF.

Background Color

.myBgColor { background-color: #E3A4AF; }

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

This div background color is #E3A4AF.

Border color

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

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

This div border color is #E3A4AF.

Opacity

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

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

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

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

This text has shadow with #E3A4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3A4AF.

Preview

Color preview on black background

This text has color #E3A4AF on black background.


Color preview on white background

This text has color #E3A4AF on white background.


Black color preview on #E3A4AF background

This text has black color on #E3A4AF background.


White color preview on #E3A4AF background

This text has white color on #E3A4AF background.


Related colors

Complementary color

Complementary color for #hex is #1C5B50.


I love getcolorcode.com

Triadic colors

1 #AFE3A4 and #A4AFE3 with #E3A4AF are triadic colors.

2 #AFA4E3 and #A4E3AF with #E3A4AF are triadic colors.