COLOR #E6AF9E

HEX: #E6AF9E
RGB: (230,175,158)

Color info

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

RGB color model

#E6AF9E color RGB value is (230,175,158).

  • red value is 230;
  • green value is 175;
  • blue value is 158.
RGB:
(230,175,158)
(90%,69%,62%)

RGB channels and saturation

R 230 of 255 = 90%
G 175 of 255 = 69%
B 158 of 255 = 62%

230
175
158

R + G + B ~ 74%. #E6AF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 175 + 158 = 563 (100%)
R 230 of 563 ~ 40.85%
G 175 of 563 ~ 31.08%
B 158 of 563 ~ 28.06%

%40.85
%31.08
%28.06

CMYK color model

#E6AF9E color CMYK value is (0,24,31,10).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 31.30%
  • key color value is 9.80%
CMYK:
(0,24,31,10)
C0M24Y31K10 
(0%,24%,31%,10%)
(0.00/0.24/0.31/0.10)	

CMYK percentages

%0
%23.91
%31.3
%9.8

Codes

Color #E6AF9E in popluar color models

E6AF9E
RGB230175158
HSL14°59.02%76.08%
HSB/HSV14°31.30%90.20%
CMYK0.00%23.91%31.30%
9.80%

Color #E6AF9E in popluar number systems.

HEXE6AF9E
Decimal230175158
Binary111001101010111110011110
Octal346257236

Shades and tints

Shades of #E6AF9E

#E6AF9E
(230,175,158)
#D2A090
(210,160,144)
#BE9182
(190,145,130)
#AA8274
(170,130,116)
#967366
(150,115,102)
#826458
(130,100,88)
#6E554A
(110,85,74)
#5A463C
(90,70,60)
#46372E
(70,55,46)
#322820
(50,40,32)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #E6AF9E

#E6AF9E
(230,175,158)
#E8B6A6
(232,182,166)
#EABDAE
(234,189,174)
#ECC4B6
(236,196,182)
#EECBBE
(238,203,190)
#F0D2C6
(240,210,198)
#F2D9CE
(242,217,206)
#F4E0D6
(244,224,214)
#F6E7DE
(246,231,222)
#F8EEE6
(248,238,230)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AF9E color. Also use rgb(230,175,158) instead hex code.

Text Font Color

.myTextColor { color: #E6AF9E; }

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

This text font color is #E6AF9E.


Background Color

.myBgColor { background-color: #E6AF9E; }

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

This div background color is #E6AF9E.


Border color

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

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

This div border color is #E6AF9E.


Opacity

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

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

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

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

This text has shadow with #E6AF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AF9E on black background.


Color preview on white background

This text has color #E6AF9E on white background.



Black color preview on #E6AF9E background

This text has black color on #E6AF9E background.


White color preview on #E6AF9E background

This text has white color on #E6AF9E background.