COLOR #E4BBDC

HEX: #E4BBDC RGB: (228,187,220)

Color info

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

RGB color model

#E4BBDC color RGB value is (228,187,220).

RGB: (228,187,220) (89%, 73%, 86%)

RGB channels and saturation

R 228 of 255 = 89%
G 187 of 255 = 73%
B 220 of 255 = 86%

228
187
220

R + G + B ~ 83%. #E4BBDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 187 + 220 = 635 (100%)
R 228 of 635 ~ 35.91%
G 187 of 635 ~ 29.45%
B 220 of 635 ~ 34.65'%

%35.91
%29.45
%34.65

CMYK color model

#E4BBDC color CMYK value is (0,18,4,11).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 3.51%
  • key color value is 10.59%

CMYK: (0,18,4,11)
C0M18Y4K11 (0%, 18%, 4%, 11%)
(0.00 / 0.18 / 0.04 / 0.11)

CMYK percentages

%0
%17.98
%3.51
%10.59

Codes

Color #E4BBDC in popluar color models

E4 BB DC
RGB 228 187 220
HSL 312° 43.16% 81.37%
HSB/HSV 312° 17.98% 89.41%
CMYK 0.00% 17.98% 3.51%
10.59%

Color #E4BBDC in popluar number systems.

HEX E4 BB DC
Decimal 228 187 220
Binary 11100100 10111011 11011100
Octal 344 273 334

Shades and tints

Shades of #E4BBDC

#E4BBDC
(228,187,220)
#D0AAC8
(208,170,200)
#BC99B4
(188,153,180)
#A888A0
(168,136,160)
#94778C
(148,119,140)
#806678
(128,102,120)
#6C5564
(108,85,100)
#584450
(88,68,80)
#44333C
(68,51,60)
#302228
(48,34,40)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #E4BBDC

#E4BBDC
(228,187,220)
#E6C1DF
(230,193,223)
#E8C7E2
(232,199,226)
#EACDE5
(234,205,229)
#ECD3E8
(236,211,232)
#EED9EB
(238,217,235)
#F0DFEE
(240,223,238)
#F2E5F1
(242,229,241)
#F4EBF4
(244,235,244)
#F6F1F7
(246,241,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BBDC; }

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

This text font color is #E4BBDC.

Background Color

.myBgColor { background-color: #E4BBDC; }

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

This div background color is #E4BBDC.

Border color

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

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

This div border color is #E4BBDC.

Opacity

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

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

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

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

This text has shadow with #E4BBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BBDC.

Preview

Color preview on black background

This text has color #E4BBDC on black background.


Color preview on white background

This text has color #E4BBDC on white background.


Black color preview on #E4BBDC background

This text has black color on #E4BBDC background.


White color preview on #E4BBDC background

This text has white color on #E4BBDC background.


Related colors

Complementary color

Complementary color for #hex is #1B4423.


I love getcolorcode.com

Triadic colors

1 #DCE4BB and #BBDCE4 with #E4BBDC are triadic colors.

2 #DCBBE4 and #BBE4DC with #E4BBDC are triadic colors.