COLOR #E6B3A7

HEX: #E6B3A7 RGB: (230,179,167)

Color info

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

RGB color model

#E6B3A7 color RGB value is (230,179,167).

RGB: (230,179,167) (90%, 70%, 65%)

RGB channels and saturation

R 230 of 255 = 90%
G 179 of 255 = 70%
B 167 of 255 = 65%

230
179
167

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

Portions of RGB colors in percentages

R + G + B = 230 + 179 + 167 = 576 (100%)
R 230 of 576 ~ 39.93%
G 179 of 576 ~ 31.08%
B 167 of 576 ~ 28.99'%

%39.93
%31.08
%28.99

CMYK color model

#E6B3A7 color CMYK value is (0,22,27,10).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 27.39%
  • key color value is 9.80%

CMYK: (0,22,27,10)
C0M22Y27K10 (0%, 22%, 27%, 10%)
(0.00 / 0.22 / 0.27 / 0.10)

CMYK percentages

%0
%22.17
%27.39
%9.8

Codes

Color #E6B3A7 in popluar color models

E6 B3 A7
RGB 230 179 167
HSL 11° 55.75% 77.84%
HSB/HSV 11° 27.39% 90.20%
CMYK 0.00% 22.17% 27.39%
9.80%

Color #E6B3A7 in popluar number systems.

HEX E6 B3 A7
Decimal 230 179 167
Binary 11100110 10110011 10100111
Octal 346 263 247

Shades and tints

Shades of #E6B3A7

#E6B3A7
(230,179,167)
#D2A398
(210,163,152)
#BE9389
(190,147,137)
#AA837A
(170,131,122)
#96736B
(150,115,107)
#82635C
(130,99,92)
#6E534D
(110,83,77)
#5A433E
(90,67,62)
#46332F
(70,51,47)
#322320
(50,35,32)
#1E1311
(30,19,17)
#000000
(0,0,0)

Tints of #E6B3A7

#E6B3A7
(230,179,167)
#E8B9AF
(232,185,175)
#EABFB7
(234,191,183)
#ECC5BF
(236,197,191)
#EECBC7
(238,203,199)
#F0D1CF
(240,209,207)
#F2D7D7
(242,215,215)
#F4DDDF
(244,221,223)
#F6E3E7
(246,227,231)
#F8E9EF
(248,233,239)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B3A7; }

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

This text font color is #E6B3A7.

Background Color

.myBgColor { background-color: #E6B3A7; }

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

This div background color is #E6B3A7.

Border color

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

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

This div border color is #E6B3A7.

Opacity

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

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

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

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

This text has shadow with #E6B3A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B3A7.

Preview

Color preview on black background

This text has color #E6B3A7 on black background.


Color preview on white background

This text has color #E6B3A7 on white background.


Black color preview on #E6B3A7 background

This text has black color on #E6B3A7 background.


White color preview on #E6B3A7 background

This text has white color on #E6B3A7 background.


Related colors

Complementary color

Complementary color for #hex is #194C58.


I love getcolorcode.com

Triadic colors

1 #A7E6B3 and #B3A7E6 with #E6B3A7 are triadic colors.

2 #A7B3E6 and #B3E6A7 with #E6B3A7 are triadic colors.