COLOR #E7BEC5

HEX: #E7BEC5
RGB: (231,190,197)

Color info

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

RGB color model

#E7BEC5 color RGB value is (231,190,197).

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

RGB channels and saturation

R 231 of 255 = 91%
G 190 of 255 = 75%
B 197 of 255 = 77%

231
190
197

R + G + B ~ 81%. #E7BEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 190 + 197 = 618 (100%)
R 231 of 618 ~ 37.38%
G 190 of 618 ~ 30.74%
B 197 of 618 ~ 31.88%

%37.38
%30.74
%31.88

CMYK color model

#E7BEC5 color CMYK value is (0,18,15,9).

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 14.72%
  • key color value is 9.41%
CMYK:
(0,18,15,9)
C0M18Y15K9 
(0%,18%,15%,9%)
(0.00/0.18/0.15/0.09)	

CMYK percentages

%0
%17.75
%14.72
%9.41

Codes

Color #E7BEC5 in popluar color models

E7BEC5
RGB231190197
HSL350°46.07%82.55%
HSB/HSV350°17.75%90.59%
CMYK0.00%17.75%14.72%
9.41%

Color #E7BEC5 in popluar number systems.

HEXE7BEC5
Decimal231190197
Binary111001111011111011000101
Octal347276305

Shades and tints

Shades of #E7BEC5

#E7BEC5
(231,190,197)
#D2ADB4
(210,173,180)
#BD9CA3
(189,156,163)
#A88B92
(168,139,146)
#937A81
(147,122,129)
#7E6970
(126,105,112)
#69585F
(105,88,95)
#54474E
(84,71,78)
#3F363D
(63,54,61)
#2A252C
(42,37,44)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #E7BEC5

#E7BEC5
(231,190,197)
#E9C3CA
(233,195,202)
#EBC8CF
(235,200,207)
#EDCDD4
(237,205,212)
#EFD2D9
(239,210,217)
#F1D7DE
(241,215,222)
#F3DCE3
(243,220,227)
#F5E1E8
(245,225,232)
#F7E6ED
(247,230,237)
#F9EBF2
(249,235,242)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BEC5; }

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

This text font color is #E7BEC5.


Background Color

.myBgColor { background-color: #E7BEC5; }

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

This div background color is #E7BEC5.


Border color

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

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

This div border color is #E7BEC5.


Opacity

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

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

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

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

This text has shadow with #E7BEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BEC5 on black background.


Color preview on white background

This text has color #E7BEC5 on white background.



Black color preview on #E7BEC5 background

This text has black color on #E7BEC5 background.


White color preview on #E7BEC5 background

This text has white color on #E7BEC5 background.