COLOR #E7BBCF

HEX: #E7BBCF
RGB: (231,187,207)

Color info

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

RGB color model

#E7BBCF color RGB value is (231,187,207).

  • red value is 231;
  • green value is 187;
  • blue value is 207.
RGB:
(231,187,207)
(91%,73%,81%)

RGB channels and saturation

R 231 of 255 = 91%
G 187 of 255 = 73%
B 207 of 255 = 81%

231
187
207

R + G + B ~ 82%. #E7BBCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 187 + 207 = 625 (100%)
R 231 of 625 ~ 36.96%
G 187 of 625 ~ 29.92%
B 207 of 625 ~ 33.12%

%36.96
%29.92
%33.12

CMYK color model

#E7BBCF color CMYK value is (0,19,10,9).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 10.39%
  • key color value is 9.41%
CMYK:
(0,19,10,9)
C0M19Y10K9 
(0%,19%,10%,9%)
(0.00/0.19/0.10/0.09)	

CMYK percentages

%0
%19.05
%10.39
%9.41

Codes

Color #E7BBCF in popluar color models

E7BBCF
RGB231187207
HSL333°47.83%81.96%
HSB/HSV333°19.05%90.59%
CMYK0.00%19.05%10.39%
9.41%

Color #E7BBCF in popluar number systems.

HEXE7BBCF
Decimal231187207
Binary111001111011101111001111
Octal347273317

Shades and tints

Shades of #E7BBCF

#E7BBCF
(231,187,207)
#D2AABD
(210,170,189)
#BD99AB
(189,153,171)
#A88899
(168,136,153)
#937787
(147,119,135)
#7E6675
(126,102,117)
#695563
(105,85,99)
#544451
(84,68,81)
#3F333F
(63,51,63)
#2A222D
(42,34,45)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #E7BBCF

#E7BBCF
(231,187,207)
#E9C1D3
(233,193,211)
#EBC7D7
(235,199,215)
#EDCDDB
(237,205,219)
#EFD3DF
(239,211,223)
#F1D9E3
(241,217,227)
#F3DFE7
(243,223,231)
#F5E5EB
(245,229,235)
#F7EBEF
(247,235,239)
#F9F1F3
(249,241,243)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BBCF color. Also use rgb(231,187,207) instead hex code.

Text Font Color

.myTextColor { color: #E7BBCF; }

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

This text font color is #E7BBCF.


Background Color

.myBgColor { background-color: #E7BBCF; }

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

This div background color is #E7BBCF.


Border color

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

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

This div border color is #E7BBCF.


Opacity

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

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

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

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

This text has shadow with #E7BBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BBCF on black background.


Color preview on white background

This text has color #E7BBCF on white background.



Black color preview on #E7BBCF background

This text has black color on #E7BBCF background.


White color preview on #E7BBCF background

This text has white color on #E7BBCF background.