COLOR #E7BEC2

HEX: #E7BEC2
RGB: (231,190,194)

Color info

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

RGB color model

#E7BEC2 color RGB value is (231,190,194).

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

RGB channels and saturation

R 231 of 255 = 91%
G 190 of 255 = 75%
B 194 of 255 = 76%

231
190
194

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

Portions of RGB colors in percentages

R + G + B =
231 + 190 + 194 = 615 (100%)
R 231 of 615 ~ 37.56%
G 190 of 615 ~ 30.89%
B 194 of 615 ~ 31.54%

%37.56
%30.89
%31.54

CMYK color model

#E7BEC2 color CMYK value is (0,18,16,9).

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 16.02%
  • key color value is 9.41%
CMYK:
(0,18,16,9)
C0M18Y16K9 
(0%,18%,16%,9%)
(0.00/0.18/0.16/0.09)	

CMYK percentages

%0
%17.75
%16.02
%9.41

Codes

Color #E7BEC2 in popluar color models

E7BEC2
RGB231190194
HSL354°46.07%82.55%
HSB/HSV354°17.75%90.59%
CMYK0.00%17.75%16.02%
9.41%

Color #E7BEC2 in popluar number systems.

HEXE7BEC2
Decimal231190194
Binary111001111011111011000010
Octal347276302

Shades and tints

Shades of #E7BEC2

#E7BEC2
(231,190,194)
#D2ADB1
(210,173,177)
#BD9CA0
(189,156,160)
#A88B8F
(168,139,143)
#937A7E
(147,122,126)
#7E696D
(126,105,109)
#69585C
(105,88,92)
#54474B
(84,71,75)
#3F363A
(63,54,58)
#2A2529
(42,37,41)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #E7BEC2

#E7BEC2
(231,190,194)
#E9C3C7
(233,195,199)
#EBC8CC
(235,200,204)
#EDCDD1
(237,205,209)
#EFD2D6
(239,210,214)
#F1D7DB
(241,215,219)
#F3DCE0
(243,220,224)
#F5E1E5
(245,225,229)
#F7E6EA
(247,230,234)
#F9EBEF
(249,235,239)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BEC2; }

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

This text font color is #E7BEC2.


Background Color

.myBgColor { background-color: #E7BEC2; }

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

This div background color is #E7BEC2.


Border color

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

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

This div border color is #E7BEC2.


Opacity

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

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

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

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

This text has shadow with #E7BEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BEC2 on black background.


Color preview on white background

This text has color #E7BEC2 on white background.



Black color preview on #E7BEC2 background

This text has black color on #E7BEC2 background.


White color preview on #E7BEC2 background

This text has white color on #E7BEC2 background.