COLOR #E6B0A2

HEX: #E6B0A2
RGB: (230,176,162)

Color info

#E6B0A2 contains mainly red and green colors. Web safe color of #E6B0A2 is #CC9999 (or #C99).

RGB color model

#E6B0A2 color RGB value is (230,176,162).

  • red value is 230;
  • green value is 176;
  • blue value is 162.
RGB:
(230,176,162)
(90%,69%,64%)

RGB channels and saturation

R 230 of 255 = 90%
G 176 of 255 = 69%
B 162 of 255 = 64%

230
176
162

R + G + B ~ 74%. #E6B0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 176 + 162 = 568 (100%)
R 230 of 568 ~ 40.49%
G 176 of 568 ~ 30.99%
B 162 of 568 ~ 28.52%

%40.49
%30.99
%28.52

CMYK color model

#E6B0A2 color CMYK value is (0,23,30,10).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 29.57%
  • key color value is 9.80%
CMYK:
(0,23,30,10)
C0M23Y30K10 
(0%,23%,30%,10%)
(0.00/0.23/0.30/0.10)	

CMYK percentages

%0
%23.48
%29.57
%9.8

Codes

Color #E6B0A2 in popluar color models

E6B0A2
RGB230176162
HSL12°57.63%76.86%
HSB/HSV12°29.57%90.20%
CMYK0.00%23.48%29.57%
9.80%

Color #E6B0A2 in popluar number systems.

HEXE6B0A2
Decimal230176162
Binary111001101011000010100010
Octal346260242

Shades and tints

Shades of #E6B0A2

#E6B0A2
(230,176,162)
#D2A094
(210,160,148)
#BE9086
(190,144,134)
#AA8078
(170,128,120)
#96706A
(150,112,106)
#82605C
(130,96,92)
#6E504E
(110,80,78)
#5A4040
(90,64,64)
#463032
(70,48,50)
#322024
(50,32,36)
#1E1016
(30,16,22)
#000000
(0,0,0)

Tints of #E6B0A2

#E6B0A2
(230,176,162)
#E8B7AA
(232,183,170)
#EABEB2
(234,190,178)
#ECC5BA
(236,197,186)
#EECCC2
(238,204,194)
#F0D3CA
(240,211,202)
#F2DAD2
(242,218,210)
#F4E1DA
(244,225,218)
#F6E8E2
(246,232,226)
#F8EFEA
(248,239,234)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B0A2 color. Also use rgb(230,176,162) instead hex code.

Text Font Color

.myTextColor { color: #E6B0A2; }

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

This text font color is #E6B0A2.


Background Color

.myBgColor { background-color: #E6B0A2; }

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

This div background color is #E6B0A2.


Border color

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

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

This div border color is #E6B0A2.


Opacity

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

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

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

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

This text has shadow with #E6B0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B0A2 on black background.


Color preview on white background

This text has color #E6B0A2 on white background.



Black color preview on #E6B0A2 background

This text has black color on #E6B0A2 background.


White color preview on #E6B0A2 background

This text has white color on #E6B0A2 background.