COLOR #E5BEC3

HEX: #E5BEC3 RGB: (229,190,195)

Color info

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

RGB color model

#E5BEC3 color RGB value is (229,190,195).

RGB: (229,190,195) (90%, 75%, 76%)

RGB channels and saturation

R 229 of 255 = 90%
G 190 of 255 = 75%
B 195 of 255 = 76%

229
190
195

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

Portions of RGB colors in percentages

R + G + B = 229 + 190 + 195 = 614 (100%)
R 229 of 614 ~ 37.3%
G 190 of 614 ~ 30.94%
B 195 of 614 ~ 31.76'%

%37.3
%30.94
%31.76

CMYK color model

#E5BEC3 color CMYK value is (0,17,15,10).

  • cyan value is 0.00%
  • magenta value is 17.03%
  • yellow value is 14.85%
  • key color value is 10.20%

CMYK: (0,17,15,10)
C0M17Y15K10 (0%, 17%, 15%, 10%)
(0.00 / 0.17 / 0.15 / 0.10)

CMYK percentages

%0
%17.03
%14.85
%10.2

Codes

Color #E5BEC3 in popluar color models

E5 BE C3
RGB 229 190 195
HSL 352° 42.86% 82.16%
HSB/HSV 352° 17.03% 89.80%
CMYK 0.00% 17.03% 14.85%
10.20%

Color #E5BEC3 in popluar number systems.

HEX E5 BE C3
Decimal 229 190 195
Binary 11100101 10111110 11000011
Octal 345 276 303

Shades and tints

Shades of #E5BEC3

#E5BEC3
(229,190,195)
#D1ADB2
(209,173,178)
#BD9CA1
(189,156,161)
#A98B90
(169,139,144)
#957A7F
(149,122,127)
#81696E
(129,105,110)
#6D585D
(109,88,93)
#59474C
(89,71,76)
#45363B
(69,54,59)
#31252A
(49,37,42)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #E5BEC3

#E5BEC3
(229,190,195)
#E7C3C8
(231,195,200)
#E9C8CD
(233,200,205)
#EBCDD2
(235,205,210)
#EDD2D7
(237,210,215)
#EFD7DC
(239,215,220)
#F1DCE1
(241,220,225)
#F3E1E6
(243,225,230)
#F5E6EB
(245,230,235)
#F7EBF0
(247,235,240)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BEC3; }

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

This text font color is #E5BEC3.

Background Color

.myBgColor { background-color: #E5BEC3; }

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

This div background color is #E5BEC3.

Border color

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

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

This div border color is #E5BEC3.

Opacity

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

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

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

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

This text has shadow with #E5BEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BEC3.

Preview

Color preview on black background

This text has color #E5BEC3 on black background.


Color preview on white background

This text has color #E5BEC3 on white background.


Black color preview on #E5BEC3 background

This text has black color on #E5BEC3 background.


White color preview on #E5BEC3 background

This text has white color on #E5BEC3 background.


Related colors

Complementary color

Complementary color for #E5BEC3 is #1A413C.


I love getcolorcode.com

Triadic colors

1 #C3E5BE and #BEC3E5 with #E5BEC3 are triadic colors.

2 #C3BEE5 and #BEE5C3 with #E5BEC3 are triadic colors.