COLOR #E4B3C7

HEX: #E4B3C7
RGB: (228,179,199)

Color info

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

RGB color model

#E4B3C7 color RGB value is (228,179,199).

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

RGB channels and saturation

R 228 of 255 = 89%
G 179 of 255 = 70%
B 199 of 255 = 78%

228
179
199

R + G + B ~ 79%. #E4B3C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 179 + 199 = 606 (100%)
R 228 of 606 ~ 37.62%
G 179 of 606 ~ 29.54%
B 199 of 606 ~ 32.84%

%37.62
%29.54
%32.84

CMYK color model

#E4B3C7 color CMYK value is (0,21,13,11).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 12.72%
  • key color value is 10.59%
CMYK:
(0,21,13,11)
C0M21Y13K11 
(0%,21%,13%,11%)
(0.00/0.21/0.13/0.11)	

CMYK percentages

%0
%21.49
%12.72
%10.59

Codes

Color #E4B3C7 in popluar color models

E4B3C7
RGB228179199
HSL336°47.57%79.80%
HSB/HSV336°21.49%89.41%
CMYK0.00%21.49%12.72%
10.59%

Color #E4B3C7 in popluar number systems.

HEXE4B3C7
Decimal228179199
Binary111001001011001111000111
Octal344263307

Shades and tints

Shades of #E4B3C7

#E4B3C7
(228,179,199)
#D0A3B5
(208,163,181)
#BC93A3
(188,147,163)
#A88391
(168,131,145)
#94737F
(148,115,127)
#80636D
(128,99,109)
#6C535B
(108,83,91)
#584349
(88,67,73)
#443337
(68,51,55)
#302325
(48,35,37)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #E4B3C7

#E4B3C7
(228,179,199)
#E6B9CC
(230,185,204)
#E8BFD1
(232,191,209)
#EAC5D6
(234,197,214)
#ECCBDB
(236,203,219)
#EED1E0
(238,209,224)
#F0D7E5
(240,215,229)
#F2DDEA
(242,221,234)
#F4E3EF
(244,227,239)
#F6E9F4
(246,233,244)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B3C7; }

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

This text font color is #E4B3C7.


Background Color

.myBgColor { background-color: #E4B3C7; }

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

This div background color is #E4B3C7.


Border color

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

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

This div border color is #E4B3C7.


Opacity

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

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

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

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

This text has shadow with #E4B3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B3C7 on black background.


Color preview on white background

This text has color #E4B3C7 on white background.



Black color preview on #E4B3C7 background

This text has black color on #E4B3C7 background.


White color preview on #E4B3C7 background

This text has white color on #E4B3C7 background.