COLOR #E6A7A1

HEX: #E6A7A1
RGB: (230,167,161)

Color info

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

RGB color model

#E6A7A1 color RGB value is (230,167,161).

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

RGB channels and saturation

R 230 of 255 = 90%
G 167 of 255 = 65%
B 161 of 255 = 63%

230
167
161

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

Portions of RGB colors in percentages

R + G + B =
230 + 167 + 161 = 558 (100%)
R 230 of 558 ~ 41.22%
G 167 of 558 ~ 29.93%
B 161 of 558 ~ 28.85%

%41.22
%29.93
%28.85

CMYK color model

#E6A7A1 color CMYK value is (0,27,30,10).

  • cyan value is 0.00%
  • magenta value is 27.39%
  • yellow value is 30.00%
  • key color value is 9.80%
CMYK:
(0,27,30,10)
C0M27Y30K10 
(0%,27%,30%,10%)
(0.00/0.27/0.30/0.10)	

CMYK percentages

%0
%27.39
%30
%9.8

Codes

Color #E6A7A1 in popluar color models

E6A7A1
RGB230167161
HSL57.98%76.67%
HSB/HSV30.00%90.20%
CMYK0.00%27.39%30.00%
9.80%

Color #E6A7A1 in popluar number systems.

HEXE6A7A1
Decimal230167161
Binary111001101010011110100001
Octal346247241

Shades and tints

Shades of #E6A7A1

#E6A7A1
(230,167,161)
#D29893
(210,152,147)
#BE8985
(190,137,133)
#AA7A77
(170,122,119)
#966B69
(150,107,105)
#825C5B
(130,92,91)
#6E4D4D
(110,77,77)
#5A3E3F
(90,62,63)
#462F31
(70,47,49)
#322023
(50,32,35)
#1E1115
(30,17,21)
#000000
(0,0,0)

Tints of #E6A7A1

#E6A7A1
(230,167,161)
#E8AFA9
(232,175,169)
#EAB7B1
(234,183,177)
#ECBFB9
(236,191,185)
#EEC7C1
(238,199,193)
#F0CFC9
(240,207,201)
#F2D7D1
(242,215,209)
#F4DFD9
(244,223,217)
#F6E7E1
(246,231,225)
#F8EFE9
(248,239,233)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A7A1; }

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

This text font color is #E6A7A1.


Background Color

.myBgColor { background-color: #E6A7A1; }

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

This div background color is #E6A7A1.


Border color

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

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

This div border color is #E6A7A1.


Opacity

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

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

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

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

This text has shadow with #E6A7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A7A1 on black background.


Color preview on white background

This text has color #E6A7A1 on white background.



Black color preview on #E6A7A1 background

This text has black color on #E6A7A1 background.


White color preview on #E6A7A1 background

This text has white color on #E6A7A1 background.