COLOR #E3AF87

HEX: #E3AF87 RGB: (227,175,135)

Color info

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

RGB color model

#E3AF87 color RGB value is (227,175,135).

RGB: (227,175,135) (89%, 69%, 53%)

RGB channels and saturation

R 227 of 255 = 89%
G 175 of 255 = 69%
B 135 of 255 = 53%

227
175
135

R + G + B ~ 70%. #E3AF87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 175 + 135 = 537 (100%)
R 227 of 537 ~ 42.27%
G 175 of 537 ~ 32.59%
B 135 of 537 ~ 25.14'%

%42.27
%32.59
%25.14

CMYK color model

#E3AF87 color CMYK value is (0,23,41,11).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 40.53%
  • key color value is 10.98%

CMYK: (0,23,41,11)
C0M23Y41K11 (0%, 23%, 41%, 11%)
(0.00 / 0.23 / 0.41 / 0.11)

CMYK percentages

%0
%22.91
%40.53
%10.98

Codes

Color #E3AF87 in popluar color models

E3 AF 87
RGB 227 175 135
HSL 26° 62.16% 70.98%
HSB/HSV 26° 40.53% 89.02%
CMYK 0.00% 22.91% 40.53%
10.98%

Color #E3AF87 in popluar number systems.

HEX E3 AF 87
Decimal 227 175 135
Binary 11100011 10101111 10000111
Octal 343 257 207

Shades and tints

Shades of #E3AF87

#E3AF87
(227,175,135)
#CFA07B
(207,160,123)
#BB916F
(187,145,111)
#A78263
(167,130,99)
#937357
(147,115,87)
#7F644B
(127,100,75)
#6B553F
(107,85,63)
#574633
(87,70,51)
#433727
(67,55,39)
#2F281B
(47,40,27)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #E3AF87

#E3AF87
(227,175,135)
#E5B691
(229,182,145)
#E7BD9B
(231,189,155)
#E9C4A5
(233,196,165)
#EBCBAF
(235,203,175)
#EDD2B9
(237,210,185)
#EFD9C3
(239,217,195)
#F1E0CD
(241,224,205)
#F3E7D7
(243,231,215)
#F5EEE1
(245,238,225)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AF87; }

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

This text font color is #E3AF87.

Background Color

.myBgColor { background-color: #E3AF87; }

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

This div background color is #E3AF87.

Border color

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

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

This div border color is #E3AF87.

Opacity

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

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

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

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

This text has shadow with #E3AF87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3AF87.

Preview

Color preview on black background

This text has color #E3AF87 on black background.


Color preview on white background

This text has color #E3AF87 on white background.


Black color preview on #E3AF87 background

This text has black color on #E3AF87 background.


White color preview on #E3AF87 background

This text has white color on #E3AF87 background.


Related colors

Complementary color

Complementary color for #hex is #1C5078.


I love getcolorcode.com

Triadic colors

1 #87E3AF and #AF87E3 with #E3AF87 are triadic colors.

2 #87AFE3 and #AFE387 with #E3AF87 are triadic colors.