COLOR #E6A69E

HEX: #E6A69E
RGB: (230,166,158)

Color info

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

RGB color model

#E6A69E color RGB value is (230,166,158).

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

RGB channels and saturation

R 230 of 255 = 90%
G 166 of 255 = 65%
B 158 of 255 = 62%

230
166
158

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

Portions of RGB colors in percentages

R + G + B =
230 + 166 + 158 = 554 (100%)
R 230 of 554 ~ 41.52%
G 166 of 554 ~ 29.96%
B 158 of 554 ~ 28.52%

%41.52
%29.96
%28.52

CMYK color model

#E6A69E color CMYK value is (0,28,31,10).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 31.30%
  • key color value is 9.80%
CMYK:
(0,28,31,10)
C0M28Y31K10 
(0%,28%,31%,10%)
(0.00/0.28/0.31/0.10)	

CMYK percentages

%0
%27.83
%31.3
%9.8

Codes

Color #E6A69E in popluar color models

E6A69E
RGB230166158
HSL59.02%76.08%
HSB/HSV31.30%90.20%
CMYK0.00%27.83%31.30%
9.80%

Color #E6A69E in popluar number systems.

HEXE6A69E
Decimal230166158
Binary111001101010011010011110
Octal346246236

Shades and tints

Shades of #E6A69E

#E6A69E
(230,166,158)
#D29790
(210,151,144)
#BE8882
(190,136,130)
#AA7974
(170,121,116)
#966A66
(150,106,102)
#825B58
(130,91,88)
#6E4C4A
(110,76,74)
#5A3D3C
(90,61,60)
#462E2E
(70,46,46)
#321F20
(50,31,32)
#1E1012
(30,16,18)
#000000
(0,0,0)

Tints of #E6A69E

#E6A69E
(230,166,158)
#E8AEA6
(232,174,166)
#EAB6AE
(234,182,174)
#ECBEB6
(236,190,182)
#EEC6BE
(238,198,190)
#F0CEC6
(240,206,198)
#F2D6CE
(242,214,206)
#F4DED6
(244,222,214)
#F6E6DE
(246,230,222)
#F8EEE6
(248,238,230)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A69E; }

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

This text font color is #E6A69E.


Background Color

.myBgColor { background-color: #E6A69E; }

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

This div background color is #E6A69E.


Border color

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

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

This div border color is #E6A69E.


Opacity

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

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

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

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

This text has shadow with #E6A69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A69E on black background.


Color preview on white background

This text has color #E6A69E on white background.



Black color preview on #E6A69E background

This text has black color on #E6A69E background.


White color preview on #E6A69E background

This text has white color on #E6A69E background.