COLOR #E4B2CC

HEX: #E4B2CC
RGB: (228,178,204)

Color info

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

RGB color model

#E4B2CC color RGB value is (228,178,204).

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

RGB channels and saturation

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

228
178
204

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

Portions of RGB colors in percentages

R + G + B =
228 + 178 + 204 = 610 (100%)
R 228 of 610 ~ 37.38%
G 178 of 610 ~ 29.18%
B 204 of 610 ~ 33.44%

%37.38
%29.18
%33.44

CMYK color model

#E4B2CC color CMYK value is (0,22,11,11).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(0,22,11,11)
C0M22Y11K11 
(0%,22%,11%,11%)
(0.00/0.22/0.11/0.11)	

CMYK percentages

%0
%21.93
%10.53
%10.59

Codes

Color #E4B2CC in popluar color models

E4B2CC
RGB228178204
HSL329°48.08%79.61%
HSB/HSV329°21.93%89.41%
CMYK0.00%21.93%10.53%
10.59%

Color #E4B2CC in popluar number systems.

HEXE4B2CC
Decimal228178204
Binary111001001011001011001100
Octal344262314

Shades and tints

Shades of #E4B2CC

#E4B2CC
(228,178,204)
#D0A2BA
(208,162,186)
#BC92A8
(188,146,168)
#A88296
(168,130,150)
#947284
(148,114,132)
#806272
(128,98,114)
#6C5260
(108,82,96)
#58424E
(88,66,78)
#44323C
(68,50,60)
#30222A
(48,34,42)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #E4B2CC

#E4B2CC
(228,178,204)
#E6B9D0
(230,185,208)
#E8C0D4
(232,192,212)
#EAC7D8
(234,199,216)
#ECCEDC
(236,206,220)
#EED5E0
(238,213,224)
#F0DCE4
(240,220,228)
#F2E3E8
(242,227,232)
#F4EAEC
(244,234,236)
#F6F1F0
(246,241,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B2CC; }

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

This text font color is #E4B2CC.


Background Color

.myBgColor { background-color: #E4B2CC; }

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

This div background color is #E4B2CC.


Border color

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

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

This div border color is #E4B2CC.


Opacity

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

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

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

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

This text has shadow with #E4B2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B2CC on black background.


Color preview on white background

This text has color #E4B2CC on white background.



Black color preview on #E4B2CC background

This text has black color on #E4B2CC background.


White color preview on #E4B2CC background

This text has white color on #E4B2CC background.