COLOR #E6A7A3

HEX: #E6A7A3
RGB: (230,167,163)

Color info

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

RGB color model

#E6A7A3 color RGB value is (230,167,163).

  • red value is 230;
  • green value is 167;
  • blue value is 163.
RGB:
(230,167,163)
(90%,65%,64%)

RGB channels and saturation

R 230 of 255 = 90%
G 167 of 255 = 65%
B 163 of 255 = 64%

230
167
163

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

Portions of RGB colors in percentages

R + G + B =
230 + 167 + 163 = 560 (100%)
R 230 of 560 ~ 41.07%
G 167 of 560 ~ 29.82%
B 163 of 560 ~ 29.11%

%41.07
%29.82
%29.11

CMYK color model

#E6A7A3 color CMYK value is (0,27,29,10).

  • cyan value is 0.00%
  • magenta value is 27.39%
  • yellow value is 29.13%
  • key color value is 9.80%
CMYK:
(0,27,29,10)
C0M27Y29K10 
(0%,27%,29%,10%)
(0.00/0.27/0.29/0.10)	

CMYK percentages

%0
%27.39
%29.13
%9.8

Codes

Color #E6A7A3 in popluar color models

E6A7A3
RGB230167163
HSL57.26%77.06%
HSB/HSV29.13%90.20%
CMYK0.00%27.39%29.13%
9.80%

Color #E6A7A3 in popluar number systems.

HEXE6A7A3
Decimal230167163
Binary111001101010011110100011
Octal346247243

Shades and tints

Shades of #E6A7A3

#E6A7A3
(230,167,163)
#D29895
(210,152,149)
#BE8987
(190,137,135)
#AA7A79
(170,122,121)
#966B6B
(150,107,107)
#825C5D
(130,92,93)
#6E4D4F
(110,77,79)
#5A3E41
(90,62,65)
#462F33
(70,47,51)
#322025
(50,32,37)
#1E1117
(30,17,23)
#000000
(0,0,0)

Tints of #E6A7A3

#E6A7A3
(230,167,163)
#E8AFAB
(232,175,171)
#EAB7B3
(234,183,179)
#ECBFBB
(236,191,187)
#EEC7C3
(238,199,195)
#F0CFCB
(240,207,203)
#F2D7D3
(242,215,211)
#F4DFDB
(244,223,219)
#F6E7E3
(246,231,227)
#F8EFEB
(248,239,235)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A7A3 color. Also use rgb(230,167,163) instead hex code.

Text Font Color

.myTextColor { color: #E6A7A3; }

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

This text font color is #E6A7A3.


Background Color

.myBgColor { background-color: #E6A7A3; }

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

This div background color is #E6A7A3.


Border color

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

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

This div border color is #E6A7A3.


Opacity

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

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

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

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

This text has shadow with #E6A7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A7A3 on black background.


Color preview on white background

This text has color #E6A7A3 on white background.



Black color preview on #E6A7A3 background

This text has black color on #E6A7A3 background.


White color preview on #E6A7A3 background

This text has white color on #E6A7A3 background.