COLOR #E1B4AF

HEX: #E1B4AF RGB: (225,180,175)

Color info

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

RGB color model

#E1B4AF color RGB value is (225,180,175).

RGB: (225,180,175) (88%, 71%, 69%)

RGB channels and saturation

R 225 of 255 = 88%
G 180 of 255 = 71%
B 175 of 255 = 69%

225
180
175

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

Portions of RGB colors in percentages

R + G + B = 225 + 180 + 175 = 580 (100%)
R 225 of 580 ~ 38.79%
G 180 of 580 ~ 31.03%
B 175 of 580 ~ 30.17'%

%38.79
%31.03
%30.17

CMYK color model

#E1B4AF color CMYK value is (0,20,22,12).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 22.22%
  • key color value is 11.76%
CMYK: (0,20,22,12) C0M20Y22K12 (0%,20%,22%,12%) (0.00/0.20/0.22/0.12) 

CMYK percentages

%0
%20
%22.22
%11.76

Codes

Color #E1B4AF in popluar color models

E1 B4 AF
RGB 225 180 175
HSL 45.45% 78.43%
HSB/HSV 22.22% 88.24%
CMYK 0.00% 20.00% 22.22%
11.76%

Color #E1B4AF in popluar number systems.

HEX E1 B4 AF
Decimal 225 180 175
Binary 11100001 10110100 10101111
Octal 341 264 257

Shades and tints

Shades of #E1B4AF

#E1B4AF
(225,180,175)
#CDA4A0
(205,164,160)
#B99491
(185,148,145)
#A58482
(165,132,130)
#917473
(145,116,115)
#7D6464
(125,100,100)
#695455
(105,84,85)
#554446
(85,68,70)
#413437
(65,52,55)
#2D2428
(45,36,40)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #E1B4AF

#E1B4AF
(225,180,175)
#E3BAB6
(227,186,182)
#E5C0BD
(229,192,189)
#E7C6C4
(231,198,196)
#E9CCCB
(233,204,203)
#EBD2D2
(235,210,210)
#EDD8D9
(237,216,217)
#EFDEE0
(239,222,224)
#F1E4E7
(241,228,231)
#F3EAEE
(243,234,238)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B4AF color. Also use rgb(225,180,175) instead hex code.

Text Font Color

.myTextColor { color: #E1B4AF; }

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

This text font color is #E1B4AF.

Background Color

.myBgColor { background-color: #E1B4AF; }

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

This div background color is #E1B4AF.

Border color

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

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

This div border color is #E1B4AF.

Opacity

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

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

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

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

This text has shadow with #E1B4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B4AF.

Preview

Color preview on black background

This text has color #E1B4AF on black background.


Color preview on white background

This text has color #E1B4AF on white background.


Black color preview on #E1B4AF background

This text has black color on #E1B4AF background.


White color preview on #E1B4AF background

This text has white color on #E1B4AF background.


Related colors

Complementary color

Complementary color for #hex is #1E4B50.


I love getcolorcode.com

Triadic colors

1 #AFE1B4 and #B4AFE1 with #E1B4AF are triadic colors.

2 #AFB4E1 and #B4E1AF with #E1B4AF are triadic colors.