COLOR #E7BEC0

HEX: #E7BEC0
RGB: (231,190,192)

Color info

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

RGB color model

#E7BEC0 color RGB value is (231,190,192).

  • red value is 231;
  • green value is 190;
  • blue value is 192.
RGB:
(231,190,192)
(91%,75%,75%)

RGB channels and saturation

R 231 of 255 = 91%
G 190 of 255 = 75%
B 192 of 255 = 75%

231
190
192

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

Portions of RGB colors in percentages

R + G + B =
231 + 190 + 192 = 613 (100%)
R 231 of 613 ~ 37.68%
G 190 of 613 ~ 31%
B 192 of 613 ~ 31.32%

%37.68
%31
%31.32

CMYK color model

#E7BEC0 color CMYK value is (0,18,17,9).

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 16.88%
  • key color value is 9.41%
CMYK:
(0,18,17,9)
C0M18Y17K9 
(0%,18%,17%,9%)
(0.00/0.18/0.17/0.09)	

CMYK percentages

%0
%17.75
%16.88
%9.41

Codes

Color #E7BEC0 in popluar color models

E7BEC0
RGB231190192
HSL357°46.07%82.55%
HSB/HSV357°17.75%90.59%
CMYK0.00%17.75%16.88%
9.41%

Color #E7BEC0 in popluar number systems.

HEXE7BEC0
Decimal231190192
Binary111001111011111011000000
Octal347276300

Shades and tints

Shades of #E7BEC0

#E7BEC0
(231,190,192)
#D2ADAF
(210,173,175)
#BD9C9E
(189,156,158)
#A88B8D
(168,139,141)
#937A7C
(147,122,124)
#7E696B
(126,105,107)
#69585A
(105,88,90)
#544749
(84,71,73)
#3F3638
(63,54,56)
#2A2527
(42,37,39)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #E7BEC0

#E7BEC0
(231,190,192)
#E9C3C5
(233,195,197)
#EBC8CA
(235,200,202)
#EDCDCF
(237,205,207)
#EFD2D4
(239,210,212)
#F1D7D9
(241,215,217)
#F3DCDE
(243,220,222)
#F5E1E3
(245,225,227)
#F7E6E8
(247,230,232)
#F9EBED
(249,235,237)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BEC0; }

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

This text font color is #E7BEC0.


Background Color

.myBgColor { background-color: #E7BEC0; }

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

This div background color is #E7BEC0.


Border color

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

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

This div border color is #E7BEC0.


Opacity

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

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

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

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

This text has shadow with #E7BEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BEC0 on black background.


Color preview on white background

This text has color #E7BEC0 on white background.



Black color preview on #E7BEC0 background

This text has black color on #E7BEC0 background.


White color preview on #E7BEC0 background

This text has white color on #E7BEC0 background.