COLOR #E6A08C

HEX: #E6A08C RGB: (230,160,140)

Color info

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

RGB color model

#E6A08C color RGB value is (230,160,140).

RGB: (230,160,140) (90%, 63%, 55%)

RGB channels and saturation

R 230 of 255 = 90%
G 160 of 255 = 63%
B 140 of 255 = 55%

230
160
140

R + G + B ~ 69%. #E6A08C is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 160 + 140 = 530 (100%)
R 230 of 530 ~ 43.4%
G 160 of 530 ~ 30.19%
B 140 of 530 ~ 26.42'%

%43.4
%30.19
%26.42

CMYK color model

#E6A08C color CMYK value is (0,30,39,10).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 39.13%
  • key color value is 9.80%

CMYK: (0,30,39,10)
C0M30Y39K10 (0%, 30%, 39%, 10%)
(0.00 / 0.30 / 0.39 / 0.10)

CMYK percentages

%0
%30.43
%39.13
%9.8

Codes

Color #E6A08C in popluar color models

E6 A0 8C
RGB 230 160 140
HSL 13° 64.29% 72.55%
HSB/HSV 13° 39.13% 90.20%
CMYK 0.00% 30.43% 39.13%
9.80%

Color #E6A08C in popluar number systems.

HEX E6 A0 8C
Decimal 230 160 140
Binary 11100110 10100000 10001100
Octal 346 240 214

Shades and tints

Shades of #E6A08C

#E6A08C
(230,160,140)
#D29280
(210,146,128)
#BE8474
(190,132,116)
#AA7668
(170,118,104)
#96685C
(150,104,92)
#825A50
(130,90,80)
#6E4C44
(110,76,68)
#5A3E38
(90,62,56)
#46302C
(70,48,44)
#322220
(50,34,32)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #E6A08C

#E6A08C
(230,160,140)
#E8A896
(232,168,150)
#EAB0A0
(234,176,160)
#ECB8AA
(236,184,170)
#EEC0B4
(238,192,180)
#F0C8BE
(240,200,190)
#F2D0C8
(242,208,200)
#F4D8D2
(244,216,210)
#F6E0DC
(246,224,220)
#F8E8E6
(248,232,230)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A08C; }

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

This text font color is #E6A08C.

Background Color

.myBgColor { background-color: #E6A08C; }

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

This div background color is #E6A08C.

Border color

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

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

This div border color is #E6A08C.

Opacity

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

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

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

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

This text has shadow with #E6A08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A08C.

Preview

Color preview on black background

This text has color #E6A08C on black background.


Color preview on white background

This text has color #E6A08C on white background.


Black color preview on #E6A08C background

This text has black color on #E6A08C background.


White color preview on #E6A08C background

This text has white color on #E6A08C background.


Related colors

Complementary color

Complementary color for #hex is #195F73.


I love getcolorcode.com

Triadic colors

1 #8CE6A0 and #A08CE6 with #E6A08C are triadic colors.

2 #8CA0E6 and #A0E68C with #E6A08C are triadic colors.