COLOR #E6A09C

HEX: #E6A09C
RGB: (230,160,156)

Color info

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

RGB color model

#E6A09C color RGB value is (230,160,156).

  • red value is 230;
  • green value is 160;
  • blue value is 156.
RGB:
(230,160,156)
(90%,63%,61%)

RGB channels and saturation

R 230 of 255 = 90%
G 160 of 255 = 63%
B 156 of 255 = 61%

230
160
156

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

Portions of RGB colors in percentages

R + G + B =
230 + 160 + 156 = 546 (100%)
R 230 of 546 ~ 42.12%
G 160 of 546 ~ 29.3%
B 156 of 546 ~ 28.57%

%42.12
%29.3
%28.57

CMYK color model

#E6A09C color CMYK value is (0,30,32,10).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 32.17%
  • key color value is 9.80%
CMYK:
(0,30,32,10)
C0M30Y32K10 
(0%,30%,32%,10%)
(0.00/0.30/0.32/0.10)	

CMYK percentages

%0
%30.43
%32.17
%9.8

Codes

Color #E6A09C in popluar color models

E6A09C
RGB230160156
HSL59.68%75.69%
HSB/HSV32.17%90.20%
CMYK0.00%30.43%32.17%
9.80%

Color #E6A09C in popluar number systems.

HEXE6A09C
Decimal230160156
Binary111001101010000010011100
Octal346240234

Shades and tints

Shades of #E6A09C

#E6A09C
(230,160,156)
#D2928E
(210,146,142)
#BE8480
(190,132,128)
#AA7672
(170,118,114)
#966864
(150,104,100)
#825A56
(130,90,86)
#6E4C48
(110,76,72)
#5A3E3A
(90,62,58)
#46302C
(70,48,44)
#32221E
(50,34,30)
#1E1410
(30,20,16)
#000000
(0,0,0)

Tints of #E6A09C

#E6A09C
(230,160,156)
#E8A8A5
(232,168,165)
#EAB0AE
(234,176,174)
#ECB8B7
(236,184,183)
#EEC0C0
(238,192,192)
#F0C8C9
(240,200,201)
#F2D0D2
(242,208,210)
#F4D8DB
(244,216,219)
#F6E0E4
(246,224,228)
#F8E8ED
(248,232,237)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A09C color. Also use rgb(230,160,156) instead hex code.

Text Font Color

.myTextColor { color: #E6A09C; }

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

This text font color is #E6A09C.


Background Color

.myBgColor { background-color: #E6A09C; }

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

This div background color is #E6A09C.


Border color

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

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

This div border color is #E6A09C.


Opacity

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

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

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

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

This text has shadow with #E6A09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A09C on black background.


Color preview on white background

This text has color #E6A09C on white background.



Black color preview on #E6A09C background

This text has black color on #E6A09C background.


White color preview on #E6A09C background

This text has white color on #E6A09C background.