COLOR #E3A788

HEX: #E3A788
RGB: (227,167,136)

Color info

#E3A788 contains mainly red color. Web safe color of #E3A788 is #CC9999 (or #C99).

RGB color model

#E3A788 color RGB value is (227,167,136).

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

RGB channels and saturation

R 227 of 255 = 89%
G 167 of 255 = 65%
B 136 of 255 = 53%

227
167
136

R + G + B ~ 69%. #E3A788 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 167 + 136 = 530 (100%)
R 227 of 530 ~ 42.83%
G 167 of 530 ~ 31.51%
B 136 of 530 ~ 25.66%

%42.83
%31.51
%25.66

CMYK color model

#E3A788 color CMYK value is (0,26,40,11).

  • cyan value is 0.00%
  • magenta value is 26.43%
  • yellow value is 40.09%
  • key color value is 10.98%
CMYK:
(0,26,40,11)
C0M26Y40K11 
(0%,26%,40%,11%)
(0.00/0.26/0.40/0.11)	

CMYK percentages

%0
%26.43
%40.09
%10.98

Codes

Color #E3A788 in popluar color models

E3A788
RGB227167136
HSL20°61.90%71.18%
HSB/HSV20°40.09%89.02%
CMYK0.00%26.43%40.09%
10.98%

Color #E3A788 in popluar number systems.

HEXE3A788
Decimal227167136
Binary111000111010011110001000
Octal343247210

Shades and tints

Shades of #E3A788

#E3A788
(227,167,136)
#CF987C
(207,152,124)
#BB8970
(187,137,112)
#A77A64
(167,122,100)
#936B58
(147,107,88)
#7F5C4C
(127,92,76)
#6B4D40
(107,77,64)
#573E34
(87,62,52)
#432F28
(67,47,40)
#2F201C
(47,32,28)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #E3A788

#E3A788
(227,167,136)
#E5AF92
(229,175,146)
#E7B79C
(231,183,156)
#E9BFA6
(233,191,166)
#EBC7B0
(235,199,176)
#EDCFBA
(237,207,186)
#EFD7C4
(239,215,196)
#F1DFCE
(241,223,206)
#F3E7D8
(243,231,216)
#F5EFE2
(245,239,226)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3A788; }

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

This text font color is #E3A788.


Background Color

.myBgColor { background-color: #E3A788; }

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

This div background color is #E3A788.


Border color

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

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

This div border color is #E3A788.


Opacity

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

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

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

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

This text has shadow with #E3A788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A788 on black background.


Color preview on white background

This text has color #E3A788 on white background.



Black color preview on #E3A788 background

This text has black color on #E3A788 background.


White color preview on #E3A788 background

This text has white color on #E3A788 background.