COLOR #E4B2D6

HEX: #E4B2D6
RGB: (228,178,214)

Color info

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

RGB color model

#E4B2D6 color RGB value is (228,178,214).

  • red value is 228;
  • green value is 178;
  • blue value is 214.
RGB:
(228,178,214)
(89%,70%,84%)

RGB channels and saturation

R 228 of 255 = 89%
G 178 of 255 = 70%
B 214 of 255 = 84%

228
178
214

R + G + B ~ 81%. #E4B2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 178 + 214 = 620 (100%)
R 228 of 620 ~ 36.77%
G 178 of 620 ~ 28.71%
B 214 of 620 ~ 34.52%

%36.77
%28.71
%34.52

CMYK color model

#E4B2D6 color CMYK value is (0,22,6,11).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 6.14%
  • key color value is 10.59%
CMYK:
(0,22,6,11)
C0M22Y6K11 
(0%,22%,6%,11%)
(0.00/0.22/0.06/0.11)	

CMYK percentages

%0
%21.93
%6.14
%10.59

Codes

Color #E4B2D6 in popluar color models

E4B2D6
RGB228178214
HSL317°48.08%79.61%
HSB/HSV317°21.93%89.41%
CMYK0.00%21.93%6.14%
10.59%

Color #E4B2D6 in popluar number systems.

HEXE4B2D6
Decimal228178214
Binary111001001011001011010110
Octal344262326

Shades and tints

Shades of #E4B2D6

#E4B2D6
(228,178,214)
#D0A2C3
(208,162,195)
#BC92B0
(188,146,176)
#A8829D
(168,130,157)
#94728A
(148,114,138)
#806277
(128,98,119)
#6C5264
(108,82,100)
#584251
(88,66,81)
#44323E
(68,50,62)
#30222B
(48,34,43)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #E4B2D6

#E4B2D6
(228,178,214)
#E6B9D9
(230,185,217)
#E8C0DC
(232,192,220)
#EAC7DF
(234,199,223)
#ECCEE2
(236,206,226)
#EED5E5
(238,213,229)
#F0DCE8
(240,220,232)
#F2E3EB
(242,227,235)
#F4EAEE
(244,234,238)
#F6F1F1
(246,241,241)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B2D6 color. Also use rgb(228,178,214) instead hex code.

Text Font Color

.myTextColor { color: #E4B2D6; }

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

This text font color is #E4B2D6.


Background Color

.myBgColor { background-color: #E4B2D6; }

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

This div background color is #E4B2D6.


Border color

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

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

This div border color is #E4B2D6.


Opacity

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

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

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

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

This text has shadow with #E4B2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B2D6 on black background.


Color preview on white background

This text has color #E4B2D6 on white background.



Black color preview on #E4B2D6 background

This text has black color on #E4B2D6 background.


White color preview on #E4B2D6 background

This text has white color on #E4B2D6 background.