COLOR #E3B2BF

HEX: #E3B2BF
RGB: (227,178,191)

Color info

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

RGB color model

#E3B2BF color RGB value is (227,178,191).

  • red value is 227;
  • green value is 178;
  • blue value is 191.
RGB:
(227,178,191)
(89%,70%,75%)

RGB channels and saturation

R 227 of 255 = 89%
G 178 of 255 = 70%
B 191 of 255 = 75%

227
178
191

R + G + B ~ 78%. #E3B2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 178 + 191 = 596 (100%)
R 227 of 596 ~ 38.09%
G 178 of 596 ~ 29.87%
B 191 of 596 ~ 32.05%

%38.09
%29.87
%32.05

CMYK color model

#E3B2BF color CMYK value is (0,22,16,11).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(0,22,16,11)
C0M22Y16K11 
(0%,22%,16%,11%)
(0.00/0.22/0.16/0.11)	

CMYK percentages

%0
%21.59
%15.86
%10.98

Codes

Color #E3B2BF in popluar color models

E3B2BF
RGB227178191
HSL344°46.67%79.41%
HSB/HSV344°21.59%89.02%
CMYK0.00%21.59%15.86%
10.98%

Color #E3B2BF in popluar number systems.

HEXE3B2BF
Decimal227178191
Binary111000111011001010111111
Octal343262277

Shades and tints

Shades of #E3B2BF

#E3B2BF
(227,178,191)
#CFA2AE
(207,162,174)
#BB929D
(187,146,157)
#A7828C
(167,130,140)
#93727B
(147,114,123)
#7F626A
(127,98,106)
#6B5259
(107,82,89)
#574248
(87,66,72)
#433237
(67,50,55)
#2F2226
(47,34,38)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #E3B2BF

#E3B2BF
(227,178,191)
#E5B9C4
(229,185,196)
#E7C0C9
(231,192,201)
#E9C7CE
(233,199,206)
#EBCED3
(235,206,211)
#EDD5D8
(237,213,216)
#EFDCDD
(239,220,221)
#F1E3E2
(241,227,226)
#F3EAE7
(243,234,231)
#F5F1EC
(245,241,236)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B2BF color. Also use rgb(227,178,191) instead hex code.

Text Font Color

.myTextColor { color: #E3B2BF; }

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

This text font color is #E3B2BF.


Background Color

.myBgColor { background-color: #E3B2BF; }

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

This div background color is #E3B2BF.


Border color

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

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

This div border color is #E3B2BF.


Opacity

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

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

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

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

This text has shadow with #E3B2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B2BF on black background.


Color preview on white background

This text has color #E3B2BF on white background.



Black color preview on #E3B2BF background

This text has black color on #E3B2BF background.


White color preview on #E3B2BF background

This text has white color on #E3B2BF background.