COLOR #E1B27C

HEX: #E1B27C RGB: (225,178,124)

Color info

#E1B27C contains mainly red and green colors. Web safe color of #E1B27C is #CC9966 (or #C96).

RGB color model

#E1B27C color RGB value is (225,178,124).

RGB: (225,178,124) (88%, 70%, 49%)

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 124 of 255 = 49%

225
178
124

R + G + B ~ 69%. #E1B27C is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 178 + 124 = 527 (100%)
R 225 of 527 ~ 42.69%
G 178 of 527 ~ 33.78%
B 124 of 527 ~ 23.53'%

%42.69
%33.78
%23.53

CMYK color model

#E1B27C color CMYK value is (0,21,45,12).

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

CMYK: (0,21,45,12)
C0M21Y45K12 (0%, 21%, 45%, 12%)
(0.00 / 0.21 / 0.45 / 0.12)

CMYK percentages

%0
%20.89
%44.89
%11.76

Codes

Color #E1B27C in popluar color models

E1 B2 7C
RGB 225 178 124
HSL 32° 62.73% 68.43%
HSB/HSV 32° 44.89% 88.24%
CMYK 0.00% 20.89% 44.89%
11.76%

Color #E1B27C in popluar number systems.

HEX E1 B2 7C
Decimal 225 178 124
Binary 11100001 10110010 1111100
Octal 341 262 174

Shades and tints

Shades of #E1B27C

#E1B27C
(225,178,124)
#CDA271
(205,162,113)
#B99266
(185,146,102)
#A5825B
(165,130,91)
#917250
(145,114,80)
#7D6245
(125,98,69)
#69523A
(105,82,58)
#55422F
(85,66,47)
#413224
(65,50,36)
#2D2219
(45,34,25)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #E1B27C

#E1B27C
(225,178,124)
#E3B987
(227,185,135)
#E5C092
(229,192,146)
#E7C79D
(231,199,157)
#E9CEA8
(233,206,168)
#EBD5B3
(235,213,179)
#EDDCBE
(237,220,190)
#EFE3C9
(239,227,201)
#F1EAD4
(241,234,212)
#F3F1DF
(243,241,223)
#F5F8EA
(245,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B27C; }

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

This text font color is #E1B27C.

Background Color

.myBgColor { background-color: #E1B27C; }

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

This div background color is #E1B27C.

Border color

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

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

This div border color is #E1B27C.

Opacity

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

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

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

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

This text has shadow with #E1B27C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B27C.

Preview

Color preview on black background

This text has color #E1B27C on black background.


Color preview on white background

This text has color #E1B27C on white background.


Black color preview on #E1B27C background

This text has black color on #E1B27C background.


White color preview on #E1B27C background

This text has white color on #E1B27C background.


Related colors

Complementary color

Complementary color for #hex is #1E4D83.


I love getcolorcode.com

Triadic colors

1 #7CE1B2 and #B27CE1 with #E1B27C are triadic colors.

2 #7CB2E1 and #B2E17C with #E1B27C are triadic colors.