COLOR #E7B6AA

HEX: #E7B6AA
RGB: (231,182,170)

Color info

#E7B6AA contains mainly red and green colors. Web safe color of #E7B6AA is #FFCC99 (or #FC9).

RGB color model

#E7B6AA color RGB value is (231,182,170).

  • red value is 231;
  • green value is 182;
  • blue value is 170.
RGB:
(231,182,170)
(91%,71%,67%)

RGB channels and saturation

R 231 of 255 = 91%
G 182 of 255 = 71%
B 170 of 255 = 67%

231
182
170

R + G + B ~ 76%. #E7B6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 182 + 170 = 583 (100%)
R 231 of 583 ~ 39.62%
G 182 of 583 ~ 31.22%
B 170 of 583 ~ 29.16%

%39.62
%31.22
%29.16

CMYK color model

#E7B6AA color CMYK value is (0,21,26,9).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 26.41%
  • key color value is 9.41%
CMYK:
(0,21,26,9)
C0M21Y26K9 
(0%,21%,26%,9%)
(0.00/0.21/0.26/0.09)	

CMYK percentages

%0
%21.21
%26.41
%9.41

Codes

Color #E7B6AA in popluar color models

E7B6AA
RGB231182170
HSL12°55.96%78.63%
HSB/HSV12°26.41%90.59%
CMYK0.00%21.21%26.41%
9.41%

Color #E7B6AA in popluar number systems.

HEXE7B6AA
Decimal231182170
Binary111001111011011010101010
Octal347266252

Shades and tints

Shades of #E7B6AA

#E7B6AA
(231,182,170)
#D2A69B
(210,166,155)
#BD968C
(189,150,140)
#A8867D
(168,134,125)
#93766E
(147,118,110)
#7E665F
(126,102,95)
#695650
(105,86,80)
#544641
(84,70,65)
#3F3632
(63,54,50)
#2A2623
(42,38,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #E7B6AA

#E7B6AA
(231,182,170)
#E9BCB1
(233,188,177)
#EBC2B8
(235,194,184)
#EDC8BF
(237,200,191)
#EFCEC6
(239,206,198)
#F1D4CD
(241,212,205)
#F3DAD4
(243,218,212)
#F5E0DB
(245,224,219)
#F7E6E2
(247,230,226)
#F9ECE9
(249,236,233)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B6AA color. Also use rgb(231,182,170) instead hex code.

Text Font Color

.myTextColor { color: #E7B6AA; }

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

This text font color is #E7B6AA.


Background Color

.myBgColor { background-color: #E7B6AA; }

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

This div background color is #E7B6AA.


Border color

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

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

This div border color is #E7B6AA.


Opacity

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

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

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

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

This text has shadow with #E7B6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B6AA on black background.


Color preview on white background

This text has color #E7B6AA on white background.



Black color preview on #E7B6AA background

This text has black color on #E7B6AA background.


White color preview on #E7B6AA background

This text has white color on #E7B6AA background.