COLOR #E6BFE1

HEX: #E6BFE1
RGB: (230,191,225)

Color info

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

RGB color model

#E6BFE1 color RGB value is (230,191,225).

  • red value is 230;
  • green value is 191;
  • blue value is 225.
RGB:
(230,191,225)
(90%,75%,88%)

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 225 of 255 = 88%

230
191
225

R + G + B ~ 84%. #E6BFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 191 + 225 = 646 (100%)
R 230 of 646 ~ 35.6%
G 191 of 646 ~ 29.57%
B 225 of 646 ~ 34.83%

%35.6
%29.57
%34.83

CMYK color model

#E6BFE1 color CMYK value is (0,17,2,10).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 2.17%
  • key color value is 9.80%
CMYK:
(0,17,2,10)
C0M17Y2K10 
(0%,17%,2%,10%)
(0.00/0.17/0.02/0.10)	

CMYK percentages

%0
%16.96
%2.17
%9.8

Codes

Color #E6BFE1 in popluar color models

E6BFE1
RGB230191225
HSL308°43.82%82.55%
HSB/HSV308°16.96%90.20%
CMYK0.00%16.96%2.17%
9.80%

Color #E6BFE1 in popluar number systems.

HEXE6BFE1
Decimal230191225
Binary111001101011111111100001
Octal346277341

Shades and tints

Shades of #E6BFE1

#E6BFE1
(230,191,225)
#D2AECD
(210,174,205)
#BE9DB9
(190,157,185)
#AA8CA5
(170,140,165)
#967B91
(150,123,145)
#826A7D
(130,106,125)
#6E5969
(110,89,105)
#5A4855
(90,72,85)
#463741
(70,55,65)
#32262D
(50,38,45)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #E6BFE1

#E6BFE1
(230,191,225)
#E8C4E3
(232,196,227)
#EAC9E5
(234,201,229)
#ECCEE7
(236,206,231)
#EED3E9
(238,211,233)
#F0D8EB
(240,216,235)
#F2DDED
(242,221,237)
#F4E2EF
(244,226,239)
#F6E7F1
(246,231,241)
#F8ECF3
(248,236,243)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BFE1 color. Also use rgb(230,191,225) instead hex code.

Text Font Color

.myTextColor { color: #E6BFE1; }

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

This text font color is #E6BFE1.


Background Color

.myBgColor { background-color: #E6BFE1; }

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

This div background color is #E6BFE1.


Border color

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

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

This div border color is #E6BFE1.


Opacity

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

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

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

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

This text has shadow with #E6BFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BFE1 on black background.


Color preview on white background

This text has color #E6BFE1 on white background.



Black color preview on #E6BFE1 background

This text has black color on #E6BFE1 background.


White color preview on #E6BFE1 background

This text has white color on #E6BFE1 background.