COLOR #E6BFFC

HEX: #E6BFFC RGB: (230,191,252)

Color info

#E6BFFC contains mainly red and blue colors. Web safe color of #E6BFFC is #CCCCFF (or #CCF).

RGB color model

#E6BFFC color RGB value is (230,191,252).

RGB: (230,191,252) (90%, 75%, 99%)

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 252 of 255 = 99%

230
191
252

R + G + B ~ 88%. #E6BFFC is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 191 + 252 = 673 (100%)
R 230 of 673 ~ 34.18%
G 191 of 673 ~ 28.38%
B 252 of 673 ~ 37.44'%

%34.18
%28.38
%37.44

CMYK color model

#E6BFFC color CMYK value is (9,24,0,1).

  • cyan value is 8.73%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (9,24,0,1)
C9M24Y0K1 (9%, 24%, 0%, 1%)
(0.09 / 0.24 / 0.00 / 0.01)

CMYK percentages

%8.73
%24.21
%0
%1.18

Codes

Color #E6BFFC in popluar color models

E6 BF FC
RGB 230 191 252
HSL 278° 91.04% 86.86%
HSB/HSV 278° 24.21% 98.82%
CMYK 8.73% 24.21% 0.00%
1.18%

Color #E6BFFC in popluar number systems.

HEX E6 BF FC
Decimal 230 191 252
Binary 11100110 10111111 11111100
Octal 346 277 374

Shades and tints

Shades of #E6BFFC

#E6BFFC
(230,191,252)
#D2AEE6
(210,174,230)
#BE9DD0
(190,157,208)
#AA8CBA
(170,140,186)
#967BA4
(150,123,164)
#826A8E
(130,106,142)
#6E5978
(110,89,120)
#5A4862
(90,72,98)
#46374C
(70,55,76)
#322636
(50,38,54)
#1E1520
(30,21,32)
#000000
(0,0,0)

Tints of #E6BFFC

#E6BFFC
(230,191,252)
#E8C4FC
(232,196,252)
#EAC9FC
(234,201,252)
#ECCEFC
(236,206,252)
#EED3FC
(238,211,252)
#F0D8FC
(240,216,252)
#F2DDFC
(242,221,252)
#F4E2FC
(244,226,252)
#F6E7FC
(246,231,252)
#F8ECFC
(248,236,252)
#FAF1FC
(250,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BFFC; }

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

This text font color is #E6BFFC.

Background Color

.myBgColor { background-color: #E6BFFC; }

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

This div background color is #E6BFFC.

Border color

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

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

This div border color is #E6BFFC.

Opacity

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

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

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

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

This text has shadow with #E6BFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BFFC.

Preview

Color preview on black background

This text has color #E6BFFC on black background.


Color preview on white background

This text has color #E6BFFC on white background.


Black color preview on #E6BFFC background

This text has black color on #E6BFFC background.


White color preview on #E6BFFC background

This text has white color on #E6BFFC background.


Related colors

Complementary color

Complementary color for #hex is #194003.


I love getcolorcode.com

Triadic colors

1 #FCE6BF and #BFFCE6 with #E6BFFC are triadic colors.

2 #FCBFE6 and #BFE6FC with #E6BFFC are triadic colors.