COLOR #E5BCCB

HEX: #E5BCCB RGB: (229,188,203)

Color info

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

RGB color model

#E5BCCB color RGB value is (229,188,203).

RGB: (229,188,203) (90%, 74%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 188 of 255 = 74%
B 203 of 255 = 80%

229
188
203

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

Portions of RGB colors in percentages

R + G + B = 229 + 188 + 203 = 620 (100%)
R 229 of 620 ~ 36.94%
G 188 of 620 ~ 30.32%
B 203 of 620 ~ 32.74'%

%36.94
%30.32
%32.74

CMYK color model

#E5BCCB color CMYK value is (0,18,11,10).

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

CMYK: (0,18,11,10)
C0M18Y11K10 (0%, 18%, 11%, 10%)
(0.00 / 0.18 / 0.11 / 0.10)

CMYK percentages

%0
%17.9
%11.35
%10.2

Codes

Color #E5BCCB in popluar color models

E5 BC CB
RGB 229 188 203
HSL 338° 44.09% 81.76%
HSB/HSV 338° 17.90% 89.80%
CMYK 0.00% 17.90% 11.35%
10.20%

Color #E5BCCB in popluar number systems.

HEX E5 BC CB
Decimal 229 188 203
Binary 11100101 10111100 11001011
Octal 345 274 313

Shades and tints

Shades of #E5BCCB

#E5BCCB
(229,188,203)
#D1ABB9
(209,171,185)
#BD9AA7
(189,154,167)
#A98995
(169,137,149)
#957883
(149,120,131)
#816771
(129,103,113)
#6D565F
(109,86,95)
#59454D
(89,69,77)
#45343B
(69,52,59)
#312329
(49,35,41)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #E5BCCB

#E5BCCB
(229,188,203)
#E7C2CF
(231,194,207)
#E9C8D3
(233,200,211)
#EBCED7
(235,206,215)
#EDD4DB
(237,212,219)
#EFDADF
(239,218,223)
#F1E0E3
(241,224,227)
#F3E6E7
(243,230,231)
#F5ECEB
(245,236,235)
#F7F2EF
(247,242,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BCCB; }

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

This text font color is #E5BCCB.

Background Color

.myBgColor { background-color: #E5BCCB; }

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

This div background color is #E5BCCB.

Border color

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

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

This div border color is #E5BCCB.

Opacity

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

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

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

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

This text has shadow with #E5BCCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BCCB.

Preview

Color preview on black background

This text has color #E5BCCB on black background.


Color preview on white background

This text has color #E5BCCB on white background.


Black color preview on #E5BCCB background

This text has black color on #E5BCCB background.


White color preview on #E5BCCB background

This text has white color on #E5BCCB background.


Related colors

Complementary color

Complementary color for #hex is #1A4334.


I love getcolorcode.com

Triadic colors

1 #CBE5BC and #BCCBE5 with #E5BCCB are triadic colors.

2 #CBBCE5 and #BCE5CB with #E5BCCB are triadic colors.