COLOR #E4BBD9

HEX: #E4BBD9
RGB: (228,187,217)

Color info

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

RGB color model

#E4BBD9 color RGB value is (228,187,217).

  • red value is 228;
  • green value is 187;
  • blue value is 217.
RGB:
(228,187,217)
(89%,73%,85%)

RGB channels and saturation

R 228 of 255 = 89%
G 187 of 255 = 73%
B 217 of 255 = 85%

228
187
217

R + G + B ~ 82%. #E4BBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 187 + 217 = 632 (100%)
R 228 of 632 ~ 36.08%
G 187 of 632 ~ 29.59%
B 217 of 632 ~ 34.34%

%36.08
%29.59
%34.34

CMYK color model

#E4BBD9 color CMYK value is (0,18,5,11).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 4.82%
  • key color value is 10.59%
CMYK:
(0,18,5,11)
C0M18Y5K11 
(0%,18%,5%,11%)
(0.00/0.18/0.05/0.11)	

CMYK percentages

%0
%17.98
%4.82
%10.59

Codes

Color #E4BBD9 in popluar color models

E4BBD9
RGB228187217
HSL316°43.16%81.37%
HSB/HSV316°17.98%89.41%
CMYK0.00%17.98%4.82%
10.59%

Color #E4BBD9 in popluar number systems.

HEXE4BBD9
Decimal228187217
Binary111001001011101111011001
Octal344273331

Shades and tints

Shades of #E4BBD9

#E4BBD9
(228,187,217)
#D0AAC6
(208,170,198)
#BC99B3
(188,153,179)
#A888A0
(168,136,160)
#94778D
(148,119,141)
#80667A
(128,102,122)
#6C5567
(108,85,103)
#584454
(88,68,84)
#443341
(68,51,65)
#30222E
(48,34,46)
#1C111B
(28,17,27)
#000000
(0,0,0)

Tints of #E4BBD9

#E4BBD9
(228,187,217)
#E6C1DC
(230,193,220)
#E8C7DF
(232,199,223)
#EACDE2
(234,205,226)
#ECD3E5
(236,211,229)
#EED9E8
(238,217,232)
#F0DFEB
(240,223,235)
#F2E5EE
(242,229,238)
#F4EBF1
(244,235,241)
#F6F1F4
(246,241,244)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BBD9 color. Also use rgb(228,187,217) instead hex code.

Text Font Color

.myTextColor { color: #E4BBD9; }

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

This text font color is #E4BBD9.


Background Color

.myBgColor { background-color: #E4BBD9; }

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

This div background color is #E4BBD9.


Border color

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

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

This div border color is #E4BBD9.


Opacity

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

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

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

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

This text has shadow with #E4BBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BBD9 on black background.


Color preview on white background

This text has color #E4BBD9 on white background.



Black color preview on #E4BBD9 background

This text has black color on #E4BBD9 background.


White color preview on #E4BBD9 background

This text has white color on #E4BBD9 background.