COLOR #E3B8CE

HEX: #E3B8CE
RGB: (227,184,206)

Color info

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

RGB color model

#E3B8CE color RGB value is (227,184,206).

  • red value is 227;
  • green value is 184;
  • blue value is 206.
RGB:
(227,184,206)
(89%,72%,81%)

RGB channels and saturation

R 227 of 255 = 89%
G 184 of 255 = 72%
B 206 of 255 = 81%

227
184
206

R + G + B ~ 81%. #E3B8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 184 + 206 = 617 (100%)
R 227 of 617 ~ 36.79%
G 184 of 617 ~ 29.82%
B 206 of 617 ~ 33.39%

%36.79
%29.82
%33.39

CMYK color model

#E3B8CE color CMYK value is (0,19,9,11).

  • cyan value is 0.00%
  • magenta value is 18.94%
  • yellow value is 9.25%
  • key color value is 10.98%
CMYK:
(0,19,9,11)
C0M19Y9K11 
(0%,19%,9%,11%)
(0.00/0.19/0.09/0.11)	

CMYK percentages

%0
%18.94
%9.25
%10.98

Codes

Color #E3B8CE in popluar color models

E3B8CE
RGB227184206
HSL329°43.43%80.59%
HSB/HSV329°18.94%89.02%
CMYK0.00%18.94%9.25%
10.98%

Color #E3B8CE in popluar number systems.

HEXE3B8CE
Decimal227184206
Binary111000111011100011001110
Octal343270316

Shades and tints

Shades of #E3B8CE

#E3B8CE
(227,184,206)
#CFA8BC
(207,168,188)
#BB98AA
(187,152,170)
#A78898
(167,136,152)
#937886
(147,120,134)
#7F6874
(127,104,116)
#6B5862
(107,88,98)
#574850
(87,72,80)
#43383E
(67,56,62)
#2F282C
(47,40,44)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #E3B8CE

#E3B8CE
(227,184,206)
#E5BED2
(229,190,210)
#E7C4D6
(231,196,214)
#E9CADA
(233,202,218)
#EBD0DE
(235,208,222)
#EDD6E2
(237,214,226)
#EFDCE6
(239,220,230)
#F1E2EA
(241,226,234)
#F3E8EE
(243,232,238)
#F5EEF2
(245,238,242)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B8CE color. Also use rgb(227,184,206) instead hex code.

Text Font Color

.myTextColor { color: #E3B8CE; }

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

This text font color is #E3B8CE.


Background Color

.myBgColor { background-color: #E3B8CE; }

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

This div background color is #E3B8CE.


Border color

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

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

This div border color is #E3B8CE.


Opacity

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

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

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

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

This text has shadow with #E3B8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B8CE on black background.


Color preview on white background

This text has color #E3B8CE on white background.



Black color preview on #E3B8CE background

This text has black color on #E3B8CE background.


White color preview on #E3B8CE background

This text has white color on #E3B8CE background.