COLOR #E8BCAA

HEX: #E8BCAA
RGB: (232,188,170)

Color info

#E8BCAA contains mainly red and green colors. Web safe color of #E8BCAA is #FFCC99 (or #FC9).

RGB color model

#E8BCAA color RGB value is (232,188,170).

  • red value is 232;
  • green value is 188;
  • blue value is 170.
RGB:
(232,188,170)
(91%,74%,67%)

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 170 of 255 = 67%

232
188
170

R + G + B ~ 77%. #E8BCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 188 + 170 = 590 (100%)
R 232 of 590 ~ 39.32%
G 188 of 590 ~ 31.86%
B 170 of 590 ~ 28.81%

%39.32
%31.86
%28.81

CMYK color model

#E8BCAA color CMYK value is (0,19,27,9).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 26.72%
  • key color value is 9.02%
CMYK:
(0,19,27,9)
C0M19Y27K9 
(0%,19%,27%,9%)
(0.00/0.19/0.27/0.09)	

CMYK percentages

%0
%18.97
%26.72
%9.02

Codes

Color #E8BCAA in popluar color models

E8BCAA
RGB232188170
HSL17°57.41%78.82%
HSB/HSV17°26.72%90.98%
CMYK0.00%18.97%26.72%
9.02%

Color #E8BCAA in popluar number systems.

HEXE8BCAA
Decimal232188170
Binary111010001011110010101010
Octal350274252

Shades and tints

Shades of #E8BCAA

#E8BCAA
(232,188,170)
#D3AB9B
(211,171,155)
#BE9A8C
(190,154,140)
#A9897D
(169,137,125)
#94786E
(148,120,110)
#7F675F
(127,103,95)
#6A5650
(106,86,80)
#554541
(85,69,65)
#403432
(64,52,50)
#2B2323
(43,35,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #E8BCAA

#E8BCAA
(232,188,170)
#EAC2B1
(234,194,177)
#ECC8B8
(236,200,184)
#EECEBF
(238,206,191)
#F0D4C6
(240,212,198)
#F2DACD
(242,218,205)
#F4E0D4
(244,224,212)
#F6E6DB
(246,230,219)
#F8ECE2
(248,236,226)
#FAF2E9
(250,242,233)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BCAA; }

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

This text font color is #E8BCAA.


Background Color

.myBgColor { background-color: #E8BCAA; }

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

This div background color is #E8BCAA.


Border color

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

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

This div border color is #E8BCAA.


Opacity

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

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

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

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

This text has shadow with #E8BCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BCAA on black background.


Color preview on white background

This text has color #E8BCAA on white background.



Black color preview on #E8BCAA background

This text has black color on #E8BCAA background.


White color preview on #E8BCAA background

This text has white color on #E8BCAA background.