COLOR #E4B3CE

HEX: #E4B3CE
RGB: (228,179,206)

Color info

#E4B3CE contains red, green and blue colors in about the same proportion. Web safe color of #E4B3CE is #CC99CC (or #C9C).

RGB color model

#E4B3CE color RGB value is (228,179,206).

  • red value is 228;
  • green value is 179;
  • blue value is 206.
RGB:
(228,179,206)
(89%,70%,81%)

RGB channels and saturation

R 228 of 255 = 89%
G 179 of 255 = 70%
B 206 of 255 = 81%

228
179
206

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

Portions of RGB colors in percentages

R + G + B =
228 + 179 + 206 = 613 (100%)
R 228 of 613 ~ 37.19%
G 179 of 613 ~ 29.2%
B 206 of 613 ~ 33.61%

%37.19
%29.2
%33.61

CMYK color model

#E4B3CE color CMYK value is (0,21,10,11).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 9.65%
  • key color value is 10.59%
CMYK:
(0,21,10,11)
C0M21Y10K11 
(0%,21%,10%,11%)
(0.00/0.21/0.10/0.11)	

CMYK percentages

%0
%21.49
%9.65
%10.59

Codes

Color #E4B3CE in popluar color models

E4B3CE
RGB228179206
HSL327°47.57%79.80%
HSB/HSV327°21.49%89.41%
CMYK0.00%21.49%9.65%
10.59%

Color #E4B3CE in popluar number systems.

HEXE4B3CE
Decimal228179206
Binary111001001011001111001110
Octal344263316

Shades and tints

Shades of #E4B3CE

#E4B3CE
(228,179,206)
#D0A3BC
(208,163,188)
#BC93AA
(188,147,170)
#A88398
(168,131,152)
#947386
(148,115,134)
#806374
(128,99,116)
#6C5362
(108,83,98)
#584350
(88,67,80)
#44333E
(68,51,62)
#30232C
(48,35,44)
#1C131A
(28,19,26)
#000000
(0,0,0)

Tints of #E4B3CE

#E4B3CE
(228,179,206)
#E6B9D2
(230,185,210)
#E8BFD6
(232,191,214)
#EAC5DA
(234,197,218)
#ECCBDE
(236,203,222)
#EED1E2
(238,209,226)
#F0D7E6
(240,215,230)
#F2DDEA
(242,221,234)
#F4E3EE
(244,227,238)
#F6E9F2
(246,233,242)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B3CE color. Also use rgb(228,179,206) instead hex code.

Text Font Color

.myTextColor { color: #E4B3CE; }

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

This text font color is #E4B3CE.


Background Color

.myBgColor { background-color: #E4B3CE; }

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

This div background color is #E4B3CE.


Border color

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

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

This div border color is #E4B3CE.


Opacity

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

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

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

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

This text has shadow with #E4B3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B3CE on black background.


Color preview on white background

This text has color #E4B3CE on white background.



Black color preview on #E4B3CE background

This text has black color on #E4B3CE background.


White color preview on #E4B3CE background

This text has white color on #E4B3CE background.