COLOR #E3B0BF

HEX: #E3B0BF
RGB: (227,176,191)

Color info

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

RGB color model

#E3B0BF color RGB value is (227,176,191).

  • red value is 227;
  • green value is 176;
  • blue value is 191.
RGB:
(227,176,191)
(89%,69%,75%)

RGB channels and saturation

R 227 of 255 = 89%
G 176 of 255 = 69%
B 191 of 255 = 75%

227
176
191

R + G + B ~ 78%. #E3B0BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 176 + 191 = 594 (100%)
R 227 of 594 ~ 38.22%
G 176 of 594 ~ 29.63%
B 191 of 594 ~ 32.15%

%38.22
%29.63
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(0,22,16,11)
C0M22Y16K11 
(0%,22%,16%,11%)
(0.00/0.22/0.16/0.11)	

CMYK percentages

%0
%22.47
%15.86
%10.98

Codes

Color #E3B0BF in popluar color models

E3B0BF
RGB227176191
HSL342°47.66%79.02%
HSB/HSV342°22.47%89.02%
CMYK0.00%22.47%15.86%
10.98%

Color #E3B0BF in popluar number systems.

HEXE3B0BF
Decimal227176191
Binary111000111011000010111111
Octal343260277

Shades and tints

Shades of #E3B0BF

#E3B0BF
(227,176,191)
#CFA0AE
(207,160,174)
#BB909D
(187,144,157)
#A7808C
(167,128,140)
#93707B
(147,112,123)
#7F606A
(127,96,106)
#6B5059
(107,80,89)
#574048
(87,64,72)
#433037
(67,48,55)
#2F2026
(47,32,38)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #E3B0BF

#E3B0BF
(227,176,191)
#E5B7C4
(229,183,196)
#E7BEC9
(231,190,201)
#E9C5CE
(233,197,206)
#EBCCD3
(235,204,211)
#EDD3D8
(237,211,216)
#EFDADD
(239,218,221)
#F1E1E2
(241,225,226)
#F3E8E7
(243,232,231)
#F5EFEC
(245,239,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B0BF color. Also use rgb(227,176,191) instead hex code.

Text Font Color

.myTextColor { color: #E3B0BF; }

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

This text font color is #E3B0BF.


Background Color

.myBgColor { background-color: #E3B0BF; }

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

This div background color is #E3B0BF.


Border color

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

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

This div border color is #E3B0BF.


Opacity

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

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

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

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

This text has shadow with #E3B0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B0BF on black background.


Color preview on white background

This text has color #E3B0BF on white background.



Black color preview on #E3B0BF background

This text has black color on #E3B0BF background.


White color preview on #E3B0BF background

This text has white color on #E3B0BF background.