COLOR #E2B2CC

HEX: #E2B2CC
RGB: (226,178,204)

Color info

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

RGB color model

#E2B2CC color RGB value is (226,178,204).

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

RGB channels and saturation

R 226 of 255 = 89%
G 178 of 255 = 70%
B 204 of 255 = 80%

226
178
204

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

Portions of RGB colors in percentages

R + G + B =
226 + 178 + 204 = 608 (100%)
R 226 of 608 ~ 37.17%
G 178 of 608 ~ 29.28%
B 204 of 608 ~ 33.55%

%37.17
%29.28
%33.55

CMYK color model

#E2B2CC color CMYK value is (0,21,10,11).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 9.73%
  • key color value is 11.37%
CMYK:
(0,21,10,11)
C0M21Y10K11 
(0%,21%,10%,11%)
(0.00/0.21/0.10/0.11)	

CMYK percentages

%0
%21.24
%9.73
%11.37

Codes

Color #E2B2CC in popluar color models

E2B2CC
RGB226178204
HSL328°45.28%79.22%
HSB/HSV328°21.24%88.63%
CMYK0.00%21.24%9.73%
11.37%

Color #E2B2CC in popluar number systems.

HEXE2B2CC
Decimal226178204
Binary111000101011001011001100
Octal342262314

Shades and tints

Shades of #E2B2CC

#E2B2CC
(226,178,204)
#CEA2BA
(206,162,186)
#BA92A8
(186,146,168)
#A68296
(166,130,150)
#927284
(146,114,132)
#7E6272
(126,98,114)
#6A5260
(106,82,96)
#56424E
(86,66,78)
#42323C
(66,50,60)
#2E222A
(46,34,42)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #E2B2CC

#E2B2CC
(226,178,204)
#E4B9D0
(228,185,208)
#E6C0D4
(230,192,212)
#E8C7D8
(232,199,216)
#EACEDC
(234,206,220)
#ECD5E0
(236,213,224)
#EEDCE4
(238,220,228)
#F0E3E8
(240,227,232)
#F2EAEC
(242,234,236)
#F4F1F0
(244,241,240)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B2CC; }

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

This text font color is #E2B2CC.


Background Color

.myBgColor { background-color: #E2B2CC; }

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

This div background color is #E2B2CC.


Border color

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

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

This div border color is #E2B2CC.


Opacity

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

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

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

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

This text has shadow with #E2B2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B2CC on black background.


Color preview on white background

This text has color #E2B2CC on white background.



Black color preview on #E2B2CC background

This text has black color on #E2B2CC background.


White color preview on #E2B2CC background

This text has white color on #E2B2CC background.