COLOR #E3BFD6

HEX: #E3BFD6
RGB: (227,191,214)

Color info

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

RGB color model

#E3BFD6 color RGB value is (227,191,214).

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

RGB channels and saturation

R 227 of 255 = 89%
G 191 of 255 = 75%
B 214 of 255 = 84%

227
191
214

R + G + B ~ 83%. #E3BFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 191 + 214 = 632 (100%)
R 227 of 632 ~ 35.92%
G 191 of 632 ~ 30.22%
B 214 of 632 ~ 33.86%

%35.92
%30.22
%33.86

CMYK color model

#E3BFD6 color CMYK value is (0,16,6,11).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(0,16,6,11)
C0M16Y6K11 
(0%,16%,6%,11%)
(0.00/0.16/0.06/0.11)	

CMYK percentages

%0
%15.86
%5.73
%10.98

Codes

Color #E3BFD6 in popluar color models

E3BFD6
RGB227191214
HSL322°39.13%81.96%
HSB/HSV322°15.86%89.02%
CMYK0.00%15.86%5.73%
10.98%

Color #E3BFD6 in popluar number systems.

HEXE3BFD6
Decimal227191214
Binary111000111011111111010110
Octal343277326

Shades and tints

Shades of #E3BFD6

#E3BFD6
(227,191,214)
#CFAEC3
(207,174,195)
#BB9DB0
(187,157,176)
#A78C9D
(167,140,157)
#937B8A
(147,123,138)
#7F6A77
(127,106,119)
#6B5964
(107,89,100)
#574851
(87,72,81)
#43373E
(67,55,62)
#2F262B
(47,38,43)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #E3BFD6

#E3BFD6
(227,191,214)
#E5C4D9
(229,196,217)
#E7C9DC
(231,201,220)
#E9CEDF
(233,206,223)
#EBD3E2
(235,211,226)
#EDD8E5
(237,216,229)
#EFDDE8
(239,221,232)
#F1E2EB
(241,226,235)
#F3E7EE
(243,231,238)
#F5ECF1
(245,236,241)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BFD6; }

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

This text font color is #E3BFD6.


Background Color

.myBgColor { background-color: #E3BFD6; }

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

This div background color is #E3BFD6.


Border color

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

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

This div border color is #E3BFD6.


Opacity

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

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

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

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

This text has shadow with #E3BFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BFD6 on black background.


Color preview on white background

This text has color #E3BFD6 on white background.



Black color preview on #E3BFD6 background

This text has black color on #E3BFD6 background.


White color preview on #E3BFD6 background

This text has white color on #E3BFD6 background.