COLOR #E8BCB7

HEX: #E8BCB7 RGB: (232,188,183)

Color info

#E8BCB7 contains red, green and blue colors in about the same proportion. Web safe color of #E8BCB7 is #FFCCCC (or #FCC).

RGB color model

#E8BCB7 color RGB value is (232,188,183).

RGB: (232,188,183) (91%, 74%, 72%)

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 183 of 255 = 72%

232
188
183

R + G + B ~ 79%. #E8BCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 188 + 183 = 603 (100%)
R 232 of 603 ~ 38.47%
G 188 of 603 ~ 31.18%
B 183 of 603 ~ 30.35'%

%38.47
%31.18
%30.35

CMYK color model

#E8BCB7 color CMYK value is (0,19,21,9).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 21.12%
  • key color value is 9.02%

CMYK: (0,19,21,9)
C0M19Y21K9 (0%, 19%, 21%, 9%)
(0.00 / 0.19 / 0.21 / 0.09)

CMYK percentages

%0
%18.97
%21.12
%9.02

Codes

Color #E8BCB7 in popluar color models

E8 BC B7
RGB 232 188 183
HSL 51.58% 81.37%
HSB/HSV 21.12% 90.98%
CMYK 0.00% 18.97% 21.12%
9.02%

Color #E8BCB7 in popluar number systems.

HEX E8 BC B7
Decimal 232 188 183
Binary 11101000 10111100 10110111
Octal 350 274 267

Shades and tints

Shades of #E8BCB7

#E8BCB7
(232,188,183)
#D3ABA7
(211,171,167)
#BE9A97
(190,154,151)
#A98987
(169,137,135)
#947877
(148,120,119)
#7F6767
(127,103,103)
#6A5657
(106,86,87)
#554547
(85,69,71)
#403437
(64,52,55)
#2B2327
(43,35,39)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #E8BCB7

#E8BCB7
(232,188,183)
#EAC2BD
(234,194,189)
#ECC8C3
(236,200,195)
#EECEC9
(238,206,201)
#F0D4CF
(240,212,207)
#F2DAD5
(242,218,213)
#F4E0DB
(244,224,219)
#F6E6E1
(246,230,225)
#F8ECE7
(248,236,231)
#FAF2ED
(250,242,237)
#FCF8F3
(252,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BCB7 color. Also use rgb(232,188,183) instead hex code.

Text Font Color

.myTextColor { color: #E8BCB7; }

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

This text font color is #E8BCB7.

Background Color

.myBgColor { background-color: #E8BCB7; }

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

This div background color is #E8BCB7.

Border color

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

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

This div border color is #E8BCB7.

Opacity

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

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

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

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

This text has shadow with #E8BCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BCB7.

Preview

Color preview on black background

This text has color #E8BCB7 on black background.


Color preview on white background

This text has color #E8BCB7 on white background.


Black color preview on #E8BCB7 background

This text has black color on #E8BCB7 background.


White color preview on #E8BCB7 background

This text has white color on #E8BCB7 background.


Related colors

Complementary color

Complementary color for #hex is #174348.


I love getcolorcode.com

Triadic colors

1 #B7E8BC and #BCB7E8 with #E8BCB7 are triadic colors.

2 #B7BCE8 and #BCE8B7 with #E8BCB7 are triadic colors.