COLOR #E3AB8C

HEX: #E3AB8C
RGB: (227,171,140)

Color info

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

RGB color model

#E3AB8C color RGB value is (227,171,140).

  • red value is 227;
  • green value is 171;
  • blue value is 140.
RGB:
(227,171,140)
(89%,67%,55%)

RGB channels and saturation

R 227 of 255 = 89%
G 171 of 255 = 67%
B 140 of 255 = 55%

227
171
140

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

Portions of RGB colors in percentages

R + G + B =
227 + 171 + 140 = 538 (100%)
R 227 of 538 ~ 42.19%
G 171 of 538 ~ 31.78%
B 140 of 538 ~ 26.02%

%42.19
%31.78
%26.02

CMYK color model

#E3AB8C color CMYK value is (0,25,38,11).

  • cyan value is 0.00%
  • magenta value is 24.67%
  • yellow value is 38.33%
  • key color value is 10.98%
CMYK:
(0,25,38,11)
C0M25Y38K11 
(0%,25%,38%,11%)
(0.00/0.25/0.38/0.11)	

CMYK percentages

%0
%24.67
%38.33
%10.98

Codes

Color #E3AB8C in popluar color models

E3AB8C
RGB227171140
HSL21°60.84%71.96%
HSB/HSV21°38.33%89.02%
CMYK0.00%24.67%38.33%
10.98%

Color #E3AB8C in popluar number systems.

HEXE3AB8C
Decimal227171140
Binary111000111010101110001100
Octal343253214

Shades and tints

Shades of #E3AB8C

#E3AB8C
(227,171,140)
#CF9C80
(207,156,128)
#BB8D74
(187,141,116)
#A77E68
(167,126,104)
#936F5C
(147,111,92)
#7F6050
(127,96,80)
#6B5144
(107,81,68)
#574238
(87,66,56)
#43332C
(67,51,44)
#2F2420
(47,36,32)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #E3AB8C

#E3AB8C
(227,171,140)
#E5B296
(229,178,150)
#E7B9A0
(231,185,160)
#E9C0AA
(233,192,170)
#EBC7B4
(235,199,180)
#EDCEBE
(237,206,190)
#EFD5C8
(239,213,200)
#F1DCD2
(241,220,210)
#F3E3DC
(243,227,220)
#F5EAE6
(245,234,230)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AB8C color. Also use rgb(227,171,140) instead hex code.

Text Font Color

.myTextColor { color: #E3AB8C; }

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

This text font color is #E3AB8C.


Background Color

.myBgColor { background-color: #E3AB8C; }

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

This div background color is #E3AB8C.


Border color

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

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

This div border color is #E3AB8C.


Opacity

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

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

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

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

This text has shadow with #E3AB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AB8C on black background.


Color preview on white background

This text has color #E3AB8C on white background.



Black color preview on #E3AB8C background

This text has black color on #E3AB8C background.


White color preview on #E3AB8C background

This text has white color on #E3AB8C background.