COLOR #E3BAC7

HEX: #E3BAC7
RGB: (227,186,199)

Color info

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

RGB color model

#E3BAC7 color RGB value is (227,186,199).

  • red value is 227;
  • green value is 186;
  • blue value is 199.
RGB:
(227,186,199)
(89%,73%,78%)

RGB channels and saturation

R 227 of 255 = 89%
G 186 of 255 = 73%
B 199 of 255 = 78%

227
186
199

R + G + B ~ 80%. #E3BAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 186 + 199 = 612 (100%)
R 227 of 612 ~ 37.09%
G 186 of 612 ~ 30.39%
B 199 of 612 ~ 32.52%

%37.09
%30.39
%32.52

CMYK color model

#E3BAC7 color CMYK value is (0,18,12,11).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 12.33%
  • key color value is 10.98%
CMYK:
(0,18,12,11)
C0M18Y12K11 
(0%,18%,12%,11%)
(0.00/0.18/0.12/0.11)	

CMYK percentages

%0
%18.06
%12.33
%10.98

Codes

Color #E3BAC7 in popluar color models

E3BAC7
RGB227186199
HSL341°42.27%80.98%
HSB/HSV341°18.06%89.02%
CMYK0.00%18.06%12.33%
10.98%

Color #E3BAC7 in popluar number systems.

HEXE3BAC7
Decimal227186199
Binary111000111011101011000111
Octal343272307

Shades and tints

Shades of #E3BAC7

#E3BAC7
(227,186,199)
#CFAAB5
(207,170,181)
#BB9AA3
(187,154,163)
#A78A91
(167,138,145)
#937A7F
(147,122,127)
#7F6A6D
(127,106,109)
#6B5A5B
(107,90,91)
#574A49
(87,74,73)
#433A37
(67,58,55)
#2F2A25
(47,42,37)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #E3BAC7

#E3BAC7
(227,186,199)
#E5C0CC
(229,192,204)
#E7C6D1
(231,198,209)
#E9CCD6
(233,204,214)
#EBD2DB
(235,210,219)
#EDD8E0
(237,216,224)
#EFDEE5
(239,222,229)
#F1E4EA
(241,228,234)
#F3EAEF
(243,234,239)
#F5F0F4
(245,240,244)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BAC7 color. Also use rgb(227,186,199) instead hex code.

Text Font Color

.myTextColor { color: #E3BAC7; }

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

This text font color is #E3BAC7.


Background Color

.myBgColor { background-color: #E3BAC7; }

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

This div background color is #E3BAC7.


Border color

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

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

This div border color is #E3BAC7.


Opacity

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

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

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

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

This text has shadow with #E3BAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BAC7 on black background.


Color preview on white background

This text has color #E3BAC7 on white background.



Black color preview on #E3BAC7 background

This text has black color on #E3BAC7 background.


White color preview on #E3BAC7 background

This text has white color on #E3BAC7 background.