COLOR #E7BBBF

HEX: #E7BBBF RGB: (231,187,191)

Color info

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

RGB color model

#E7BBBF color RGB value is (231,187,191).

RGB: (231,187,191) (91%, 73%, 75%)

RGB channels and saturation

R 231 of 255 = 91%
G 187 of 255 = 73%
B 191 of 255 = 75%

231
187
191

R + G + B ~ 80%. #E7BBBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 187 + 191 = 609 (100%)
R 231 of 609 ~ 37.93%
G 187 of 609 ~ 30.71%
B 191 of 609 ~ 31.36'%

%37.93
%30.71
%31.36

CMYK color model

#E7BBBF color CMYK value is (0,19,17,9).

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

CMYK: (0,19,17,9)
C0M19Y17K9 (0%, 19%, 17%, 9%)
(0.00 / 0.19 / 0.17 / 0.09)

CMYK percentages

%0
%19.05
%17.32
%9.41

Codes

Color #E7BBBF in popluar color models

E7 BB BF
RGB 231 187 191
HSL 355° 47.83% 81.96%
HSB/HSV 355° 19.05% 90.59%
CMYK 0.00% 19.05% 17.32%
9.41%

Color #E7BBBF in popluar number systems.

HEX E7 BB BF
Decimal 231 187 191
Binary 11100111 10111011 10111111
Octal 347 273 277

Shades and tints

Shades of #E7BBBF

#E7BBBF
(231,187,191)
#D2AAAE
(210,170,174)
#BD999D
(189,153,157)
#A8888C
(168,136,140)
#93777B
(147,119,123)
#7E666A
(126,102,106)
#695559
(105,85,89)
#544448
(84,68,72)
#3F3337
(63,51,55)
#2A2226
(42,34,38)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #E7BBBF

#E7BBBF
(231,187,191)
#E9C1C4
(233,193,196)
#EBC7C9
(235,199,201)
#EDCDCE
(237,205,206)
#EFD3D3
(239,211,211)
#F1D9D8
(241,217,216)
#F3DFDD
(243,223,221)
#F5E5E2
(245,229,226)
#F7EBE7
(247,235,231)
#F9F1EC
(249,241,236)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BBBF; }

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

This text font color is #E7BBBF.

Background Color

.myBgColor { background-color: #E7BBBF; }

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

This div background color is #E7BBBF.

Border color

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

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

This div border color is #E7BBBF.

Opacity

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

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

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

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

This text has shadow with #E7BBBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BBBF.

Preview

Color preview on black background

This text has color #E7BBBF on black background.


Color preview on white background

This text has color #E7BBBF on white background.


Black color preview on #E7BBBF background

This text has black color on #E7BBBF background.


White color preview on #E7BBBF background

This text has white color on #E7BBBF background.


Related colors

Complementary color

Complementary color for #hex is #184440.


I love getcolorcode.com

Triadic colors

1 #BFE7BB and #BBBFE7 with #E7BBBF are triadic colors.

2 #BFBBE7 and #BBE7BF with #E7BBBF are triadic colors.