COLOR #E3B1BD

HEX: #E3B1BD
RGB: (227,177,189)

Color info

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

RGB color model

#E3B1BD color RGB value is (227,177,189).

  • red value is 227;
  • green value is 177;
  • blue value is 189.
RGB:
(227,177,189)
(89%,69%,74%)

RGB channels and saturation

R 227 of 255 = 89%
G 177 of 255 = 69%
B 189 of 255 = 74%

227
177
189

R + G + B ~ 77%. #E3B1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 177 + 189 = 593 (100%)
R 227 of 593 ~ 38.28%
G 177 of 593 ~ 29.85%
B 189 of 593 ~ 31.87%

%38.28
%29.85
%31.87

CMYK color model

#E3B1BD color CMYK value is (0,22,17,11).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK:
(0,22,17,11)
C0M22Y17K11 
(0%,22%,17%,11%)
(0.00/0.22/0.17/0.11)	

CMYK percentages

%0
%22.03
%16.74
%10.98

Codes

Color #E3B1BD in popluar color models

E3B1BD
RGB227177189
HSL346°47.17%79.22%
HSB/HSV346°22.03%89.02%
CMYK0.00%22.03%16.74%
10.98%

Color #E3B1BD in popluar number systems.

HEXE3B1BD
Decimal227177189
Binary111000111011000110111101
Octal343261275

Shades and tints

Shades of #E3B1BD

#E3B1BD
(227,177,189)
#CFA1AC
(207,161,172)
#BB919B
(187,145,155)
#A7818A
(167,129,138)
#937179
(147,113,121)
#7F6168
(127,97,104)
#6B5157
(107,81,87)
#574146
(87,65,70)
#433135
(67,49,53)
#2F2124
(47,33,36)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #E3B1BD

#E3B1BD
(227,177,189)
#E5B8C3
(229,184,195)
#E7BFC9
(231,191,201)
#E9C6CF
(233,198,207)
#EBCDD5
(235,205,213)
#EDD4DB
(237,212,219)
#EFDBE1
(239,219,225)
#F1E2E7
(241,226,231)
#F3E9ED
(243,233,237)
#F5F0F3
(245,240,243)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B1BD color. Also use rgb(227,177,189) instead hex code.

Text Font Color

.myTextColor { color: #E3B1BD; }

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

This text font color is #E3B1BD.


Background Color

.myBgColor { background-color: #E3B1BD; }

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

This div background color is #E3B1BD.


Border color

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

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

This div border color is #E3B1BD.


Opacity

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

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

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

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

This text has shadow with #E3B1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B1BD on black background.


Color preview on white background

This text has color #E3B1BD on white background.



Black color preview on #E3B1BD background

This text has black color on #E3B1BD background.


White color preview on #E3B1BD background

This text has white color on #E3B1BD background.