COLOR #E6BFDC

HEX: #E6BFDC
RGB: (230,191,220)

Color info

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

RGB color model

#E6BFDC color RGB value is (230,191,220).

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

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 220 of 255 = 86%

230
191
220

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

Portions of RGB colors in percentages

R + G + B =
230 + 191 + 220 = 641 (100%)
R 230 of 641 ~ 35.88%
G 191 of 641 ~ 29.8%
B 220 of 641 ~ 34.32%

%35.88
%29.8
%34.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(0,17,4,10)
C0M17Y4K10 
(0%,17%,4%,10%)
(0.00/0.17/0.04/0.10)	

CMYK percentages

%0
%16.96
%4.35
%9.8

Codes

Color #E6BFDC in popluar color models

E6BFDC
RGB230191220
HSL315°43.82%82.55%
HSB/HSV315°16.96%90.20%
CMYK0.00%16.96%4.35%
9.80%

Color #E6BFDC in popluar number systems.

HEXE6BFDC
Decimal230191220
Binary111001101011111111011100
Octal346277334

Shades and tints

Shades of #E6BFDC

#E6BFDC
(230,191,220)
#D2AEC8
(210,174,200)
#BE9DB4
(190,157,180)
#AA8CA0
(170,140,160)
#967B8C
(150,123,140)
#826A78
(130,106,120)
#6E5964
(110,89,100)
#5A4850
(90,72,80)
#46373C
(70,55,60)
#322628
(50,38,40)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #E6BFDC

#E6BFDC
(230,191,220)
#E8C4DF
(232,196,223)
#EAC9E2
(234,201,226)
#ECCEE5
(236,206,229)
#EED3E8
(238,211,232)
#F0D8EB
(240,216,235)
#F2DDEE
(242,221,238)
#F4E2F1
(244,226,241)
#F6E7F4
(246,231,244)
#F8ECF7
(248,236,247)
#FAF1FA
(250,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BFDC; }

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

This text font color is #E6BFDC.


Background Color

.myBgColor { background-color: #E6BFDC; }

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

This div background color is #E6BFDC.


Border color

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

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

This div border color is #E6BFDC.


Opacity

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

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

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

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

This text has shadow with #E6BFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BFDC on black background.


Color preview on white background

This text has color #E6BFDC on white background.



Black color preview on #E6BFDC background

This text has black color on #E6BFDC background.


White color preview on #E6BFDC background

This text has white color on #E6BFDC background.