COLOR #E4BDCC

HEX: #E4BDCC
RGB: (228,189,204)

Color info

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

RGB color model

#E4BDCC color RGB value is (228,189,204).

  • red value is 228;
  • green value is 189;
  • blue value is 204.
RGB:
(228,189,204)
(89%,74%,80%)

RGB channels and saturation

R 228 of 255 = 89%
G 189 of 255 = 74%
B 204 of 255 = 80%

228
189
204

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

Portions of RGB colors in percentages

R + G + B =
228 + 189 + 204 = 621 (100%)
R 228 of 621 ~ 36.71%
G 189 of 621 ~ 30.43%
B 204 of 621 ~ 32.85%

%36.71
%30.43
%32.85

CMYK color model

#E4BDCC color CMYK value is (0,17,11,11).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(0,17,11,11)
C0M17Y11K11 
(0%,17%,11%,11%)
(0.00/0.17/0.11/0.11)	

CMYK percentages

%0
%17.11
%10.53
%10.59

Codes

Color #E4BDCC in popluar color models

E4BDCC
RGB228189204
HSL337°41.94%81.76%
HSB/HSV337°17.11%89.41%
CMYK0.00%17.11%10.53%
10.59%

Color #E4BDCC in popluar number systems.

HEXE4BDCC
Decimal228189204
Binary111001001011110111001100
Octal344275314

Shades and tints

Shades of #E4BDCC

#E4BDCC
(228,189,204)
#D0ACBA
(208,172,186)
#BC9BA8
(188,155,168)
#A88A96
(168,138,150)
#947984
(148,121,132)
#806872
(128,104,114)
#6C5760
(108,87,96)
#58464E
(88,70,78)
#44353C
(68,53,60)
#30242A
(48,36,42)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #E4BDCC

#E4BDCC
(228,189,204)
#E6C3D0
(230,195,208)
#E8C9D4
(232,201,212)
#EACFD8
(234,207,216)
#ECD5DC
(236,213,220)
#EEDBE0
(238,219,224)
#F0E1E4
(240,225,228)
#F2E7E8
(242,231,232)
#F4EDEC
(244,237,236)
#F6F3F0
(246,243,240)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BDCC color. Also use rgb(228,189,204) instead hex code.

Text Font Color

.myTextColor { color: #E4BDCC; }

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

This text font color is #E4BDCC.


Background Color

.myBgColor { background-color: #E4BDCC; }

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

This div background color is #E4BDCC.


Border color

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

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

This div border color is #E4BDCC.


Opacity

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

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

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

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

This text has shadow with #E4BDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BDCC on black background.


Color preview on white background

This text has color #E4BDCC on white background.



Black color preview on #E4BDCC background

This text has black color on #E4BDCC background.


White color preview on #E4BDCC background

This text has white color on #E4BDCC background.