COLOR #E0B7B9

HEX: #E0B7B9 RGB: (224,183,185)

Color info

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

RGB color model

#E0B7B9 color RGB value is (224,183,185).

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

RGB channels and saturation

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

224
183
185

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

Portions of RGB colors in percentages

R + G + B = 224 + 183 + 185 = 592 (100%)
R 224 of 592 ~ 37.84%
G 183 of 592 ~ 30.91%
B 185 of 592 ~ 31.25'%

%37.84
%30.91
%31.25

CMYK color model

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

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

Codes

Color #E0B7B9 in popluar color models

E0 B7 B9
RGB 224 183 185
HSL 357° 39.81% 79.80%
HSB/HSV 357° 18.30% 87.84%
CMYK 0.00% 18.30% 17.41%
12.16%

Color #E0B7B9 in popluar number systems.

HEX E0 B7 B9
Decimal 224 183 185
Binary 11100000 10110111 10111001
Octal 340 267 271

Shades and tints

Shades of #E0B7B9

#E0B7B9
(224,183,185)
#CCA7A9
(204,167,169)
#B89799
(184,151,153)
#A48789
(164,135,137)
#907779
(144,119,121)
#7C6769
(124,103,105)
#685759
(104,87,89)
#544749
(84,71,73)
#403739
(64,55,57)
#2C2729
(44,39,41)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #E0B7B9

#E0B7B9
(224,183,185)
#E2BDBF
(226,189,191)
#E4C3C5
(228,195,197)
#E6C9CB
(230,201,203)
#E8CFD1
(232,207,209)
#EAD5D7
(234,213,215)
#ECDBDD
(236,219,221)
#EEE1E3
(238,225,227)
#F0E7E9
(240,231,233)
#F2EDEF
(242,237,239)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B7B9; }

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

This text font color is #E0B7B9.

Background Color

.myBgColor { background-color: #E0B7B9; }

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

This div background color is #E0B7B9.

Border color

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

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

This div border color is #E0B7B9.

Opacity

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

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

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

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

This text has shadow with #E0B7B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B7B9.

Preview

Color preview on black background

This text has color #E0B7B9 on black background.


Color preview on white background

This text has color #E0B7B9 on white background.


Black color preview on #E0B7B9 background

This text has black color on #E0B7B9 background.


White color preview on #E0B7B9 background

This text has white color on #E0B7B9 background.


Related colors

Complementary color

Complementary color for #hex is #1F4846.


I love getcolorcode.com

Triadic colors

1 #B9E0B7 and #B7B9E0 with #E0B7B9 are triadic colors.

2 #B9B7E0 and #B7E0B9 with #E0B7B9 are triadic colors.