COLOR #E6A49B

HEX: #E6A49B
RGB: (230,164,155)

Color info

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

RGB color model

#E6A49B color RGB value is (230,164,155).

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

RGB channels and saturation

R 230 of 255 = 90%
G 164 of 255 = 64%
B 155 of 255 = 61%

230
164
155

R + G + B ~ 72%. #E6A49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 164 + 155 = 549 (100%)
R 230 of 549 ~ 41.89%
G 164 of 549 ~ 29.87%
B 155 of 549 ~ 28.23%

%41.89
%29.87
%28.23

CMYK color model

#E6A49B color CMYK value is (0,29,33,10).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 32.61%
  • key color value is 9.80%
CMYK:
(0,29,33,10)
C0M29Y33K10 
(0%,29%,33%,10%)
(0.00/0.29/0.33/0.10)	

CMYK percentages

%0
%28.7
%32.61
%9.8

Codes

Color #E6A49B in popluar color models

E6A49B
RGB230164155
HSL60.00%75.49%
HSB/HSV32.61%90.20%
CMYK0.00%28.70%32.61%
9.80%

Color #E6A49B in popluar number systems.

HEXE6A49B
Decimal230164155
Binary111001101010010010011011
Octal346244233

Shades and tints

Shades of #E6A49B

#E6A49B
(230,164,155)
#D2968D
(210,150,141)
#BE887F
(190,136,127)
#AA7A71
(170,122,113)
#966C63
(150,108,99)
#825E55
(130,94,85)
#6E5047
(110,80,71)
#5A4239
(90,66,57)
#46342B
(70,52,43)
#32261D
(50,38,29)
#1E180F
(30,24,15)
#000000
(0,0,0)

Tints of #E6A49B

#E6A49B
(230,164,155)
#E8ACA4
(232,172,164)
#EAB4AD
(234,180,173)
#ECBCB6
(236,188,182)
#EEC4BF
(238,196,191)
#F0CCC8
(240,204,200)
#F2D4D1
(242,212,209)
#F4DCDA
(244,220,218)
#F6E4E3
(246,228,227)
#F8ECEC
(248,236,236)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A49B; }

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

This text font color is #E6A49B.


Background Color

.myBgColor { background-color: #E6A49B; }

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

This div background color is #E6A49B.


Border color

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

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

This div border color is #E6A49B.


Opacity

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

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

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

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

This text has shadow with #E6A49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A49B on black background.


Color preview on white background

This text has color #E6A49B on white background.



Black color preview on #E6A49B background

This text has black color on #E6A49B background.


White color preview on #E6A49B background

This text has white color on #E6A49B background.