COLOR #E0B8B1

HEX: #E0B8B1 RGB: (224,184,177)

Color info

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

RGB color model

#E0B8B1 color RGB value is (224,184,177).

RGB: (224,184,177) (88%, 72%, 69%)

RGB channels and saturation

R 224 of 255 = 88%
G 184 of 255 = 72%
B 177 of 255 = 69%

224
184
177

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

Portions of RGB colors in percentages

R + G + B = 224 + 184 + 177 = 585 (100%)
R 224 of 585 ~ 38.29%
G 184 of 585 ~ 31.45%
B 177 of 585 ~ 30.26'%

%38.29
%31.45
%30.26

CMYK color model

#E0B8B1 color CMYK value is (0,18,21,12).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 20.98%
  • key color value is 12.16%

CMYK: (0,18,21,12)
C0M18Y21K12 (0%, 18%, 21%, 12%)
(0.00 / 0.18 / 0.21 / 0.12)

CMYK percentages

%0
%17.86
%20.98
%12.16

Codes

Color #E0B8B1 in popluar color models

E0 B8 B1
RGB 224 184 177
HSL 43.12% 78.63%
HSB/HSV 20.98% 87.84%
CMYK 0.00% 17.86% 20.98%
12.16%

Color #E0B8B1 in popluar number systems.

HEX E0 B8 B1
Decimal 224 184 177
Binary 11100000 10111000 10110001
Octal 340 270 261

Shades and tints

Shades of #E0B8B1

#E0B8B1
(224,184,177)
#CCA8A1
(204,168,161)
#B89891
(184,152,145)
#A48881
(164,136,129)
#907871
(144,120,113)
#7C6861
(124,104,97)
#685851
(104,88,81)
#544841
(84,72,65)
#403831
(64,56,49)
#2C2821
(44,40,33)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #E0B8B1

#E0B8B1
(224,184,177)
#E2BEB8
(226,190,184)
#E4C4BF
(228,196,191)
#E6CAC6
(230,202,198)
#E8D0CD
(232,208,205)
#EAD6D4
(234,214,212)
#ECDCDB
(236,220,219)
#EEE2E2
(238,226,226)
#F0E8E9
(240,232,233)
#F2EEF0
(242,238,240)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B8B1 color. Also use rgb(224,184,177) instead hex code.

Text Font Color

.myTextColor { color: #E0B8B1; }

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

This text font color is #E0B8B1.

Background Color

.myBgColor { background-color: #E0B8B1; }

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

This div background color is #E0B8B1.

Border color

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

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

This div border color is #E0B8B1.

Opacity

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

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

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

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

This text has shadow with #E0B8B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B8B1.

Preview

Color preview on black background

This text has color #E0B8B1 on black background.


Color preview on white background

This text has color #E0B8B1 on white background.


Black color preview on #E0B8B1 background

This text has black color on #E0B8B1 background.


White color preview on #E0B8B1 background

This text has white color on #E0B8B1 background.


Related colors

Complementary color

Complementary color for #hex is #1F474E.


I love getcolorcode.com

Triadic colors

1 #B1E0B8 and #B8B1E0 with #E0B8B1 are triadic colors.

2 #B1B8E0 and #B8E0B1 with #E0B8B1 are triadic colors.