COLOR #E3A993

HEX: #E3A993 RGB: (227,169,147)

Color info

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

RGB color model

#E3A993 color RGB value is (227,169,147).

RGB: (227,169,147) (89%, 66%, 58%)

RGB channels and saturation

R 227 of 255 = 89%
G 169 of 255 = 66%
B 147 of 255 = 58%

227
169
147

R + G + B ~ 71%. #E3A993 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 169 + 147 = 543 (100%)
R 227 of 543 ~ 41.8%
G 169 of 543 ~ 31.12%
B 147 of 543 ~ 27.07'%

%41.8
%31.12
%27.07

CMYK color model

#E3A993 color CMYK value is (0,26,35,11).

  • cyan value is 0.00%
  • magenta value is 25.55%
  • yellow value is 35.24%
  • key color value is 10.98%

CMYK: (0,26,35,11)
C0M26Y35K11 (0%, 26%, 35%, 11%)
(0.00 / 0.26 / 0.35 / 0.11)

CMYK percentages

%0
%25.55
%35.24
%10.98

Codes

Color #E3A993 in popluar color models

E3 A9 93
RGB 227 169 147
HSL 17° 58.82% 73.33%
HSB/HSV 17° 35.24% 89.02%
CMYK 0.00% 25.55% 35.24%
10.98%

Color #E3A993 in popluar number systems.

HEX E3 A9 93
Decimal 227 169 147
Binary 11100011 10101001 10010011
Octal 343 251 223

Shades and tints

Shades of #E3A993

#E3A993
(227,169,147)
#CF9A86
(207,154,134)
#BB8B79
(187,139,121)
#A77C6C
(167,124,108)
#936D5F
(147,109,95)
#7F5E52
(127,94,82)
#6B4F45
(107,79,69)
#574038
(87,64,56)
#43312B
(67,49,43)
#2F221E
(47,34,30)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #E3A993

#E3A993
(227,169,147)
#E5B09C
(229,176,156)
#E7B7A5
(231,183,165)
#E9BEAE
(233,190,174)
#EBC5B7
(235,197,183)
#EDCCC0
(237,204,192)
#EFD3C9
(239,211,201)
#F1DAD2
(241,218,210)
#F3E1DB
(243,225,219)
#F5E8E4
(245,232,228)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A993 color. Also use rgb(227,169,147) instead hex code.

Text Font Color

.myTextColor { color: #E3A993; }

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

This text font color is #E3A993.

Background Color

.myBgColor { background-color: #E3A993; }

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

This div background color is #E3A993.

Border color

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

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

This div border color is #E3A993.

Opacity

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

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

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

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

This text has shadow with #E3A993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3A993.

Preview

Color preview on black background

This text has color #E3A993 on black background.


Color preview on white background

This text has color #E3A993 on white background.


Black color preview on #E3A993 background

This text has black color on #E3A993 background.


White color preview on #E3A993 background

This text has white color on #E3A993 background.


Related colors

Complementary color

Complementary color for #hex is #1C566C.


I love getcolorcode.com

Triadic colors

1 #93E3A9 and #A993E3 with #E3A993 are triadic colors.

2 #93A9E3 and #A9E393 with #E3A993 are triadic colors.