COLOR #E7BCAE

HEX: #E7BCAE RGB: (231,188,174)

Color info

#E7BCAE contains red, green and blue colors in about the same proportion. Web safe color of #E7BCAE is #FFCC99 (or #FC9).

RGB color model

#E7BCAE color RGB value is (231,188,174).

RGB: (231,188,174) (91%, 74%, 68%)

RGB channels and saturation

R 231 of 255 = 91%
G 188 of 255 = 74%
B 174 of 255 = 68%

231
188
174

R + G + B ~ 78%. #E7BCAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 188 + 174 = 593 (100%)
R 231 of 593 ~ 38.95%
G 188 of 593 ~ 31.7%
B 174 of 593 ~ 29.34'%

%38.95
%31.7
%29.34

CMYK color model

#E7BCAE color CMYK value is (0,19,25,9).

  • cyan value is 0.00%
  • magenta value is 18.61%
  • yellow value is 24.68%
  • key color value is 9.41%

CMYK: (0,19,25,9)
C0M19Y25K9 (0%, 19%, 25%, 9%)
(0.00 / 0.19 / 0.25 / 0.09)

CMYK percentages

%0
%18.61
%24.68
%9.41

Codes

Color #E7BCAE in popluar color models

E7 BC AE
RGB 231 188 174
HSL 15° 54.29% 79.41%
HSB/HSV 15° 24.68% 90.59%
CMYK 0.00% 18.61% 24.68%
9.41%

Color #E7BCAE in popluar number systems.

HEX E7 BC AE
Decimal 231 188 174
Binary 11100111 10111100 10101110
Octal 347 274 256

Shades and tints

Shades of #E7BCAE

#E7BCAE
(231,188,174)
#D2AB9F
(210,171,159)
#BD9A90
(189,154,144)
#A88981
(168,137,129)
#937872
(147,120,114)
#7E6763
(126,103,99)
#695654
(105,86,84)
#544545
(84,69,69)
#3F3436
(63,52,54)
#2A2327
(42,35,39)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #E7BCAE

#E7BCAE
(231,188,174)
#E9C2B5
(233,194,181)
#EBC8BC
(235,200,188)
#EDCEC3
(237,206,195)
#EFD4CA
(239,212,202)
#F1DAD1
(241,218,209)
#F3E0D8
(243,224,216)
#F5E6DF
(245,230,223)
#F7ECE6
(247,236,230)
#F9F2ED
(249,242,237)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BCAE color. Also use rgb(231,188,174) instead hex code.

Text Font Color

.myTextColor { color: #E7BCAE; }

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

This text font color is #E7BCAE.

Background Color

.myBgColor { background-color: #E7BCAE; }

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

This div background color is #E7BCAE.

Border color

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

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

This div border color is #E7BCAE.

Opacity

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

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

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

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

This text has shadow with #E7BCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BCAE.

Preview

Color preview on black background

This text has color #E7BCAE on black background.


Color preview on white background

This text has color #E7BCAE on white background.


Black color preview on #E7BCAE background

This text has black color on #E7BCAE background.


White color preview on #E7BCAE background

This text has white color on #E7BCAE background.


Related colors

Complementary color

Complementary color for #hex is #184351.


I love getcolorcode.com

Triadic colors

1 #AEE7BC and #BCAEE7 with #E7BCAE are triadic colors.

2 #AEBCE7 and #BCE7AE with #E7BCAE are triadic colors.