COLOR #E5BCC0

HEX: #E5BCC0 RGB: (229,188,192)

Color info

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

RGB color model

#E5BCC0 color RGB value is (229,188,192).

RGB: (229,188,192) (90%, 74%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 188 of 255 = 74%
B 192 of 255 = 75%

229
188
192

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

Portions of RGB colors in percentages

R + G + B = 229 + 188 + 192 = 609 (100%)
R 229 of 609 ~ 37.6%
G 188 of 609 ~ 30.87%
B 192 of 609 ~ 31.53'%

%37.6
%30.87
%31.53

CMYK color model

#E5BCC0 color CMYK value is (0,18,16,10).

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

CMYK: (0,18,16,10)
C0M18Y16K10 (0%, 18%, 16%, 10%)
(0.00 / 0.18 / 0.16 / 0.10)

CMYK percentages

%0
%17.9
%16.16
%10.2

Codes

Color #E5BCC0 in popluar color models

E5 BC C0
RGB 229 188 192
HSL 354° 44.09% 81.76%
HSB/HSV 354° 17.90% 89.80%
CMYK 0.00% 17.90% 16.16%
10.20%

Color #E5BCC0 in popluar number systems.

HEX E5 BC C0
Decimal 229 188 192
Binary 11100101 10111100 11000000
Octal 345 274 300

Shades and tints

Shades of #E5BCC0

#E5BCC0
(229,188,192)
#D1ABAF
(209,171,175)
#BD9A9E
(189,154,158)
#A9898D
(169,137,141)
#95787C
(149,120,124)
#81676B
(129,103,107)
#6D565A
(109,86,90)
#594549
(89,69,73)
#453438
(69,52,56)
#312327
(49,35,39)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #E5BCC0

#E5BCC0
(229,188,192)
#E7C2C5
(231,194,197)
#E9C8CA
(233,200,202)
#EBCECF
(235,206,207)
#EDD4D4
(237,212,212)
#EFDAD9
(239,218,217)
#F1E0DE
(241,224,222)
#F3E6E3
(243,230,227)
#F5ECE8
(245,236,232)
#F7F2ED
(247,242,237)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BCC0; }

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

This text font color is #E5BCC0.

Background Color

.myBgColor { background-color: #E5BCC0; }

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

This div background color is #E5BCC0.

Border color

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

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

This div border color is #E5BCC0.

Opacity

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

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

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

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

This text has shadow with #E5BCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BCC0.

Preview

Color preview on black background

This text has color #E5BCC0 on black background.


Color preview on white background

This text has color #E5BCC0 on white background.


Black color preview on #E5BCC0 background

This text has black color on #E5BCC0 background.


White color preview on #E5BCC0 background

This text has white color on #E5BCC0 background.


Related colors

Complementary color

Complementary color for #hex is #1A433F.


I love getcolorcode.com

Triadic colors

1 #C0E5BC and #BCC0E5 with #E5BCC0 are triadic colors.

2 #C0BCE5 and #BCE5C0 with #E5BCC0 are triadic colors.