COLOR #E7BBC0

HEX: #E7BBC0 RGB: (231,187,192)

Color info

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

RGB color model

#E7BBC0 color RGB value is (231,187,192).

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

RGB channels and saturation

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

231
187
192

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

Portions of RGB colors in percentages

R + G + B = 231 + 187 + 192 = 610 (100%)
R 231 of 610 ~ 37.87%
G 187 of 610 ~ 30.66%
B 192 of 610 ~ 31.48'%

%37.87
%30.66
%31.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 16.88%
  • 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
%16.88
%9.41

Codes

Color #E7BBC0 in popluar color models

E7 BB C0
RGB 231 187 192
HSL 353° 47.83% 81.96%
HSB/HSV 353° 19.05% 90.59%
CMYK 0.00% 19.05% 16.88%
9.41%

Color #E7BBC0 in popluar number systems.

HEX E7 BB C0
Decimal 231 187 192
Binary 11100111 10111011 11000000
Octal 347 273 300

Shades and tints

Shades of #E7BBC0

#E7BBC0
(231,187,192)
#D2AAAF
(210,170,175)
#BD999E
(189,153,158)
#A8888D
(168,136,141)
#93777C
(147,119,124)
#7E666B
(126,102,107)
#69555A
(105,85,90)
#544449
(84,68,73)
#3F3338
(63,51,56)
#2A2227
(42,34,39)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #E7BBC0

#E7BBC0
(231,187,192)
#E9C1C5
(233,193,197)
#EBC7CA
(235,199,202)
#EDCDCF
(237,205,207)
#EFD3D4
(239,211,212)
#F1D9D9
(241,217,217)
#F3DFDE
(243,223,222)
#F5E5E3
(245,229,227)
#F7EBE8
(247,235,232)
#F9F1ED
(249,241,237)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BBC0; }

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

This text font color is #E7BBC0.

Background Color

.myBgColor { background-color: #E7BBC0; }

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

This div background color is #E7BBC0.

Border color

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

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

This div border color is #E7BBC0.

Opacity

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

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

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

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

This text has shadow with #E7BBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BBC0.

Preview

Color preview on black background

This text has color #E7BBC0 on black background.


Color preview on white background

This text has color #E7BBC0 on white background.


Black color preview on #E7BBC0 background

This text has black color on #E7BBC0 background.


White color preview on #E7BBC0 background

This text has white color on #E7BBC0 background.


Related colors

Complementary color

Complementary color for #hex is #18443F.


I love getcolorcode.com

Triadic colors

1 #C0E7BB and #BBC0E7 with #E7BBC0 are triadic colors.

2 #C0BBE7 and #BBE7C0 with #E7BBC0 are triadic colors.