COLOR #E5BBCF

HEX: #E5BBCF
RGB: (229,187,207)

Color info

#E5BBCF contains red, green and blue colors in about the same proportion. Web safe color of #E5BBCF is #CCCCCC (or #CCC).

RGB color model

#E5BBCF color RGB value is (229,187,207).

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

RGB channels and saturation

R 229 of 255 = 90%
G 187 of 255 = 73%
B 207 of 255 = 81%

229
187
207

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

Portions of RGB colors in percentages

R + G + B =
229 + 187 + 207 = 623 (100%)
R 229 of 623 ~ 36.76%
G 187 of 623 ~ 30.02%
B 207 of 623 ~ 33.23%

%36.76
%30.02
%33.23

CMYK color model

#E5BBCF color CMYK value is (0,18,10,10).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(0,18,10,10)
C0M18Y10K10 
(0%,18%,10%,10%)
(0.00/0.18/0.10/0.10)	

CMYK percentages

%0
%18.34
%9.61
%10.2

Codes

Color #E5BBCF in popluar color models

E5BBCF
RGB229187207
HSL331°44.68%81.57%
HSB/HSV331°18.34%89.80%
CMYK0.00%18.34%9.61%
10.20%

Color #E5BBCF in popluar number systems.

HEXE5BBCF
Decimal229187207
Binary111001011011101111001111
Octal345273317

Shades and tints

Shades of #E5BBCF

#E5BBCF
(229,187,207)
#D1AABD
(209,170,189)
#BD99AB
(189,153,171)
#A98899
(169,136,153)
#957787
(149,119,135)
#816675
(129,102,117)
#6D5563
(109,85,99)
#594451
(89,68,81)
#45333F
(69,51,63)
#31222D
(49,34,45)
#1D111B
(29,17,27)
#000000
(0,0,0)

Tints of #E5BBCF

#E5BBCF
(229,187,207)
#E7C1D3
(231,193,211)
#E9C7D7
(233,199,215)
#EBCDDB
(235,205,219)
#EDD3DF
(237,211,223)
#EFD9E3
(239,217,227)
#F1DFE7
(241,223,231)
#F3E5EB
(243,229,235)
#F5EBEF
(245,235,239)
#F7F1F3
(247,241,243)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BBCF; }

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

This text font color is #E5BBCF.


Background Color

.myBgColor { background-color: #E5BBCF; }

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

This div background color is #E5BBCF.


Border color

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

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

This div border color is #E5BBCF.


Opacity

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

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

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

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

This text has shadow with #E5BBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BBCF on black background.


Color preview on white background

This text has color #E5BBCF on white background.



Black color preview on #E5BBCF background

This text has black color on #E5BBCF background.


White color preview on #E5BBCF background

This text has white color on #E5BBCF background.