COLOR #E0B7B8

HEX: #E0B7B8 RGB: (224,183,184)

Color info

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

RGB color model

#E0B7B8 color RGB value is (224,183,184).

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

RGB channels and saturation

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

224
183
184

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

Portions of RGB colors in percentages

R + G + B = 224 + 183 + 184 = 591 (100%)
R 224 of 591 ~ 37.9%
G 183 of 591 ~ 30.96%
B 184 of 591 ~ 31.13'%

%37.9
%30.96
%31.13

CMYK color model

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

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

CMYK: (0,18,18,12)
C0M18Y18K12 (0%, 18%, 18%, 12%)
(0.00 / 0.18 / 0.18 / 0.12)

CMYK percentages

%0
%18.3
%17.86
%12.16

Codes

Color #E0B7B8 in popluar color models

E0 B7 B8
RGB 224 183 184
HSL 359° 39.81% 79.80%
HSB/HSV 359° 18.30% 87.84%
CMYK 0.00% 18.30% 17.86%
12.16%

Color #E0B7B8 in popluar number systems.

HEX E0 B7 B8
Decimal 224 183 184
Binary 11100000 10110111 10111000
Octal 340 267 270

Shades and tints

Shades of #E0B7B8

#E0B7B8
(224,183,184)
#CCA7A8
(204,167,168)
#B89798
(184,151,152)
#A48788
(164,135,136)
#907778
(144,119,120)
#7C6768
(124,103,104)
#685758
(104,87,88)
#544748
(84,71,72)
#403738
(64,55,56)
#2C2728
(44,39,40)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #E0B7B8

#E0B7B8
(224,183,184)
#E2BDBE
(226,189,190)
#E4C3C4
(228,195,196)
#E6C9CA
(230,201,202)
#E8CFD0
(232,207,208)
#EAD5D6
(234,213,214)
#ECDBDC
(236,219,220)
#EEE1E2
(238,225,226)
#F0E7E8
(240,231,232)
#F2EDEE
(242,237,238)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B7B8; }

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

This text font color is #E0B7B8.

Background Color

.myBgColor { background-color: #E0B7B8; }

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

This div background color is #E0B7B8.

Border color

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

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

This div border color is #E0B7B8.

Opacity

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

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

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

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

This text has shadow with #E0B7B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B7B8.

Preview

Color preview on black background

This text has color #E0B7B8 on black background.


Color preview on white background

This text has color #E0B7B8 on white background.


Black color preview on #E0B7B8 background

This text has black color on #E0B7B8 background.


White color preview on #E0B7B8 background

This text has white color on #E0B7B8 background.


Related colors

Complementary color

Complementary color for #hex is #1F4847.


I love getcolorcode.com

Triadic colors

1 #B8E0B7 and #B7B8E0 with #E0B7B8 are triadic colors.

2 #B8B7E0 and #B7E0B8 with #E0B7B8 are triadic colors.