COLOR #E0BCB3

HEX: #E0BCB3
RGB: (224,188,179)

Color info

#E0BCB3 contains red, green and blue colors in about the same proportion. Web safe color of #E0BCB3 is #CCCC99 (or #CC9).

RGB color model

#E0BCB3 color RGB value is (224,188,179).

  • red value is 224;
  • green value is 188;
  • blue value is 179.
RGB:
(224,188,179)
(88%,74%,70%)

RGB channels and saturation

R 224 of 255 = 88%
G 188 of 255 = 74%
B 179 of 255 = 70%

224
188
179

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

Portions of RGB colors in percentages

R + G + B =
224 + 188 + 179 = 591 (100%)
R 224 of 591 ~ 37.9%
G 188 of 591 ~ 31.81%
B 179 of 591 ~ 30.29%

%37.9
%31.81
%30.29

CMYK color model

#E0BCB3 color CMYK value is (0,16,20,12).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 20.09%
  • key color value is 12.16%
CMYK:
(0,16,20,12)
C0M16Y20K12 
(0%,16%,20%,12%)
(0.00/0.16/0.20/0.12)	

CMYK percentages

%0
%16.07
%20.09
%12.16

Codes

Color #E0BCB3 in popluar color models

E0BCB3
RGB224188179
HSL12°42.06%79.02%
HSB/HSV12°20.09%87.84%
CMYK0.00%16.07%20.09%
12.16%

Color #E0BCB3 in popluar number systems.

HEXE0BCB3
Decimal224188179
Binary111000001011110010110011
Octal340274263

Shades and tints

Shades of #E0BCB3

#E0BCB3
(224,188,179)
#CCABA3
(204,171,163)
#B89A93
(184,154,147)
#A48983
(164,137,131)
#907873
(144,120,115)
#7C6763
(124,103,99)
#685653
(104,86,83)
#544543
(84,69,67)
#403433
(64,52,51)
#2C2323
(44,35,35)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #E0BCB3

#E0BCB3
(224,188,179)
#E2C2B9
(226,194,185)
#E4C8BF
(228,200,191)
#E6CEC5
(230,206,197)
#E8D4CB
(232,212,203)
#EADAD1
(234,218,209)
#ECE0D7
(236,224,215)
#EEE6DD
(238,230,221)
#F0ECE3
(240,236,227)
#F2F2E9
(242,242,233)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BCB3 color. Also use rgb(224,188,179) instead hex code.

Text Font Color

.myTextColor { color: #E0BCB3; }

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

This text font color is #E0BCB3.


Background Color

.myBgColor { background-color: #E0BCB3; }

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

This div background color is #E0BCB3.


Border color

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

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

This div border color is #E0BCB3.


Opacity

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

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

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

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

This text has shadow with #E0BCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BCB3 on black background.


Color preview on white background

This text has color #E0BCB3 on white background.



Black color preview on #E0BCB3 background

This text has black color on #E0BCB3 background.


White color preview on #E0BCB3 background

This text has white color on #E0BCB3 background.