COLOR #E6BFEC

HEX: #E6BFEC RGB: (230,191,236)

Color info

#E6BFEC contains red, green and blue colors in about the same proportion. Web safe color of #E6BFEC is #CCCCFF (or #CCF).

RGB color model

#E6BFEC color RGB value is (230,191,236).

RGB: (230,191,236) (90%, 75%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 236 of 255 = 93%

230
191
236

R + G + B ~ 86%. #E6BFEC is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 191 + 236 = 657 (100%)
R 230 of 657 ~ 35.01%
G 191 of 657 ~ 29.07%
B 236 of 657 ~ 35.92'%

%35.01
%29.07
%35.92

CMYK color model

#E6BFEC color CMYK value is (3,19,0,7).

  • cyan value is 2.54%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,19,0,7)
C3M19Y0K7 (3%, 19%, 0%, 7%)
(0.03 / 0.19 / 0.00 / 0.07)

CMYK percentages

%2.54
%19.07
%0
%7.45

Codes

Color #E6BFEC in popluar color models

E6 BF EC
RGB 230 191 236
HSL 292° 54.22% 83.73%
HSB/HSV 292° 19.07% 92.55%
CMYK 2.54% 19.07% 0.00%
7.45%

Color #E6BFEC in popluar number systems.

HEX E6 BF EC
Decimal 230 191 236
Binary 11100110 10111111 11101100
Octal 346 277 354

Shades and tints

Shades of #E6BFEC

#E6BFEC
(230,191,236)
#D2AED7
(210,174,215)
#BE9DC2
(190,157,194)
#AA8CAD
(170,140,173)
#967B98
(150,123,152)
#826A83
(130,106,131)
#6E596E
(110,89,110)
#5A4859
(90,72,89)
#463744
(70,55,68)
#32262F
(50,38,47)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #E6BFEC

#E6BFEC
(230,191,236)
#E8C4ED
(232,196,237)
#EAC9EE
(234,201,238)
#ECCEEF
(236,206,239)
#EED3F0
(238,211,240)
#F0D8F1
(240,216,241)
#F2DDF2
(242,221,242)
#F4E2F3
(244,226,243)
#F6E7F4
(246,231,244)
#F8ECF5
(248,236,245)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BFEC; }

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

This text font color is #E6BFEC.

Background Color

.myBgColor { background-color: #E6BFEC; }

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

This div background color is #E6BFEC.

Border color

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

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

This div border color is #E6BFEC.

Opacity

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

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

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

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

This text has shadow with #E6BFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BFEC.

Preview

Color preview on black background

This text has color #E6BFEC on black background.


Color preview on white background

This text has color #E6BFEC on white background.


Black color preview on #E6BFEC background

This text has black color on #E6BFEC background.


White color preview on #E6BFEC background

This text has white color on #E6BFEC background.


Related colors

Complementary color

Complementary color for #hex is #194013.


I love getcolorcode.com

Triadic colors

1 #ECE6BF and #BFECE6 with #E6BFEC are triadic colors.

2 #ECBFE6 and #BFE6EC with #E6BFEC are triadic colors.