COLOR #E4BFDC

HEX: #E4BFDC RGB: (228,191,220)

Color info

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

RGB color model

#E4BFDC color RGB value is (228,191,220).

RGB: (228,191,220) (89%, 75%, 86%)

RGB channels and saturation

R 228 of 255 = 89%
G 191 of 255 = 75%
B 220 of 255 = 86%

228
191
220

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

Portions of RGB colors in percentages

R + G + B = 228 + 191 + 220 = 639 (100%)
R 228 of 639 ~ 35.68%
G 191 of 639 ~ 29.89%
B 220 of 639 ~ 34.43'%

%35.68
%29.89
%34.43

CMYK color model

#E4BFDC color CMYK value is (0,16,4,11).

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

CMYK: (0,16,4,11)
C0M16Y4K11 (0%, 16%, 4%, 11%)
(0.00 / 0.16 / 0.04 / 0.11)

CMYK percentages

%0
%16.23
%3.51
%10.59

Codes

Color #E4BFDC in popluar color models

E4 BF DC
RGB 228 191 220
HSL 313° 40.66% 82.16%
HSB/HSV 313° 16.23% 89.41%
CMYK 0.00% 16.23% 3.51%
10.59%

Color #E4BFDC in popluar number systems.

HEX E4 BF DC
Decimal 228 191 220
Binary 11100100 10111111 11011100
Octal 344 277 334

Shades and tints

Shades of #E4BFDC

#E4BFDC
(228,191,220)
#D0AEC8
(208,174,200)
#BC9DB4
(188,157,180)
#A88CA0
(168,140,160)
#947B8C
(148,123,140)
#806A78
(128,106,120)
#6C5964
(108,89,100)
#584850
(88,72,80)
#44373C
(68,55,60)
#302628
(48,38,40)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #E4BFDC

#E4BFDC
(228,191,220)
#E6C4DF
(230,196,223)
#E8C9E2
(232,201,226)
#EACEE5
(234,206,229)
#ECD3E8
(236,211,232)
#EED8EB
(238,216,235)
#F0DDEE
(240,221,238)
#F2E2F1
(242,226,241)
#F4E7F4
(244,231,244)
#F6ECF7
(246,236,247)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BFDC; }

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

This text font color is #E4BFDC.

Background Color

.myBgColor { background-color: #E4BFDC; }

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

This div background color is #E4BFDC.

Border color

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

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

This div border color is #E4BFDC.

Opacity

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

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

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

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

This text has shadow with #E4BFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BFDC.

Preview

Color preview on black background

This text has color #E4BFDC on black background.


Color preview on white background

This text has color #E4BFDC on white background.


Black color preview on #E4BFDC background

This text has black color on #E4BFDC background.


White color preview on #E4BFDC background

This text has white color on #E4BFDC background.


Related colors

Complementary color

Complementary color for #hex is #1B4023.


I love getcolorcode.com

Triadic colors

1 #DCE4BF and #BFDCE4 with #E4BFDC are triadic colors.

2 #DCBFE4 and #BFE4DC with #E4BFDC are triadic colors.