COLOR #E4B8CD

HEX: #E4B8CD
RGB: (228,184,205)

Color info

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

RGB color model

#E4B8CD color RGB value is (228,184,205).

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

RGB channels and saturation

R 228 of 255 = 89%
G 184 of 255 = 72%
B 205 of 255 = 80%

228
184
205

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

Portions of RGB colors in percentages

R + G + B =
228 + 184 + 205 = 617 (100%)
R 228 of 617 ~ 36.95%
G 184 of 617 ~ 29.82%
B 205 of 617 ~ 33.23%

%36.95
%29.82
%33.23

CMYK color model

#E4B8CD color CMYK value is (0,19,10,11).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 10.09%
  • key color value is 10.59%
CMYK:
(0,19,10,11)
C0M19Y10K11 
(0%,19%,10%,11%)
(0.00/0.19/0.10/0.11)	

CMYK percentages

%0
%19.3
%10.09
%10.59

Codes

Color #E4B8CD in popluar color models

E4B8CD
RGB228184205
HSL331°44.90%80.78%
HSB/HSV331°19.30%89.41%
CMYK0.00%19.30%10.09%
10.59%

Color #E4B8CD in popluar number systems.

HEXE4B8CD
Decimal228184205
Binary111001001011100011001101
Octal344270315

Shades and tints

Shades of #E4B8CD

#E4B8CD
(228,184,205)
#D0A8BB
(208,168,187)
#BC98A9
(188,152,169)
#A88897
(168,136,151)
#947885
(148,120,133)
#806873
(128,104,115)
#6C5861
(108,88,97)
#58484F
(88,72,79)
#44383D
(68,56,61)
#30282B
(48,40,43)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #E4B8CD

#E4B8CD
(228,184,205)
#E6BED1
(230,190,209)
#E8C4D5
(232,196,213)
#EACAD9
(234,202,217)
#ECD0DD
(236,208,221)
#EED6E1
(238,214,225)
#F0DCE5
(240,220,229)
#F2E2E9
(242,226,233)
#F4E8ED
(244,232,237)
#F6EEF1
(246,238,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B8CD; }

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

This text font color is #E4B8CD.


Background Color

.myBgColor { background-color: #E4B8CD; }

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

This div background color is #E4B8CD.


Border color

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

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

This div border color is #E4B8CD.


Opacity

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

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

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

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

This text has shadow with #E4B8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B8CD on black background.


Color preview on white background

This text has color #E4B8CD on white background.



Black color preview on #E4B8CD background

This text has black color on #E4B8CD background.


White color preview on #E4B8CD background

This text has white color on #E4B8CD background.