COLOR #E3B4C1

HEX: #E3B4C1
RGB: (227,180,193)

Color info

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

RGB color model

#E3B4C1 color RGB value is (227,180,193).

  • red value is 227;
  • green value is 180;
  • blue value is 193.
RGB:
(227,180,193)
(89%,71%,76%)

RGB channels and saturation

R 227 of 255 = 89%
G 180 of 255 = 71%
B 193 of 255 = 76%

227
180
193

R + G + B ~ 79%. #E3B4C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 180 + 193 = 600 (100%)
R 227 of 600 ~ 37.83%
G 180 of 600 ~ 30%
B 193 of 600 ~ 32.17%

%37.83
%30
%32.17

CMYK color model

#E3B4C1 color CMYK value is (0,21,15,11).

  • cyan value is 0.00%
  • magenta value is 20.70%
  • yellow value is 14.98%
  • key color value is 10.98%
CMYK:
(0,21,15,11)
C0M21Y15K11 
(0%,21%,15%,11%)
(0.00/0.21/0.15/0.11)	

CMYK percentages

%0
%20.7
%14.98
%10.98

Codes

Color #E3B4C1 in popluar color models

E3B4C1
RGB227180193
HSL343°45.63%79.80%
HSB/HSV343°20.70%89.02%
CMYK0.00%20.70%14.98%
10.98%

Color #E3B4C1 in popluar number systems.

HEXE3B4C1
Decimal227180193
Binary111000111011010011000001
Octal343264301

Shades and tints

Shades of #E3B4C1

#E3B4C1
(227,180,193)
#CFA4B0
(207,164,176)
#BB949F
(187,148,159)
#A7848E
(167,132,142)
#93747D
(147,116,125)
#7F646C
(127,100,108)
#6B545B
(107,84,91)
#57444A
(87,68,74)
#433439
(67,52,57)
#2F2428
(47,36,40)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #E3B4C1

#E3B4C1
(227,180,193)
#E5BAC6
(229,186,198)
#E7C0CB
(231,192,203)
#E9C6D0
(233,198,208)
#EBCCD5
(235,204,213)
#EDD2DA
(237,210,218)
#EFD8DF
(239,216,223)
#F1DEE4
(241,222,228)
#F3E4E9
(243,228,233)
#F5EAEE
(245,234,238)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B4C1 color. Also use rgb(227,180,193) instead hex code.

Text Font Color

.myTextColor { color: #E3B4C1; }

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

This text font color is #E3B4C1.


Background Color

.myBgColor { background-color: #E3B4C1; }

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

This div background color is #E3B4C1.


Border color

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

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

This div border color is #E3B4C1.


Opacity

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

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

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

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

This text has shadow with #E3B4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B4C1 on black background.


Color preview on white background

This text has color #E3B4C1 on white background.



Black color preview on #E3B4C1 background

This text has black color on #E3B4C1 background.


White color preview on #E3B4C1 background

This text has white color on #E3B4C1 background.