COLOR #E6BFE5

HEX: #E6BFE5
RGB: (230,191,229)

Color info

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

RGB color model

#E6BFE5 color RGB value is (230,191,229).

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

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 229 of 255 = 90%

230
191
229

R + G + B ~ 85%. #E6BFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 191 + 229 = 650 (100%)
R 230 of 650 ~ 35.38%
G 191 of 650 ~ 29.38%
B 229 of 650 ~ 35.23%

%35.38
%29.38
%35.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 0.43%
  • key color value is 9.80%
CMYK:
(0,17,0,10)
C0M17Y0K10 
(0%,17%,0%,10%)
(0.00/0.17/0.00/0.10)	

CMYK percentages

%0
%16.96
%0.43
%9.8

Codes

Color #E6BFE5 in popluar color models

E6BFE5
RGB230191229
HSL302°43.82%82.55%
HSB/HSV302°16.96%90.20%
CMYK0.00%16.96%0.43%
9.80%

Color #E6BFE5 in popluar number systems.

HEXE6BFE5
Decimal230191229
Binary111001101011111111100101
Octal346277345

Shades and tints

Shades of #E6BFE5

#E6BFE5
(230,191,229)
#D2AED1
(210,174,209)
#BE9DBD
(190,157,189)
#AA8CA9
(170,140,169)
#967B95
(150,123,149)
#826A81
(130,106,129)
#6E596D
(110,89,109)
#5A4859
(90,72,89)
#463745
(70,55,69)
#322631
(50,38,49)
#1E151D
(30,21,29)
#000000
(0,0,0)

Tints of #E6BFE5

#E6BFE5
(230,191,229)
#E8C4E7
(232,196,231)
#EAC9E9
(234,201,233)
#ECCEEB
(236,206,235)
#EED3ED
(238,211,237)
#F0D8EF
(240,216,239)
#F2DDF1
(242,221,241)
#F4E2F3
(244,226,243)
#F6E7F5
(246,231,245)
#F8ECF7
(248,236,247)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BFE5; }

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

This text font color is #E6BFE5.


Background Color

.myBgColor { background-color: #E6BFE5; }

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

This div background color is #E6BFE5.


Border color

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

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

This div border color is #E6BFE5.


Opacity

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

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

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

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

This text has shadow with #E6BFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BFE5 on black background.


Color preview on white background

This text has color #E6BFE5 on white background.



Black color preview on #E6BFE5 background

This text has black color on #E6BFE5 background.


White color preview on #E6BFE5 background

This text has white color on #E6BFE5 background.