COLOR #E3B4C7

HEX: #E3B4C7
RGB: (227,180,199)

Color info

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

RGB color model

#E3B4C7 color RGB value is (227,180,199).

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

RGB channels and saturation

R 227 of 255 = 89%
G 180 of 255 = 71%
B 199 of 255 = 78%

227
180
199

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

Portions of RGB colors in percentages

R + G + B =
227 + 180 + 199 = 606 (100%)
R 227 of 606 ~ 37.46%
G 180 of 606 ~ 29.7%
B 199 of 606 ~ 32.84%

%37.46
%29.7
%32.84

CMYK color model

#E3B4C7 color CMYK value is (0,21,12,11).

  • cyan value is 0.00%
  • magenta value is 20.70%
  • yellow value is 12.33%
  • key color value is 10.98%
CMYK:
(0,21,12,11)
C0M21Y12K11 
(0%,21%,12%,11%)
(0.00/0.21/0.12/0.11)	

CMYK percentages

%0
%20.7
%12.33
%10.98

Codes

Color #E3B4C7 in popluar color models

E3B4C7
RGB227180199
HSL336°45.63%79.80%
HSB/HSV336°20.70%89.02%
CMYK0.00%20.70%12.33%
10.98%

Color #E3B4C7 in popluar number systems.

HEXE3B4C7
Decimal227180199
Binary111000111011010011000111
Octal343264307

Shades and tints

Shades of #E3B4C7

#E3B4C7
(227,180,199)
#CFA4B5
(207,164,181)
#BB94A3
(187,148,163)
#A78491
(167,132,145)
#93747F
(147,116,127)
#7F646D
(127,100,109)
#6B545B
(107,84,91)
#574449
(87,68,73)
#433437
(67,52,55)
#2F2425
(47,36,37)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #E3B4C7

#E3B4C7
(227,180,199)
#E5BACC
(229,186,204)
#E7C0D1
(231,192,209)
#E9C6D6
(233,198,214)
#EBCCDB
(235,204,219)
#EDD2E0
(237,210,224)
#EFD8E5
(239,216,229)
#F1DEEA
(241,222,234)
#F3E4EF
(243,228,239)
#F5EAF4
(245,234,244)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B4C7; }

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

This text font color is #E3B4C7.


Background Color

.myBgColor { background-color: #E3B4C7; }

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

This div background color is #E3B4C7.


Border color

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

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

This div border color is #E3B4C7.


Opacity

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

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

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

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

This text has shadow with #E3B4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B4C7 on black background.


Color preview on white background

This text has color #E3B4C7 on white background.



Black color preview on #E3B4C7 background

This text has black color on #E3B4C7 background.


White color preview on #E3B4C7 background

This text has white color on #E3B4C7 background.