COLOR #E7B8BB

HEX: #E7B8BB RGB: (231,184,187)

Color info

#E7B8BB contains red, green and blue colors in about the same proportion. Web safe color of #E7B8BB is #FFCCCC (or #FCC).

RGB color model

#E7B8BB color RGB value is (231,184,187).

RGB: (231,184,187) (91%, 72%, 73%)

RGB channels and saturation

R 231 of 255 = 91%
G 184 of 255 = 72%
B 187 of 255 = 73%

231
184
187

R + G + B ~ 79%. #E7B8BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 184 + 187 = 602 (100%)
R 231 of 602 ~ 38.37%
G 184 of 602 ~ 30.56%
B 187 of 602 ~ 31.06'%

%38.37
%30.56
%31.06

CMYK color model

#E7B8BB color CMYK value is (0,20,19,9).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 19.05%
  • key color value is 9.41%

CMYK: (0,20,19,9)
C0M20Y19K9 (0%, 20%, 19%, 9%)
(0.00 / 0.20 / 0.19 / 0.09)

CMYK percentages

%0
%20.35
%19.05
%9.41

Codes

Color #E7B8BB in popluar color models

E7 B8 BB
RGB 231 184 187
HSL 356° 49.47% 81.37%
HSB/HSV 356° 20.35% 90.59%
CMYK 0.00% 20.35% 19.05%
9.41%

Color #E7B8BB in popluar number systems.

HEX E7 B8 BB
Decimal 231 184 187
Binary 11100111 10111000 10111011
Octal 347 270 273

Shades and tints

Shades of #E7B8BB

#E7B8BB
(231,184,187)
#D2A8AA
(210,168,170)
#BD9899
(189,152,153)
#A88888
(168,136,136)
#937877
(147,120,119)
#7E6866
(126,104,102)
#695855
(105,88,85)
#544844
(84,72,68)
#3F3833
(63,56,51)
#2A2822
(42,40,34)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #E7B8BB

#E7B8BB
(231,184,187)
#E9BEC1
(233,190,193)
#EBC4C7
(235,196,199)
#EDCACD
(237,202,205)
#EFD0D3
(239,208,211)
#F1D6D9
(241,214,217)
#F3DCDF
(243,220,223)
#F5E2E5
(245,226,229)
#F7E8EB
(247,232,235)
#F9EEF1
(249,238,241)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B8BB color. Also use rgb(231,184,187) instead hex code.

Text Font Color

.myTextColor { color: #E7B8BB; }

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

This text font color is #E7B8BB.

Background Color

.myBgColor { background-color: #E7B8BB; }

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

This div background color is #E7B8BB.

Border color

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

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

This div border color is #E7B8BB.

Opacity

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

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

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

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

This text has shadow with #E7B8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B8BB.

Preview

Color preview on black background

This text has color #E7B8BB on black background.


Color preview on white background

This text has color #E7B8BB on white background.


Black color preview on #E7B8BB background

This text has black color on #E7B8BB background.


White color preview on #E7B8BB background

This text has white color on #E7B8BB background.


Related colors

Complementary color

Complementary color for #hex is #184744.


I love getcolorcode.com

Triadic colors

1 #BBE7B8 and #B8BBE7 with #E7B8BB are triadic colors.

2 #BBB8E7 and #B8E7BB with #E7B8BB are triadic colors.