COLOR #E4B6CD

HEX: #E4B6CD
RGB: (228,182,205)

Color info

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

RGB color model

#E4B6CD color RGB value is (228,182,205).

  • red value is 228;
  • green value is 182;
  • blue value is 205.
RGB:
(228,182,205)
(89%,71%,80%)

RGB channels and saturation

R 228 of 255 = 89%
G 182 of 255 = 71%
B 205 of 255 = 80%

228
182
205

R + G + B ~ 80%. #E4B6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 182 + 205 = 615 (100%)
R 228 of 615 ~ 37.07%
G 182 of 615 ~ 29.59%
B 205 of 615 ~ 33.33%

%37.07
%29.59
%33.33

CMYK color model

#E4B6CD color CMYK value is (0,20,10,11).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 10.09%
  • key color value is 10.59%
CMYK:
(0,20,10,11)
C0M20Y10K11 
(0%,20%,10%,11%)
(0.00/0.20/0.10/0.11)	

CMYK percentages

%0
%20.18
%10.09
%10.59

Codes

Color #E4B6CD in popluar color models

E4B6CD
RGB228182205
HSL330°46.00%80.39%
HSB/HSV330°20.18%89.41%
CMYK0.00%20.18%10.09%
10.59%

Color #E4B6CD in popluar number systems.

HEXE4B6CD
Decimal228182205
Binary111001001011011011001101
Octal344266315

Shades and tints

Shades of #E4B6CD

#E4B6CD
(228,182,205)
#D0A6BB
(208,166,187)
#BC96A9
(188,150,169)
#A88697
(168,134,151)
#947685
(148,118,133)
#806673
(128,102,115)
#6C5661
(108,86,97)
#58464F
(88,70,79)
#44363D
(68,54,61)
#30262B
(48,38,43)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #E4B6CD

#E4B6CD
(228,182,205)
#E6BCD1
(230,188,209)
#E8C2D5
(232,194,213)
#EAC8D9
(234,200,217)
#ECCEDD
(236,206,221)
#EED4E1
(238,212,225)
#F0DAE5
(240,218,229)
#F2E0E9
(242,224,233)
#F4E6ED
(244,230,237)
#F6ECF1
(246,236,241)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B6CD color. Also use rgb(228,182,205) instead hex code.

Text Font Color

.myTextColor { color: #E4B6CD; }

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

This text font color is #E4B6CD.


Background Color

.myBgColor { background-color: #E4B6CD; }

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

This div background color is #E4B6CD.


Border color

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

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

This div border color is #E4B6CD.


Opacity

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

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

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

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

This text has shadow with #E4B6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B6CD on black background.


Color preview on white background

This text has color #E4B6CD on white background.



Black color preview on #E4B6CD background

This text has black color on #E4B6CD background.


White color preview on #E4B6CD background

This text has white color on #E4B6CD background.