COLOR #E9AF8A

HEX: #E9AF8A
RGB: (233,175,138)

Color info

#E9AF8A contains mainly red and green colors. Web safe color of #E9AF8A is #FF9999 (or #F99).

RGB color model

#E9AF8A color RGB value is (233,175,138).

  • red value is 233;
  • green value is 175;
  • blue value is 138.
RGB:
(233,175,138)
(91%,69%,54%)

RGB channels and saturation

R 233 of 255 = 91%
G 175 of 255 = 69%
B 138 of 255 = 54%

233
175
138

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

Portions of RGB colors in percentages

R + G + B =
233 + 175 + 138 = 546 (100%)
R 233 of 546 ~ 42.67%
G 175 of 546 ~ 32.05%
B 138 of 546 ~ 25.27%

%42.67
%32.05
%25.27

CMYK color model

#E9AF8A color CMYK value is (0,25,41,9).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 40.77%
  • key color value is 8.63%
CMYK:
(0,25,41,9)
C0M25Y41K9 
(0%,25%,41%,9%)
(0.00/0.25/0.41/0.09)	

CMYK percentages

%0
%24.89
%40.77
%8.63

Codes

Color #E9AF8A in popluar color models

E9AF8A
RGB233175138
HSL23°68.35%72.75%
HSB/HSV23°40.77%91.37%
CMYK0.00%24.89%40.77%
8.63%

Color #E9AF8A in popluar number systems.

HEXE9AF8A
Decimal233175138
Binary111010011010111110001010
Octal351257212

Shades and tints

Shades of #E9AF8A

#E9AF8A
(233,175,138)
#D4A07E
(212,160,126)
#BF9172
(191,145,114)
#AA8266
(170,130,102)
#95735A
(149,115,90)
#80644E
(128,100,78)
#6B5542
(107,85,66)
#564636
(86,70,54)
#41372A
(65,55,42)
#2C281E
(44,40,30)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #E9AF8A

#E9AF8A
(233,175,138)
#EBB694
(235,182,148)
#EDBD9E
(237,189,158)
#EFC4A8
(239,196,168)
#F1CBB2
(241,203,178)
#F3D2BC
(243,210,188)
#F5D9C6
(245,217,198)
#F7E0D0
(247,224,208)
#F9E7DA
(249,231,218)
#FBEEE4
(251,238,228)
#FDF5EE
(253,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AF8A color. Also use rgb(233,175,138) instead hex code.

Text Font Color

.myTextColor { color: #E9AF8A; }

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

This text font color is #E9AF8A.


Background Color

.myBgColor { background-color: #E9AF8A; }

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

This div background color is #E9AF8A.


Border color

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

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

This div border color is #E9AF8A.


Opacity

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

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

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

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

This text has shadow with #E9AF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AF8A on black background.


Color preview on white background

This text has color #E9AF8A on white background.



Black color preview on #E9AF8A background

This text has black color on #E9AF8A background.


White color preview on #E9AF8A background

This text has white color on #E9AF8A background.