COLOR #E6A685

HEX: #E6A685
RGB: (230,166,133)

Color info

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

RGB color model

#E6A685 color RGB value is (230,166,133).

  • red value is 230;
  • green value is 166;
  • blue value is 133.
RGB:
(230,166,133)
(90%,65%,52%)

RGB channels and saturation

R 230 of 255 = 90%
G 166 of 255 = 65%
B 133 of 255 = 52%

230
166
133

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

Portions of RGB colors in percentages

R + G + B =
230 + 166 + 133 = 529 (100%)
R 230 of 529 ~ 43.48%
G 166 of 529 ~ 31.38%
B 133 of 529 ~ 25.14%

%43.48
%31.38
%25.14

CMYK color model

#E6A685 color CMYK value is (0,28,42,10).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 42.17%
  • key color value is 9.80%
CMYK:
(0,28,42,10)
C0M28Y42K10 
(0%,28%,42%,10%)
(0.00/0.28/0.42/0.10)	

CMYK percentages

%0
%27.83
%42.17
%9.8

Codes

Color #E6A685 in popluar color models

E6A685
RGB230166133
HSL20°65.99%71.18%
HSB/HSV20°42.17%90.20%
CMYK0.00%27.83%42.17%
9.80%

Color #E6A685 in popluar number systems.

HEXE6A685
Decimal230166133
Binary111001101010011010000101
Octal346246205

Shades and tints

Shades of #E6A685

#E6A685
(230,166,133)
#D29779
(210,151,121)
#BE886D
(190,136,109)
#AA7961
(170,121,97)
#966A55
(150,106,85)
#825B49
(130,91,73)
#6E4C3D
(110,76,61)
#5A3D31
(90,61,49)
#462E25
(70,46,37)
#321F19
(50,31,25)
#1E100D
(30,16,13)
#000000
(0,0,0)

Tints of #E6A685

#E6A685
(230,166,133)
#E8AE90
(232,174,144)
#EAB69B
(234,182,155)
#ECBEA6
(236,190,166)
#EEC6B1
(238,198,177)
#F0CEBC
(240,206,188)
#F2D6C7
(242,214,199)
#F4DED2
(244,222,210)
#F6E6DD
(246,230,221)
#F8EEE8
(248,238,232)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A685 color. Also use rgb(230,166,133) instead hex code.

Text Font Color

.myTextColor { color: #E6A685; }

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

This text font color is #E6A685.


Background Color

.myBgColor { background-color: #E6A685; }

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

This div background color is #E6A685.


Border color

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

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

This div border color is #E6A685.


Opacity

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

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

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

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

This text has shadow with #E6A685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A685 on black background.


Color preview on white background

This text has color #E6A685 on white background.



Black color preview on #E6A685 background

This text has black color on #E6A685 background.


White color preview on #E6A685 background

This text has white color on #E6A685 background.