COLOR #E1B8CD

HEX: #E1B8CD
RGB: (225,184,205)

Color info

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

RGB color model

#E1B8CD color RGB value is (225,184,205).

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

RGB channels and saturation

R 225 of 255 = 88%
G 184 of 255 = 72%
B 205 of 255 = 80%

225
184
205

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

Portions of RGB colors in percentages

R + G + B =
225 + 184 + 205 = 614 (100%)
R 225 of 614 ~ 36.64%
G 184 of 614 ~ 29.97%
B 205 of 614 ~ 33.39%

%36.64
%29.97
%33.39

CMYK color model

#E1B8CD color CMYK value is (0,18,9,12).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK:
(0,18,9,12)
C0M18Y9K12 
(0%,18%,9%,12%)
(0.00/0.18/0.09/0.12)	

CMYK percentages

%0
%18.22
%8.89
%11.76

Codes

Color #E1B8CD in popluar color models

E1B8CD
RGB225184205
HSL329°40.59%80.20%
HSB/HSV329°18.22%88.24%
CMYK0.00%18.22%8.89%
11.76%

Color #E1B8CD in popluar number systems.

HEXE1B8CD
Decimal225184205
Binary111000011011100011001101
Octal341270315

Shades and tints

Shades of #E1B8CD

#E1B8CD
(225,184,205)
#CDA8BB
(205,168,187)
#B998A9
(185,152,169)
#A58897
(165,136,151)
#917885
(145,120,133)
#7D6873
(125,104,115)
#695861
(105,88,97)
#55484F
(85,72,79)
#41383D
(65,56,61)
#2D282B
(45,40,43)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1B8CD

#E1B8CD
(225,184,205)
#E3BED1
(227,190,209)
#E5C4D5
(229,196,213)
#E7CAD9
(231,202,217)
#E9D0DD
(233,208,221)
#EBD6E1
(235,214,225)
#EDDCE5
(237,220,229)
#EFE2E9
(239,226,233)
#F1E8ED
(241,232,237)
#F3EEF1
(243,238,241)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B8CD; }

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

This text font color is #E1B8CD.


Background Color

.myBgColor { background-color: #E1B8CD; }

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

This div background color is #E1B8CD.


Border color

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

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

This div border color is #E1B8CD.


Opacity

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

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

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

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

This text has shadow with #E1B8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B8CD on black background.


Color preview on white background

This text has color #E1B8CD on white background.



Black color preview on #E1B8CD background

This text has black color on #E1B8CD background.


White color preview on #E1B8CD background

This text has white color on #E1B8CD background.