COLOR #E6BDEA

HEX: #E6BDEA RGB: (230,189,234)

Color info

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

RGB color model

#E6BDEA color RGB value is (230,189,234).

RGB: (230,189,234) (90%, 74%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 234 of 255 = 92%

230
189
234

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

Portions of RGB colors in percentages

R + G + B = 230 + 189 + 234 = 653 (100%)
R 230 of 653 ~ 35.22%
G 189 of 653 ~ 28.94%
B 234 of 653 ~ 35.83'%

%35.22
%28.94
%35.83

CMYK color model

#E6BDEA color CMYK value is (2,19,0,8).

  • cyan value is 1.71%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (2,19,0,8)
C2M19Y0K8 (2%, 19%, 0%, 8%)
(0.02 / 0.19 / 0.00 / 0.08)

CMYK percentages

%1.71
%19.23
%0
%8.24

Codes

Color #E6BDEA in popluar color models

E6 BD EA
RGB 230 189 234
HSL 295° 51.72% 82.94%
HSB/HSV 295° 19.23% 91.76%
CMYK 1.71% 19.23% 0.00%
8.24%

Color #E6BDEA in popluar number systems.

HEX E6 BD EA
Decimal 230 189 234
Binary 11100110 10111101 11101010
Octal 346 275 352

Shades and tints

Shades of #E6BDEA

#E6BDEA
(230,189,234)
#D2ACD5
(210,172,213)
#BE9BC0
(190,155,192)
#AA8AAB
(170,138,171)
#967996
(150,121,150)
#826881
(130,104,129)
#6E576C
(110,87,108)
#5A4657
(90,70,87)
#463542
(70,53,66)
#32242D
(50,36,45)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #E6BDEA

#E6BDEA
(230,189,234)
#E8C3EB
(232,195,235)
#EAC9EC
(234,201,236)
#ECCFED
(236,207,237)
#EED5EE
(238,213,238)
#F0DBEF
(240,219,239)
#F2E1F0
(242,225,240)
#F4E7F1
(244,231,241)
#F6EDF2
(246,237,242)
#F8F3F3
(248,243,243)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BDEA; }

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

This text font color is #E6BDEA.

Background Color

.myBgColor { background-color: #E6BDEA; }

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

This div background color is #E6BDEA.

Border color

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

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

This div border color is #E6BDEA.

Opacity

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

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

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

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

This text has shadow with #E6BDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BDEA.

Preview

Color preview on black background

This text has color #E6BDEA on black background.


Color preview on white background

This text has color #E6BDEA on white background.


Black color preview on #E6BDEA background

This text has black color on #E6BDEA background.


White color preview on #E6BDEA background

This text has white color on #E6BDEA background.


Related colors

Complementary color

Complementary color for #hex is #194215.


I love getcolorcode.com

Triadic colors

1 #EAE6BD and #BDEAE6 with #E6BDEA are triadic colors.

2 #EABDE6 and #BDE6EA with #E6BDEA are triadic colors.