COLOR #E3B0BE

HEX: #E3B0BE
RGB: (227,176,190)

Color info

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

RGB color model

#E3B0BE color RGB value is (227,176,190).

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

RGB channels and saturation

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

227
176
190

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

Portions of RGB colors in percentages

R + G + B =
227 + 176 + 190 = 593 (100%)
R 227 of 593 ~ 38.28%
G 176 of 593 ~ 29.68%
B 190 of 593 ~ 32.04%

%38.28
%29.68
%32.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 16.30%
  • 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
%16.3
%10.98

Codes

Color #E3B0BE in popluar color models

E3B0BE
RGB227176190
HSL344°47.66%79.02%
HSB/HSV344°22.47%89.02%
CMYK0.00%22.47%16.30%
10.98%

Color #E3B0BE in popluar number systems.

HEXE3B0BE
Decimal227176190
Binary111000111011000010111110
Octal343260276

Shades and tints

Shades of #E3B0BE

#E3B0BE
(227,176,190)
#CFA0AD
(207,160,173)
#BB909C
(187,144,156)
#A7808B
(167,128,139)
#93707A
(147,112,122)
#7F6069
(127,96,105)
#6B5058
(107,80,88)
#574047
(87,64,71)
#433036
(67,48,54)
#2F2025
(47,32,37)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #E3B0BE

#E3B0BE
(227,176,190)
#E5B7C3
(229,183,195)
#E7BEC8
(231,190,200)
#E9C5CD
(233,197,205)
#EBCCD2
(235,204,210)
#EDD3D7
(237,211,215)
#EFDADC
(239,218,220)
#F1E1E1
(241,225,225)
#F3E8E6
(243,232,230)
#F5EFEB
(245,239,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B0BE; }

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

This text font color is #E3B0BE.


Background Color

.myBgColor { background-color: #E3B0BE; }

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

This div background color is #E3B0BE.


Border color

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

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

This div border color is #E3B0BE.


Opacity

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

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

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

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

This text has shadow with #E3B0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B0BE on black background.


Color preview on white background

This text has color #E3B0BE on white background.



Black color preview on #E3B0BE background

This text has black color on #E3B0BE background.


White color preview on #E3B0BE background

This text has white color on #E3B0BE background.