COLOR #E3BCAD

HEX: #E3BCAD
RGB: (227,188,173)

Color info

#E3BCAD contains red, green and blue colors in about the same proportion. Web safe color of #E3BCAD is #CCCC99 (or #CC9).

RGB color model

#E3BCAD color RGB value is (227,188,173).

  • red value is 227;
  • green value is 188;
  • blue value is 173.
RGB:
(227,188,173)
(89%,74%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 173 of 255 = 68%

227
188
173

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

Portions of RGB colors in percentages

R + G + B =
227 + 188 + 173 = 588 (100%)
R 227 of 588 ~ 38.61%
G 188 of 588 ~ 31.97%
B 173 of 588 ~ 29.42%

%38.61
%31.97
%29.42

CMYK color model

#E3BCAD color CMYK value is (0,17,24,11).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(0,17,24,11)
C0M17Y24K11 
(0%,17%,24%,11%)
(0.00/0.17/0.24/0.11)	

CMYK percentages

%0
%17.18
%23.79
%10.98

Codes

Color #E3BCAD in popluar color models

E3BCAD
RGB227188173
HSL17°49.09%78.43%
HSB/HSV17°23.79%89.02%
CMYK0.00%17.18%23.79%
10.98%

Color #E3BCAD in popluar number systems.

HEXE3BCAD
Decimal227188173
Binary111000111011110010101101
Octal343274255

Shades and tints

Shades of #E3BCAD

#E3BCAD
(227,188,173)
#CFAB9E
(207,171,158)
#BB9A8F
(187,154,143)
#A78980
(167,137,128)
#937871
(147,120,113)
#7F6762
(127,103,98)
#6B5653
(107,86,83)
#574544
(87,69,68)
#433435
(67,52,53)
#2F2326
(47,35,38)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #E3BCAD

#E3BCAD
(227,188,173)
#E5C2B4
(229,194,180)
#E7C8BB
(231,200,187)
#E9CEC2
(233,206,194)
#EBD4C9
(235,212,201)
#EDDAD0
(237,218,208)
#EFE0D7
(239,224,215)
#F1E6DE
(241,230,222)
#F3ECE5
(243,236,229)
#F5F2EC
(245,242,236)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BCAD color. Also use rgb(227,188,173) instead hex code.

Text Font Color

.myTextColor { color: #E3BCAD; }

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

This text font color is #E3BCAD.


Background Color

.myBgColor { background-color: #E3BCAD; }

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

This div background color is #E3BCAD.


Border color

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

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

This div border color is #E3BCAD.


Opacity

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

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

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

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

This text has shadow with #E3BCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BCAD on black background.


Color preview on white background

This text has color #E3BCAD on white background.



Black color preview on #E3BCAD background

This text has black color on #E3BCAD background.


White color preview on #E3BCAD background

This text has white color on #E3BCAD background.