COLOR #E1B8B7

HEX: #E1B8B7 RGB: (225,184,183)

Color info

#E1B8B7 contains red, green and blue colors in about the same proportion. Web safe color of #E1B8B7 is #CCCCCC (or #CCC).

RGB color model

#E1B8B7 color RGB value is (225,184,183).

RGB: (225,184,183) (88%, 72%, 72%)

RGB channels and saturation

R 225 of 255 = 88%
G 184 of 255 = 72%
B 183 of 255 = 72%

225
184
183

R + G + B ~ 77%. #E1B8B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 184 + 183 = 592 (100%)
R 225 of 592 ~ 38.01%
G 184 of 592 ~ 31.08%
B 183 of 592 ~ 30.91'%

%38.01
%31.08
%30.91

CMYK color model

#E1B8B7 color CMYK value is (0,18,19,12).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 18.67%
  • key color value is 11.76%

CMYK: (0,18,19,12)
C0M18Y19K12 (0%, 18%, 19%, 12%)
(0.00 / 0.18 / 0.19 / 0.12)

CMYK percentages

%0
%18.22
%18.67
%11.76

Codes

Color #E1B8B7 in popluar color models

E1 B8 B7
RGB 225 184 183
HSL 41.18% 80.00%
HSB/HSV 18.67% 88.24%
CMYK 0.00% 18.22% 18.67%
11.76%

Color #E1B8B7 in popluar number systems.

HEX E1 B8 B7
Decimal 225 184 183
Binary 11100001 10111000 10110111
Octal 341 270 267

Shades and tints

Shades of #E1B8B7

#E1B8B7
(225,184,183)
#CDA8A7
(205,168,167)
#B99897
(185,152,151)
#A58887
(165,136,135)
#917877
(145,120,119)
#7D6867
(125,104,103)
#695857
(105,88,87)
#554847
(85,72,71)
#413837
(65,56,55)
#2D2827
(45,40,39)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #E1B8B7

#E1B8B7
(225,184,183)
#E3BEBD
(227,190,189)
#E5C4C3
(229,196,195)
#E7CAC9
(231,202,201)
#E9D0CF
(233,208,207)
#EBD6D5
(235,214,213)
#EDDCDB
(237,220,219)
#EFE2E1
(239,226,225)
#F1E8E7
(241,232,231)
#F3EEED
(243,238,237)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B8B7 color. Also use rgb(225,184,183) instead hex code.

Text Font Color

.myTextColor { color: #E1B8B7; }

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

This text font color is #E1B8B7.

Background Color

.myBgColor { background-color: #E1B8B7; }

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

This div background color is #E1B8B7.

Border color

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

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

This div border color is #E1B8B7.

Opacity

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

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

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

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

This text has shadow with #E1B8B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B8B7.

Preview

Color preview on black background

This text has color #E1B8B7 on black background.


Color preview on white background

This text has color #E1B8B7 on white background.


Black color preview on #E1B8B7 background

This text has black color on #E1B8B7 background.


White color preview on #E1B8B7 background

This text has white color on #E1B8B7 background.


Related colors

Complementary color

Complementary color for #hex is #1E4748.


I love getcolorcode.com

Triadic colors

1 #B7E1B8 and #B8B7E1 with #E1B8B7 are triadic colors.

2 #B7B8E1 and #B8E1B7 with #E1B8B7 are triadic colors.