COLOR #E0B7BA

HEX: #E0B7BA RGB: (224,183,186)

Color info

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

RGB color model

#E0B7BA color RGB value is (224,183,186).

RGB: (224,183,186) (88%, 72%, 73%)

RGB channels and saturation

R 224 of 255 = 88%
G 183 of 255 = 72%
B 186 of 255 = 73%

224
183
186

R + G + B ~ 78%. #E0B7BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 183 + 186 = 593 (100%)
R 224 of 593 ~ 37.77%
G 183 of 593 ~ 30.86%
B 186 of 593 ~ 31.37'%

%37.77
%30.86
%31.37

CMYK color model

#E0B7BA color CMYK value is (0,18,17,12).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 16.96%
  • key color value is 12.16%

CMYK: (0,18,17,12)
C0M18Y17K12 (0%, 18%, 17%, 12%)
(0.00 / 0.18 / 0.17 / 0.12)

CMYK percentages

%0
%18.3
%16.96
%12.16

Codes

Color #E0B7BA in popluar color models

E0 B7 BA
RGB 224 183 186
HSL 356° 39.81% 79.80%
HSB/HSV 356° 18.30% 87.84%
CMYK 0.00% 18.30% 16.96%
12.16%

Color #E0B7BA in popluar number systems.

HEX E0 B7 BA
Decimal 224 183 186
Binary 11100000 10110111 10111010
Octal 340 267 272

Shades and tints

Shades of #E0B7BA

#E0B7BA
(224,183,186)
#CCA7AA
(204,167,170)
#B8979A
(184,151,154)
#A4878A
(164,135,138)
#90777A
(144,119,122)
#7C676A
(124,103,106)
#68575A
(104,87,90)
#54474A
(84,71,74)
#40373A
(64,55,58)
#2C272A
(44,39,42)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #E0B7BA

#E0B7BA
(224,183,186)
#E2BDC0
(226,189,192)
#E4C3C6
(228,195,198)
#E6C9CC
(230,201,204)
#E8CFD2
(232,207,210)
#EAD5D8
(234,213,216)
#ECDBDE
(236,219,222)
#EEE1E4
(238,225,228)
#F0E7EA
(240,231,234)
#F2EDF0
(242,237,240)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B7BA color. Also use rgb(224,183,186) instead hex code.

Text Font Color

.myTextColor { color: #E0B7BA; }

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

This text font color is #E0B7BA.

Background Color

.myBgColor { background-color: #E0B7BA; }

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

This div background color is #E0B7BA.

Border color

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

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

This div border color is #E0B7BA.

Opacity

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

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

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

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

This text has shadow with #E0B7BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B7BA.

Preview

Color preview on black background

This text has color #E0B7BA on black background.


Color preview on white background

This text has color #E0B7BA on white background.


Black color preview on #E0B7BA background

This text has black color on #E0B7BA background.


White color preview on #E0B7BA background

This text has white color on #E0B7BA background.


Related colors

Complementary color

Complementary color for #hex is #1F4845.


I love getcolorcode.com

Triadic colors

1 #BAE0B7 and #B7BAE0 with #E0B7BA are triadic colors.

2 #BAB7E0 and #B7E0BA with #E0B7BA are triadic colors.