COLOR #E7B2CC

HEX: #E7B2CC
RGB: (231,178,204)

Color info

#E7B2CC contains red, green and blue colors in about the same proportion. Web safe color of #E7B2CC is #FF99CC (or #F9C).

RGB color model

#E7B2CC color RGB value is (231,178,204).

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

RGB channels and saturation

R 231 of 255 = 91%
G 178 of 255 = 70%
B 204 of 255 = 80%

231
178
204

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

Portions of RGB colors in percentages

R + G + B =
231 + 178 + 204 = 613 (100%)
R 231 of 613 ~ 37.68%
G 178 of 613 ~ 29.04%
B 204 of 613 ~ 33.28%

%37.68
%29.04
%33.28

CMYK color model

#E7B2CC color CMYK value is (0,23,12,9).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(0,23,12,9)
C0M23Y12K9 
(0%,23%,12%,9%)
(0.00/0.23/0.12/0.09)	

CMYK percentages

%0
%22.94
%11.69
%9.41

Codes

Color #E7B2CC in popluar color models

E7B2CC
RGB231178204
HSL331°52.48%80.20%
HSB/HSV331°22.94%90.59%
CMYK0.00%22.94%11.69%
9.41%

Color #E7B2CC in popluar number systems.

HEXE7B2CC
Decimal231178204
Binary111001111011001011001100
Octal347262314

Shades and tints

Shades of #E7B2CC

#E7B2CC
(231,178,204)
#D2A2BA
(210,162,186)
#BD92A8
(189,146,168)
#A88296
(168,130,150)
#937284
(147,114,132)
#7E6272
(126,98,114)
#695260
(105,82,96)
#54424E
(84,66,78)
#3F323C
(63,50,60)
#2A222A
(42,34,42)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #E7B2CC

#E7B2CC
(231,178,204)
#E9B9D0
(233,185,208)
#EBC0D4
(235,192,212)
#EDC7D8
(237,199,216)
#EFCEDC
(239,206,220)
#F1D5E0
(241,213,224)
#F3DCE4
(243,220,228)
#F5E3E8
(245,227,232)
#F7EAEC
(247,234,236)
#F9F1F0
(249,241,240)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B2CC; }

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

This text font color is #E7B2CC.


Background Color

.myBgColor { background-color: #E7B2CC; }

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

This div background color is #E7B2CC.


Border color

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

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

This div border color is #E7B2CC.


Opacity

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

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

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

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

This text has shadow with #E7B2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B2CC on black background.


Color preview on white background

This text has color #E7B2CC on white background.



Black color preview on #E7B2CC background

This text has black color on #E7B2CC background.


White color preview on #E7B2CC background

This text has white color on #E7B2CC background.