COLOR #E6B7A2

HEX: #E6B7A2 RGB: (230,183,162)

Color info

#E6B7A2 contains mainly red and green colors. Web safe color of #E6B7A2 is #CCCC99 (or #CC9).

RGB color model

#E6B7A2 color RGB value is (230,183,162).

RGB: (230,183,162) (90%, 72%, 64%)

RGB channels and saturation

R 230 of 255 = 90%
G 183 of 255 = 72%
B 162 of 255 = 64%

230
183
162

R + G + B ~ 75%. #E6B7A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 183 + 162 = 575 (100%)
R 230 of 575 ~ 40%
G 183 of 575 ~ 31.83%
B 162 of 575 ~ 28.17'%

%40
%31.83
%28.17

CMYK color model

#E6B7A2 color CMYK value is (0,20,30,10).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 29.57%
  • key color value is 9.80%

CMYK: (0,20,30,10)
C0M20Y30K10 (0%, 20%, 30%, 10%)
(0.00 / 0.20 / 0.30 / 0.10)

CMYK percentages

%0
%20.43
%29.57
%9.8

Codes

Color #E6B7A2 in popluar color models

E6 B7 A2
RGB 230 183 162
HSL 19° 57.63% 76.86%
HSB/HSV 19° 29.57% 90.20%
CMYK 0.00% 20.43% 29.57%
9.80%

Color #E6B7A2 in popluar number systems.

HEX E6 B7 A2
Decimal 230 183 162
Binary 11100110 10110111 10100010
Octal 346 267 242

Shades and tints

Shades of #E6B7A2

#E6B7A2
(230,183,162)
#D2A794
(210,167,148)
#BE9786
(190,151,134)
#AA8778
(170,135,120)
#96776A
(150,119,106)
#82675C
(130,103,92)
#6E574E
(110,87,78)
#5A4740
(90,71,64)
#463732
(70,55,50)
#322724
(50,39,36)
#1E1716
(30,23,22)
#000000
(0,0,0)

Tints of #E6B7A2

#E6B7A2
(230,183,162)
#E8BDAA
(232,189,170)
#EAC3B2
(234,195,178)
#ECC9BA
(236,201,186)
#EECFC2
(238,207,194)
#F0D5CA
(240,213,202)
#F2DBD2
(242,219,210)
#F4E1DA
(244,225,218)
#F6E7E2
(246,231,226)
#F8EDEA
(248,237,234)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B7A2; }

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

This text font color is #E6B7A2.

Background Color

.myBgColor { background-color: #E6B7A2; }

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

This div background color is #E6B7A2.

Border color

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

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

This div border color is #E6B7A2.

Opacity

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

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

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

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

This text has shadow with #E6B7A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B7A2.

Preview

Color preview on black background

This text has color #E6B7A2 on black background.


Color preview on white background

This text has color #E6B7A2 on white background.


Black color preview on #E6B7A2 background

This text has black color on #E6B7A2 background.


White color preview on #E6B7A2 background

This text has white color on #E6B7A2 background.


Related colors

Complementary color

Complementary color for #hex is #19485D.


I love getcolorcode.com

Triadic colors

1 #A2E6B7 and #B7A2E6 with #E6B7A2 are triadic colors.

2 #A2B7E6 and #B7E6A2 with #E6B7A2 are triadic colors.