COLOR #E0B7B6

HEX: #E0B7B6
RGB: (224,183,182)

Color info

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

RGB color model

#E0B7B6 color RGB value is (224,183,182).

  • red value is 224;
  • green value is 183;
  • blue value is 182.
RGB:
(224,183,182)
(88%,72%,71%)

RGB channels and saturation

R 224 of 255 = 88%
G 183 of 255 = 72%
B 182 of 255 = 71%

224
183
182

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

Portions of RGB colors in percentages

R + G + B =
224 + 183 + 182 = 589 (100%)
R 224 of 589 ~ 38.03%
G 183 of 589 ~ 31.07%
B 182 of 589 ~ 30.9%

%38.03
%31.07
%30.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 18.75%
  • key color value is 12.16%
CMYK:
(0,18,19,12)
C0M18Y19K12 
(0%,18%,19%,12%)
(0.00/0.18/0.19/0.12)	

CMYK percentages

%0
%18.3
%18.75
%12.16

Codes

Color #E0B7B6 in popluar color models

E0B7B6
RGB224183182
HSL40.38%79.61%
HSB/HSV18.75%87.84%
CMYK0.00%18.30%18.75%
12.16%

Color #E0B7B6 in popluar number systems.

HEXE0B7B6
Decimal224183182
Binary111000001011011110110110
Octal340267266

Shades and tints

Shades of #E0B7B6

#E0B7B6
(224,183,182)
#CCA7A6
(204,167,166)
#B89796
(184,151,150)
#A48786
(164,135,134)
#907776
(144,119,118)
#7C6766
(124,103,102)
#685756
(104,87,86)
#544746
(84,71,70)
#403736
(64,55,54)
#2C2726
(44,39,38)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #E0B7B6

#E0B7B6
(224,183,182)
#E2BDBC
(226,189,188)
#E4C3C2
(228,195,194)
#E6C9C8
(230,201,200)
#E8CFCE
(232,207,206)
#EAD5D4
(234,213,212)
#ECDBDA
(236,219,218)
#EEE1E0
(238,225,224)
#F0E7E6
(240,231,230)
#F2EDEC
(242,237,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B7B6; }

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

This text font color is #E0B7B6.


Background Color

.myBgColor { background-color: #E0B7B6; }

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

This div background color is #E0B7B6.


Border color

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

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

This div border color is #E0B7B6.


Opacity

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

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

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

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

This text has shadow with #E0B7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B7B6 on black background.


Color preview on white background

This text has color #E0B7B6 on white background.



Black color preview on #E0B7B6 background

This text has black color on #E0B7B6 background.


White color preview on #E0B7B6 background

This text has white color on #E0B7B6 background.