COLOR #E5BEC7

HEX: #E5BEC7
RGB: (229,190,199)

Color info

#E5BEC7 contains red, green and blue colors in about the same proportion. Web safe color of #E5BEC7 is #CCCCCC (or #CCC).

RGB color model

#E5BEC7 color RGB value is (229,190,199).

  • red value is 229;
  • green value is 190;
  • blue value is 199.
RGB:
(229,190,199)
(90%,75%,78%)

RGB channels and saturation

R 229 of 255 = 90%
G 190 of 255 = 75%
B 199 of 255 = 78%

229
190
199

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

Portions of RGB colors in percentages

R + G + B =
229 + 190 + 199 = 618 (100%)
R 229 of 618 ~ 37.06%
G 190 of 618 ~ 30.74%
B 199 of 618 ~ 32.2%

%37.06
%30.74
%32.2

CMYK color model

#E5BEC7 color CMYK value is (0,17,13,10).

  • cyan value is 0.00%
  • magenta value is 17.03%
  • yellow value is 13.10%
  • key color value is 10.20%
CMYK:
(0,17,13,10)
C0M17Y13K10 
(0%,17%,13%,10%)
(0.00/0.17/0.13/0.10)	

CMYK percentages

%0
%17.03
%13.1
%10.2

Codes

Color #E5BEC7 in popluar color models

E5BEC7
RGB229190199
HSL346°42.86%82.16%
HSB/HSV346°17.03%89.80%
CMYK0.00%17.03%13.10%
10.20%

Color #E5BEC7 in popluar number systems.

HEXE5BEC7
Decimal229190199
Binary111001011011111011000111
Octal345276307

Shades and tints

Shades of #E5BEC7

#E5BEC7
(229,190,199)
#D1ADB5
(209,173,181)
#BD9CA3
(189,156,163)
#A98B91
(169,139,145)
#957A7F
(149,122,127)
#81696D
(129,105,109)
#6D585B
(109,88,91)
#594749
(89,71,73)
#453637
(69,54,55)
#312525
(49,37,37)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #E5BEC7

#E5BEC7
(229,190,199)
#E7C3CC
(231,195,204)
#E9C8D1
(233,200,209)
#EBCDD6
(235,205,214)
#EDD2DB
(237,210,219)
#EFD7E0
(239,215,224)
#F1DCE5
(241,220,229)
#F3E1EA
(243,225,234)
#F5E6EF
(245,230,239)
#F7EBF4
(247,235,244)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BEC7 color. Also use rgb(229,190,199) instead hex code.

Text Font Color

.myTextColor { color: #E5BEC7; }

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

This text font color is #E5BEC7.


Background Color

.myBgColor { background-color: #E5BEC7; }

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

This div background color is #E5BEC7.


Border color

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

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

This div border color is #E5BEC7.


Opacity

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

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

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

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

This text has shadow with #E5BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BEC7 on black background.


Color preview on white background

This text has color #E5BEC7 on white background.



Black color preview on #E5BEC7 background

This text has black color on #E5BEC7 background.


White color preview on #E5BEC7 background

This text has white color on #E5BEC7 background.