COLOR #E6AE9B

HEX: #E6AE9B
RGB: (230,174,155)

Color info

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

RGB color model

#E6AE9B color RGB value is (230,174,155).

  • red value is 230;
  • green value is 174;
  • blue value is 155.
RGB:
(230,174,155)
(90%,68%,61%)

RGB channels and saturation

R 230 of 255 = 90%
G 174 of 255 = 68%
B 155 of 255 = 61%

230
174
155

R + G + B ~ 73%. #E6AE9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 174 + 155 = 559 (100%)
R 230 of 559 ~ 41.14%
G 174 of 559 ~ 31.13%
B 155 of 559 ~ 27.73%

%41.14
%31.13
%27.73

CMYK color model

#E6AE9B color CMYK value is (0,24,33,10).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 32.61%
  • key color value is 9.80%
CMYK:
(0,24,33,10)
C0M24Y33K10 
(0%,24%,33%,10%)
(0.00/0.24/0.33/0.10)	

CMYK percentages

%0
%24.35
%32.61
%9.8

Codes

Color #E6AE9B in popluar color models

E6AE9B
RGB230174155
HSL15°60.00%75.49%
HSB/HSV15°32.61%90.20%
CMYK0.00%24.35%32.61%
9.80%

Color #E6AE9B in popluar number systems.

HEXE6AE9B
Decimal230174155
Binary111001101010111010011011
Octal346256233

Shades and tints

Shades of #E6AE9B

#E6AE9B
(230,174,155)
#D29F8D
(210,159,141)
#BE907F
(190,144,127)
#AA8171
(170,129,113)
#967263
(150,114,99)
#826355
(130,99,85)
#6E5447
(110,84,71)
#5A4539
(90,69,57)
#46362B
(70,54,43)
#32271D
(50,39,29)
#1E180F
(30,24,15)
#000000
(0,0,0)

Tints of #E6AE9B

#E6AE9B
(230,174,155)
#E8B5A4
(232,181,164)
#EABCAD
(234,188,173)
#ECC3B6
(236,195,182)
#EECABF
(238,202,191)
#F0D1C8
(240,209,200)
#F2D8D1
(242,216,209)
#F4DFDA
(244,223,218)
#F6E6E3
(246,230,227)
#F8EDEC
(248,237,236)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AE9B color. Also use rgb(230,174,155) instead hex code.

Text Font Color

.myTextColor { color: #E6AE9B; }

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

This text font color is #E6AE9B.


Background Color

.myBgColor { background-color: #E6AE9B; }

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

This div background color is #E6AE9B.


Border color

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

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

This div border color is #E6AE9B.


Opacity

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

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

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

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

This text has shadow with #E6AE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AE9B on black background.


Color preview on white background

This text has color #E6AE9B on white background.



Black color preview on #E6AE9B background

This text has black color on #E6AE9B background.


White color preview on #E6AE9B background

This text has white color on #E6AE9B background.