COLOR #E7B2AB

HEX: #E7B2AB RGB: (231,178,171)

Color info

#E7B2AB contains mainly red and green colors. Web safe color of #E7B2AB is #FF9999 (or #F99).

RGB color model

#E7B2AB color RGB value is (231,178,171).

RGB: (231,178,171) (91%, 70%, 67%)

RGB channels and saturation

R 231 of 255 = 91%
G 178 of 255 = 70%
B 171 of 255 = 67%

231
178
171

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

Portions of RGB colors in percentages

R + G + B = 231 + 178 + 171 = 580 (100%)
R 231 of 580 ~ 39.83%
G 178 of 580 ~ 30.69%
B 171 of 580 ~ 29.48'%

%39.83
%30.69
%29.48

CMYK color model

#E7B2AB color CMYK value is (0,23,26,9).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 25.97%
  • key color value is 9.41%

CMYK: (0,23,26,9)
C0M23Y26K9 (0%, 23%, 26%, 9%)
(0.00 / 0.23 / 0.26 / 0.09)

CMYK percentages

%0
%22.94
%25.97
%9.41

Codes

Color #E7B2AB in popluar color models

E7 B2 AB
RGB 231 178 171
HSL 55.56% 78.82%
HSB/HSV 25.97% 90.59%
CMYK 0.00% 22.94% 25.97%
9.41%

Color #E7B2AB in popluar number systems.

HEX E7 B2 AB
Decimal 231 178 171
Binary 11100111 10110010 10101011
Octal 347 262 253

Shades and tints

Shades of #E7B2AB

#E7B2AB
(231,178,171)
#D2A29C
(210,162,156)
#BD928D
(189,146,141)
#A8827E
(168,130,126)
#93726F
(147,114,111)
#7E6260
(126,98,96)
#695251
(105,82,81)
#544242
(84,66,66)
#3F3233
(63,50,51)
#2A2224
(42,34,36)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #E7B2AB

#E7B2AB
(231,178,171)
#E9B9B2
(233,185,178)
#EBC0B9
(235,192,185)
#EDC7C0
(237,199,192)
#EFCEC7
(239,206,199)
#F1D5CE
(241,213,206)
#F3DCD5
(243,220,213)
#F5E3DC
(245,227,220)
#F7EAE3
(247,234,227)
#F9F1EA
(249,241,234)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B2AB color. Also use rgb(231,178,171) instead hex code.

Text Font Color

.myTextColor { color: #E7B2AB; }

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

This text font color is #E7B2AB.

Background Color

.myBgColor { background-color: #E7B2AB; }

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

This div background color is #E7B2AB.

Border color

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

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

This div border color is #E7B2AB.

Opacity

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

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

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

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

This text has shadow with #E7B2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B2AB.

Preview

Color preview on black background

This text has color #E7B2AB on black background.


Color preview on white background

This text has color #E7B2AB on white background.


Black color preview on #E7B2AB background

This text has black color on #E7B2AB background.


White color preview on #E7B2AB background

This text has white color on #E7B2AB background.


Related colors

Complementary color

Complementary color for #hex is #184D54.


I love getcolorcode.com

Triadic colors

1 #ABE7B2 and #B2ABE7 with #E7B2AB are triadic colors.

2 #ABB2E7 and #B2E7AB with #E7B2AB are triadic colors.