COLOR #E1BCA1

HEX: #E1BCA1 RGB: (225,188,161)

Color info

#E1BCA1 contains mainly red and green colors. Web safe color of #E1BCA1 is #CCCC99 (or #CC9).

RGB color model

#E1BCA1 color RGB value is (225,188,161).

RGB: (225,188,161) (88%, 74%, 63%)

RGB channels and saturation

R 225 of 255 = 88%
G 188 of 255 = 74%
B 161 of 255 = 63%

225
188
161

R + G + B ~ 75%. #E1BCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 188 + 161 = 574 (100%)
R 225 of 574 ~ 39.2%
G 188 of 574 ~ 32.75%
B 161 of 574 ~ 28.05'%

%39.2
%32.75
%28.05

CMYK color model

#E1BCA1 color CMYK value is (0,16,28,12).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 28.44%
  • key color value is 11.76%

CMYK: (0,16,28,12)
C0M16Y28K12 (0%, 16%, 28%, 12%)
(0.00 / 0.16 / 0.28 / 0.12)

CMYK percentages

%0
%16.44
%28.44
%11.76

Codes

Color #E1BCA1 in popluar color models

E1 BC A1
RGB 225 188 161
HSL 25° 51.61% 75.69%
HSB/HSV 25° 28.44% 88.24%
CMYK 0.00% 16.44% 28.44%
11.76%

Color #E1BCA1 in popluar number systems.

HEX E1 BC A1
Decimal 225 188 161
Binary 11100001 10111100 10100001
Octal 341 274 241

Shades and tints

Shades of #E1BCA1

#E1BCA1
(225,188,161)
#CDAB93
(205,171,147)
#B99A85
(185,154,133)
#A58977
(165,137,119)
#917869
(145,120,105)
#7D675B
(125,103,91)
#69564D
(105,86,77)
#55453F
(85,69,63)
#413431
(65,52,49)
#2D2323
(45,35,35)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #E1BCA1

#E1BCA1
(225,188,161)
#E3C2A9
(227,194,169)
#E5C8B1
(229,200,177)
#E7CEB9
(231,206,185)
#E9D4C1
(233,212,193)
#EBDAC9
(235,218,201)
#EDE0D1
(237,224,209)
#EFE6D9
(239,230,217)
#F1ECE1
(241,236,225)
#F3F2E9
(243,242,233)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BCA1; }

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

This text font color is #E1BCA1.

Background Color

.myBgColor { background-color: #E1BCA1; }

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

This div background color is #E1BCA1.

Border color

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

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

This div border color is #E1BCA1.

Opacity

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

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

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

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

This text has shadow with #E1BCA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BCA1.

Preview

Color preview on black background

This text has color #E1BCA1 on black background.


Color preview on white background

This text has color #E1BCA1 on white background.


Black color preview on #E1BCA1 background

This text has black color on #E1BCA1 background.


White color preview on #E1BCA1 background

This text has white color on #E1BCA1 background.


Related colors

Complementary color

Complementary color for #hex is #1E435E.


I love getcolorcode.com

Triadic colors

1 #A1E1BC and #BCA1E1 with #E1BCA1 are triadic colors.

2 #A1BCE1 and #BCE1A1 with #E1BCA1 are triadic colors.