COLOR #E1BCA7

HEX: #E1BCA7 RGB: (225,188,167)

Color info

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

RGB color model

#E1BCA7 color RGB value is (225,188,167).

RGB: (225,188,167) (88%, 74%, 65%)

RGB channels and saturation

R 225 of 255 = 88%
G 188 of 255 = 74%
B 167 of 255 = 65%

225
188
167

R + G + B ~ 76%. #E1BCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 188 + 167 = 580 (100%)
R 225 of 580 ~ 38.79%
G 188 of 580 ~ 32.41%
B 167 of 580 ~ 28.79'%

%38.79
%32.41
%28.79

CMYK color model

#E1BCA7 color CMYK value is (0,16,26,12).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 25.78%
  • key color value is 11.76%
CMYK: (0,16,26,12) C0M16Y26K12 (0%,16%,26%,12%) (0.00/0.16/0.26/0.12) 

CMYK percentages

%0
%16.44
%25.78
%11.76

Codes

Color #E1BCA7 in popluar color models

E1 BC A7
RGB 225 188 167
HSL 22° 49.15% 76.86%
HSB/HSV 22° 25.78% 88.24%
CMYK 0.00% 16.44% 25.78%
11.76%

Color #E1BCA7 in popluar number systems.

HEX E1 BC A7
Decimal 225 188 167
Binary 11100001 10111100 10100111
Octal 341 274 247

Shades and tints

Shades of #E1BCA7

#E1BCA7
(225,188,167)
#CDAB98
(205,171,152)
#B99A89
(185,154,137)
#A5897A
(165,137,122)
#91786B
(145,120,107)
#7D675C
(125,103,92)
#69564D
(105,86,77)
#55453E
(85,69,62)
#41342F
(65,52,47)
#2D2320
(45,35,32)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #E1BCA7

#E1BCA7
(225,188,167)
#E3C2AF
(227,194,175)
#E5C8B7
(229,200,183)
#E7CEBF
(231,206,191)
#E9D4C7
(233,212,199)
#EBDACF
(235,218,207)
#EDE0D7
(237,224,215)
#EFE6DF
(239,230,223)
#F1ECE7
(241,236,231)
#F3F2EF
(243,242,239)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BCA7 color. Also use rgb(225,188,167) instead hex code.

Text Font Color

.myTextColor { color: #E1BCA7; }

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

This text font color is #E1BCA7.

Background Color

.myBgColor { background-color: #E1BCA7; }

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

This div background color is #E1BCA7.

Border color

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

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

This div border color is #E1BCA7.

Opacity

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

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

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

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

This text has shadow with #E1BCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BCA7.

Preview

Color preview on black background

This text has color #E1BCA7 on black background.


Color preview on white background

This text has color #E1BCA7 on white background.


Black color preview on #E1BCA7 background

This text has black color on #E1BCA7 background.


White color preview on #E1BCA7 background

This text has white color on #E1BCA7 background.


Related colors

Complementary color

Complementary color for #hex is #1E4358.


I love getcolorcode.com

Triadic colors

1 #A7E1BC and #BCA7E1 with #E1BCA7 are triadic colors.

2 #A7BCE1 and #BCE1A7 with #E1BCA7 are triadic colors.