COLOR #E5BECB

HEX: #E5BECB RGB: (229,190,203)

Color info

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

RGB color model

#E5BECB color RGB value is (229,190,203).

RGB: (229,190,203) (90%, 75%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 190 of 255 = 75%
B 203 of 255 = 80%

229
190
203

R + G + B ~ 82%. #E5BECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 190 + 203 = 622 (100%)
R 229 of 622 ~ 36.82%
G 190 of 622 ~ 30.55%
B 203 of 622 ~ 32.64'%

%36.82
%30.55
%32.64

CMYK color model

#E5BECB color CMYK value is (0,17,11,10).

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

CMYK: (0,17,11,10)
C0M17Y11K10 (0%, 17%, 11%, 10%)
(0.00 / 0.17 / 0.11 / 0.10)

CMYK percentages

%0
%17.03
%11.35
%10.2

Codes

Color #E5BECB in popluar color models

E5 BE CB
RGB 229 190 203
HSL 340° 42.86% 82.16%
HSB/HSV 340° 17.03% 89.80%
CMYK 0.00% 17.03% 11.35%
10.20%

Color #E5BECB in popluar number systems.

HEX E5 BE CB
Decimal 229 190 203
Binary 11100101 10111110 11001011
Octal 345 276 313

Shades and tints

Shades of #E5BECB

#E5BECB
(229,190,203)
#D1ADB9
(209,173,185)
#BD9CA7
(189,156,167)
#A98B95
(169,139,149)
#957A83
(149,122,131)
#816971
(129,105,113)
#6D585F
(109,88,95)
#59474D
(89,71,77)
#45363B
(69,54,59)
#312529
(49,37,41)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #E5BECB

#E5BECB
(229,190,203)
#E7C3CF
(231,195,207)
#E9C8D3
(233,200,211)
#EBCDD7
(235,205,215)
#EDD2DB
(237,210,219)
#EFD7DF
(239,215,223)
#F1DCE3
(241,220,227)
#F3E1E7
(243,225,231)
#F5E6EB
(245,230,235)
#F7EBEF
(247,235,239)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BECB; }

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

This text font color is #E5BECB.

Background Color

.myBgColor { background-color: #E5BECB; }

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

This div background color is #E5BECB.

Border color

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

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

This div border color is #E5BECB.

Opacity

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

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

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

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

This text has shadow with #E5BECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BECB.

Preview

Color preview on black background

This text has color #E5BECB on black background.


Color preview on white background

This text has color #E5BECB on white background.


Black color preview on #E5BECB background

This text has black color on #E5BECB background.


White color preview on #E5BECB background

This text has white color on #E5BECB background.


Related colors

Complementary color

Complementary color for #hex is #1A4134.


I love getcolorcode.com

Triadic colors

1 #CBE5BE and #BECBE5 with #E5BECB are triadic colors.

2 #CBBEE5 and #BEE5CB with #E5BECB are triadic colors.