COLOR #E0B7BB

HEX: #E0B7BB RGB: (224,183,187)

Color info

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

RGB color model

#E0B7BB color RGB value is (224,183,187).

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

RGB channels and saturation

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

224
183
187

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

Portions of RGB colors in percentages

R + G + B = 224 + 183 + 187 = 594 (100%)
R 224 of 594 ~ 37.71%
G 183 of 594 ~ 30.81%
B 187 of 594 ~ 31.48'%

%37.71
%30.81
%31.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 16.52%
  • 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.52
%12.16

Codes

Color #E0B7BB in popluar color models

E0 B7 BB
RGB 224 183 187
HSL 354° 39.81% 79.80%
HSB/HSV 354° 18.30% 87.84%
CMYK 0.00% 18.30% 16.52%
12.16%

Color #E0B7BB in popluar number systems.

HEX E0 B7 BB
Decimal 224 183 187
Binary 11100000 10110111 10111011
Octal 340 267 273

Shades and tints

Shades of #E0B7BB

#E0B7BB
(224,183,187)
#CCA7AA
(204,167,170)
#B89799
(184,151,153)
#A48788
(164,135,136)
#907777
(144,119,119)
#7C6766
(124,103,102)
#685755
(104,87,85)
#544744
(84,71,68)
#403733
(64,55,51)
#2C2722
(44,39,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #E0B7BB

#E0B7BB
(224,183,187)
#E2BDC1
(226,189,193)
#E4C3C7
(228,195,199)
#E6C9CD
(230,201,205)
#E8CFD3
(232,207,211)
#EAD5D9
(234,213,217)
#ECDBDF
(236,219,223)
#EEE1E5
(238,225,229)
#F0E7EB
(240,231,235)
#F2EDF1
(242,237,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B7BB; }

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

This text font color is #E0B7BB.

Background Color

.myBgColor { background-color: #E0B7BB; }

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

This div background color is #E0B7BB.

Border color

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

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

This div border color is #E0B7BB.

Opacity

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

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

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

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

This text has shadow with #E0B7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B7BB.

Preview

Color preview on black background

This text has color #E0B7BB on black background.


Color preview on white background

This text has color #E0B7BB on white background.


Black color preview on #E0B7BB background

This text has black color on #E0B7BB background.


White color preview on #E0B7BB background

This text has white color on #E0B7BB background.


Related colors

Complementary color

Complementary color for #hex is #1F4844.


I love getcolorcode.com

Triadic colors

1 #BBE0B7 and #B7BBE0 with #E0B7BB are triadic colors.

2 #BBB7E0 and #B7E0BB with #E0B7BB are triadic colors.