COLOR #E6BDFC

HEX: #E6BDFC
RGB: (230,189,252)

Color info

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

RGB color model

#E6BDFC color RGB value is (230,189,252).

  • red value is 230;
  • green value is 189;
  • blue value is 252.
RGB:
(230,189,252)
(90%,74%,99%)

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 252 of 255 = 99%

230
189
252

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

Portions of RGB colors in percentages

R + G + B =
230 + 189 + 252 = 671 (100%)
R 230 of 671 ~ 34.28%
G 189 of 671 ~ 28.17%
B 252 of 671 ~ 37.56%

%34.28
%28.17
%37.56

CMYK color model

#E6BDFC color CMYK value is (9,25,0,1).

  • cyan value is 8.73%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(9,25,0,1)
C9M25Y0K1 
(9%,25%,0%,1%)
(0.09/0.25/0.00/0.01)	

CMYK percentages

%8.73
%25
%0
%1.18

Codes

Color #E6BDFC in popluar color models

E6BDFC
RGB230189252
HSL279°91.30%86.47%
HSB/HSV279°25.00%98.82%
CMYK8.73%25.00%0.00%
1.18%

Color #E6BDFC in popluar number systems.

HEXE6BDFC
Decimal230189252
Binary111001101011110111111100
Octal346275374

Shades and tints

Shades of #E6BDFC

#E6BDFC
(230,189,252)
#D2ACE6
(210,172,230)
#BE9BD0
(190,155,208)
#AA8ABA
(170,138,186)
#9679A4
(150,121,164)
#82688E
(130,104,142)
#6E5778
(110,87,120)
#5A4662
(90,70,98)
#46354C
(70,53,76)
#322436
(50,36,54)
#1E1320
(30,19,32)
#000000
(0,0,0)

Tints of #E6BDFC

#E6BDFC
(230,189,252)
#E8C3FC
(232,195,252)
#EAC9FC
(234,201,252)
#ECCFFC
(236,207,252)
#EED5FC
(238,213,252)
#F0DBFC
(240,219,252)
#F2E1FC
(242,225,252)
#F4E7FC
(244,231,252)
#F6EDFC
(246,237,252)
#F8F3FC
(248,243,252)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BDFC; }

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

This text font color is #E6BDFC.


Background Color

.myBgColor { background-color: #E6BDFC; }

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

This div background color is #E6BDFC.


Border color

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

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

This div border color is #E6BDFC.


Opacity

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

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

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

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

This text has shadow with #E6BDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BDFC on black background.


Color preview on white background

This text has color #E6BDFC on white background.



Black color preview on #E6BDFC background

This text has black color on #E6BDFC background.


White color preview on #E6BDFC background

This text has white color on #E6BDFC background.