COLOR #E7B2B0

HEX: #E7B2B0 RGB: (231,178,176)

Color info

#E7B2B0 contains red, green and blue colors in about the same proportion. Web safe color of #E7B2B0 is #FF9999 (or #F99).

RGB color model

#E7B2B0 color RGB value is (231,178,176).

RGB: (231,178,176) (91%, 70%, 69%)

RGB channels and saturation

R 231 of 255 = 91%
G 178 of 255 = 70%
B 176 of 255 = 69%

231
178
176

R + G + B ~ 77%. #E7B2B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 178 + 176 = 585 (100%)
R 231 of 585 ~ 39.49%
G 178 of 585 ~ 30.43%
B 176 of 585 ~ 30.09'%

%39.49
%30.43
%30.09

CMYK color model

#E7B2B0 color CMYK value is (0,23,24,9).

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

CMYK: (0,23,24,9)
C0M23Y24K9 (0%, 23%, 24%, 9%)
(0.00 / 0.23 / 0.24 / 0.09)

CMYK percentages

%0
%22.94
%23.81
%9.41

Codes

Color #E7B2B0 in popluar color models

E7 B2 B0
RGB 231 178 176
HSL 53.40% 79.80%
HSB/HSV 23.81% 90.59%
CMYK 0.00% 22.94% 23.81%
9.41%

Color #E7B2B0 in popluar number systems.

HEX E7 B2 B0
Decimal 231 178 176
Binary 11100111 10110010 10110000
Octal 347 262 260

Shades and tints

Shades of #E7B2B0

#E7B2B0
(231,178,176)
#D2A2A0
(210,162,160)
#BD9290
(189,146,144)
#A88280
(168,130,128)
#937270
(147,114,112)
#7E6260
(126,98,96)
#695250
(105,82,80)
#544240
(84,66,64)
#3F3230
(63,50,48)
#2A2220
(42,34,32)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #E7B2B0

#E7B2B0
(231,178,176)
#E9B9B7
(233,185,183)
#EBC0BE
(235,192,190)
#EDC7C5
(237,199,197)
#EFCECC
(239,206,204)
#F1D5D3
(241,213,211)
#F3DCDA
(243,220,218)
#F5E3E1
(245,227,225)
#F7EAE8
(247,234,232)
#F9F1EF
(249,241,239)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B2B0; }

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

This text font color is #E7B2B0.

Background Color

.myBgColor { background-color: #E7B2B0; }

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

This div background color is #E7B2B0.

Border color

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

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

This div border color is #E7B2B0.

Opacity

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

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

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

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

This text has shadow with #E7B2B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B2B0.

Preview

Color preview on black background

This text has color #E7B2B0 on black background.


Color preview on white background

This text has color #E7B2B0 on white background.


Black color preview on #E7B2B0 background

This text has black color on #E7B2B0 background.


White color preview on #E7B2B0 background

This text has white color on #E7B2B0 background.


Related colors

Complementary color

Complementary color for #hex is #184D4F.


I love getcolorcode.com

Triadic colors

1 #B0E7B2 and #B2B0E7 with #E7B2B0 are triadic colors.

2 #B0B2E7 and #B2E7B0 with #E7B2B0 are triadic colors.