COLOR #E7B6CC

HEX: #E7B6CC
RGB: (231,182,204)

Color info

#E7B6CC contains red, green and blue colors in about the same proportion. Web safe color of #E7B6CC is #FFCCCC (or #FCC).

RGB color model

#E7B6CC color RGB value is (231,182,204).

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

RGB channels and saturation

R 231 of 255 = 91%
G 182 of 255 = 71%
B 204 of 255 = 80%

231
182
204

R + G + B ~ 81%. #E7B6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 182 + 204 = 617 (100%)
R 231 of 617 ~ 37.44%
G 182 of 617 ~ 29.5%
B 204 of 617 ~ 33.06%

%37.44
%29.5
%33.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(0,21,12,9)
C0M21Y12K9 
(0%,21%,12%,9%)
(0.00/0.21/0.12/0.09)	

CMYK percentages

%0
%21.21
%11.69
%9.41

Codes

Color #E7B6CC in popluar color models

E7B6CC
RGB231182204
HSL333°50.52%80.98%
HSB/HSV333°21.21%90.59%
CMYK0.00%21.21%11.69%
9.41%

Color #E7B6CC in popluar number systems.

HEXE7B6CC
Decimal231182204
Binary111001111011011011001100
Octal347266314

Shades and tints

Shades of #E7B6CC

#E7B6CC
(231,182,204)
#D2A6BA
(210,166,186)
#BD96A8
(189,150,168)
#A88696
(168,134,150)
#937684
(147,118,132)
#7E6672
(126,102,114)
#695660
(105,86,96)
#54464E
(84,70,78)
#3F363C
(63,54,60)
#2A262A
(42,38,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #E7B6CC

#E7B6CC
(231,182,204)
#E9BCD0
(233,188,208)
#EBC2D4
(235,194,212)
#EDC8D8
(237,200,216)
#EFCEDC
(239,206,220)
#F1D4E0
(241,212,224)
#F3DAE4
(243,218,228)
#F5E0E8
(245,224,232)
#F7E6EC
(247,230,236)
#F9ECF0
(249,236,240)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B6CC; }

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

This text font color is #E7B6CC.


Background Color

.myBgColor { background-color: #E7B6CC; }

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

This div background color is #E7B6CC.


Border color

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

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

This div border color is #E7B6CC.


Opacity

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

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

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

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

This text has shadow with #E7B6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B6CC on black background.


Color preview on white background

This text has color #E7B6CC on white background.



Black color preview on #E7B6CC background

This text has black color on #E7B6CC background.


White color preview on #E7B6CC background

This text has white color on #E7B6CC background.