COLOR #E3B8CA

HEX: #E3B8CA
RGB: (227,184,202)

Color info

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

RGB color model

#E3B8CA color RGB value is (227,184,202).

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

RGB channels and saturation

R 227 of 255 = 89%
G 184 of 255 = 72%
B 202 of 255 = 79%

227
184
202

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

Portions of RGB colors in percentages

R + G + B =
227 + 184 + 202 = 613 (100%)
R 227 of 613 ~ 37.03%
G 184 of 613 ~ 30.02%
B 202 of 613 ~ 32.95%

%37.03
%30.02
%32.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.94%
  • yellow value is 11.01%
  • key color value is 10.98%
CMYK:
(0,19,11,11)
C0M19Y11K11 
(0%,19%,11%,11%)
(0.00/0.19/0.11/0.11)	

CMYK percentages

%0
%18.94
%11.01
%10.98

Codes

Color #E3B8CA in popluar color models

E3B8CA
RGB227184202
HSL335°43.43%80.59%
HSB/HSV335°18.94%89.02%
CMYK0.00%18.94%11.01%
10.98%

Color #E3B8CA in popluar number systems.

HEXE3B8CA
Decimal227184202
Binary111000111011100011001010
Octal343270312

Shades and tints

Shades of #E3B8CA

#E3B8CA
(227,184,202)
#CFA8B8
(207,168,184)
#BB98A6
(187,152,166)
#A78894
(167,136,148)
#937882
(147,120,130)
#7F6870
(127,104,112)
#6B585E
(107,88,94)
#57484C
(87,72,76)
#43383A
(67,56,58)
#2F2828
(47,40,40)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #E3B8CA

#E3B8CA
(227,184,202)
#E5BECE
(229,190,206)
#E7C4D2
(231,196,210)
#E9CAD6
(233,202,214)
#EBD0DA
(235,208,218)
#EDD6DE
(237,214,222)
#EFDCE2
(239,220,226)
#F1E2E6
(241,226,230)
#F3E8EA
(243,232,234)
#F5EEEE
(245,238,238)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B8CA; }

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

This text font color is #E3B8CA.


Background Color

.myBgColor { background-color: #E3B8CA; }

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

This div background color is #E3B8CA.


Border color

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

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

This div border color is #E3B8CA.


Opacity

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

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

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

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

This text has shadow with #E3B8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B8CA on black background.


Color preview on white background

This text has color #E3B8CA on white background.



Black color preview on #E3B8CA background

This text has black color on #E3B8CA background.


White color preview on #E3B8CA background

This text has white color on #E3B8CA background.