COLOR #E0BACB

HEX: #E0BACB
RGB: (224,186,203)

Color info

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

RGB color model

#E0BACB color RGB value is (224,186,203).

  • red value is 224;
  • green value is 186;
  • blue value is 203.
RGB:
(224,186,203)
(88%,73%,80%)

RGB channels and saturation

R 224 of 255 = 88%
G 186 of 255 = 73%
B 203 of 255 = 80%

224
186
203

R + G + B ~ 80%. #E0BACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 186 + 203 = 613 (100%)
R 224 of 613 ~ 36.54%
G 186 of 613 ~ 30.34%
B 203 of 613 ~ 33.12%

%36.54
%30.34
%33.12

CMYK color model

#E0BACB color CMYK value is (0,17,9,12).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 9.38%
  • key color value is 12.16%
CMYK:
(0,17,9,12)
C0M17Y9K12 
(0%,17%,9%,12%)
(0.00/0.17/0.09/0.12)	

CMYK percentages

%0
%16.96
%9.38
%12.16

Codes

Color #E0BACB in popluar color models

E0BACB
RGB224186203
HSL333°38.00%80.39%
HSB/HSV333°16.96%87.84%
CMYK0.00%16.96%9.38%
12.16%

Color #E0BACB in popluar number systems.

HEXE0BACB
Decimal224186203
Binary111000001011101011001011
Octal340272313

Shades and tints

Shades of #E0BACB

#E0BACB
(224,186,203)
#CCAAB9
(204,170,185)
#B89AA7
(184,154,167)
#A48A95
(164,138,149)
#907A83
(144,122,131)
#7C6A71
(124,106,113)
#685A5F
(104,90,95)
#544A4D
(84,74,77)
#403A3B
(64,58,59)
#2C2A29
(44,42,41)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #E0BACB

#E0BACB
(224,186,203)
#E2C0CF
(226,192,207)
#E4C6D3
(228,198,211)
#E6CCD7
(230,204,215)
#E8D2DB
(232,210,219)
#EAD8DF
(234,216,223)
#ECDEE3
(236,222,227)
#EEE4E7
(238,228,231)
#F0EAEB
(240,234,235)
#F2F0EF
(242,240,239)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BACB color. Also use rgb(224,186,203) instead hex code.

Text Font Color

.myTextColor { color: #E0BACB; }

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

This text font color is #E0BACB.


Background Color

.myBgColor { background-color: #E0BACB; }

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

This div background color is #E0BACB.


Border color

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

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

This div border color is #E0BACB.


Opacity

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

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

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

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

This text has shadow with #E0BACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BACB on black background.


Color preview on white background

This text has color #E0BACB on white background.



Black color preview on #E0BACB background

This text has black color on #E0BACB background.


White color preview on #E0BACB background

This text has white color on #E0BACB background.