COLOR #E1B2A2

HEX: #E1B2A2 RGB: (225,178,162)

Color info

#E1B2A2 contains mainly red and green colors. Web safe color of #E1B2A2 is #CC9999 (or #C99).

RGB color model

#E1B2A2 color RGB value is (225,178,162).

RGB: (225,178,162) (88%, 70%, 64%)

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 162 of 255 = 64%

225
178
162

R + G + B ~ 74%. #E1B2A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 178 + 162 = 565 (100%)
R 225 of 565 ~ 39.82%
G 178 of 565 ~ 31.5%
B 162 of 565 ~ 28.67'%

%39.82
%31.5
%28.67

CMYK color model

#E1B2A2 color CMYK value is (0,21,28,12).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 28.00%
  • key color value is 11.76%

CMYK: (0,21,28,12)
C0M21Y28K12 (0%, 21%, 28%, 12%)
(0.00 / 0.21 / 0.28 / 0.12)

CMYK percentages

%0
%20.89
%28
%11.76

Codes

Color #E1B2A2 in popluar color models

E1 B2 A2
RGB 225 178 162
HSL 15° 51.22% 75.88%
HSB/HSV 15° 28.00% 88.24%
CMYK 0.00% 20.89% 28.00%
11.76%

Color #E1B2A2 in popluar number systems.

HEX E1 B2 A2
Decimal 225 178 162
Binary 11100001 10110010 10100010
Octal 341 262 242

Shades and tints

Shades of #E1B2A2

#E1B2A2
(225,178,162)
#CDA294
(205,162,148)
#B99286
(185,146,134)
#A58278
(165,130,120)
#91726A
(145,114,106)
#7D625C
(125,98,92)
#69524E
(105,82,78)
#554240
(85,66,64)
#413232
(65,50,50)
#2D2224
(45,34,36)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #E1B2A2

#E1B2A2
(225,178,162)
#E3B9AA
(227,185,170)
#E5C0B2
(229,192,178)
#E7C7BA
(231,199,186)
#E9CEC2
(233,206,194)
#EBD5CA
(235,213,202)
#EDDCD2
(237,220,210)
#EFE3DA
(239,227,218)
#F1EAE2
(241,234,226)
#F3F1EA
(243,241,234)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B2A2 color. Also use rgb(225,178,162) instead hex code.

Text Font Color

.myTextColor { color: #E1B2A2; }

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

This text font color is #E1B2A2.

Background Color

.myBgColor { background-color: #E1B2A2; }

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

This div background color is #E1B2A2.

Border color

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

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

This div border color is #E1B2A2.

Opacity

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

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

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

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

This text has shadow with #E1B2A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B2A2.

Preview

Color preview on black background

This text has color #E1B2A2 on black background.


Color preview on white background

This text has color #E1B2A2 on white background.


Black color preview on #E1B2A2 background

This text has black color on #E1B2A2 background.


White color preview on #E1B2A2 background

This text has white color on #E1B2A2 background.


Related colors

Complementary color

Complementary color for #hex is #1E4D5D.


I love getcolorcode.com

Triadic colors

1 #A2E1B2 and #B2A2E1 with #E1B2A2 are triadic colors.

2 #A2B2E1 and #B2E1A2 with #E1B2A2 are triadic colors.