COLOR #E1B2CC

HEX: #E1B2CC
RGB: (225,178,204)

Color info

#E1B2CC contains red, green and blue colors in about the same proportion. Web safe color of #E1B2CC is #CC99CC (or #C9C).

RGB color model

#E1B2CC color RGB value is (225,178,204).

  • red value is 225;
  • green value is 178;
  • blue value is 204.
RGB:
(225,178,204)
(88%,70%,80%)

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 204 of 255 = 80%

225
178
204

R + G + B ~ 79%. #E1B2CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 178 + 204 = 607 (100%)
R 225 of 607 ~ 37.07%
G 178 of 607 ~ 29.32%
B 204 of 607 ~ 33.61%

%37.07
%29.32
%33.61

CMYK color model

#E1B2CC color CMYK value is (0,21,9,12).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 9.33%
  • key color value is 11.76%
CMYK:
(0,21,9,12)
C0M21Y9K12 
(0%,21%,9%,12%)
(0.00/0.21/0.09/0.12)	

CMYK percentages

%0
%20.89
%9.33
%11.76

Codes

Color #E1B2CC in popluar color models

E1B2CC
RGB225178204
HSL327°43.93%79.02%
HSB/HSV327°20.89%88.24%
CMYK0.00%20.89%9.33%
11.76%

Color #E1B2CC in popluar number systems.

HEXE1B2CC
Decimal225178204
Binary111000011011001011001100
Octal341262314

Shades and tints

Shades of #E1B2CC

#E1B2CC
(225,178,204)
#CDA2BA
(205,162,186)
#B992A8
(185,146,168)
#A58296
(165,130,150)
#917284
(145,114,132)
#7D6272
(125,98,114)
#695260
(105,82,96)
#55424E
(85,66,78)
#41323C
(65,50,60)
#2D222A
(45,34,42)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #E1B2CC

#E1B2CC
(225,178,204)
#E3B9D0
(227,185,208)
#E5C0D4
(229,192,212)
#E7C7D8
(231,199,216)
#E9CEDC
(233,206,220)
#EBD5E0
(235,213,224)
#EDDCE4
(237,220,228)
#EFE3E8
(239,227,232)
#F1EAEC
(241,234,236)
#F3F1F0
(243,241,240)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B2CC color. Also use rgb(225,178,204) instead hex code.

Text Font Color

.myTextColor { color: #E1B2CC; }

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

This text font color is #E1B2CC.


Background Color

.myBgColor { background-color: #E1B2CC; }

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

This div background color is #E1B2CC.


Border color

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

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

This div border color is #E1B2CC.


Opacity

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

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

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

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

This text has shadow with #E1B2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B2CC on black background.


Color preview on white background

This text has color #E1B2CC on white background.



Black color preview on #E1B2CC background

This text has black color on #E1B2CC background.


White color preview on #E1B2CC background

This text has white color on #E1B2CC background.