COLOR #E6BDF3

HEX: #E6BDF3 RGB: (230,189,243)

Color info

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

RGB color model

#E6BDF3 color RGB value is (230,189,243).

RGB: (230,189,243) (90%, 74%, 95%)

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 243 of 255 = 95%

230
189
243

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

Portions of RGB colors in percentages

R + G + B = 230 + 189 + 243 = 662 (100%)
R 230 of 662 ~ 34.74%
G 189 of 662 ~ 28.55%
B 243 of 662 ~ 36.71'%

%34.74
%28.55
%36.71

CMYK color model

#E6BDF3 color CMYK value is (5,22,0,5).

  • cyan value is 5.35%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (5,22,0,5)
C5M22Y0K5 (5%, 22%, 0%, 5%)
(0.05 / 0.22 / 0.00 / 0.05)

CMYK percentages

%5.35
%22.22
%0
%4.71

Codes

Color #E6BDF3 in popluar color models

E6 BD F3
RGB 230 189 243
HSL 286° 69.23% 84.71%
HSB/HSV 286° 22.22% 95.29%
CMYK 5.35% 22.22% 0.00%
4.71%

Color #E6BDF3 in popluar number systems.

HEX E6 BD F3
Decimal 230 189 243
Binary 11100110 10111101 11110011
Octal 346 275 363

Shades and tints

Shades of #E6BDF3

#E6BDF3
(230,189,243)
#D2ACDD
(210,172,221)
#BE9BC7
(190,155,199)
#AA8AB1
(170,138,177)
#96799B
(150,121,155)
#826885
(130,104,133)
#6E576F
(110,87,111)
#5A4659
(90,70,89)
#463543
(70,53,67)
#32242D
(50,36,45)
#1E1317
(30,19,23)
#000000
(0,0,0)

Tints of #E6BDF3

#E6BDF3
(230,189,243)
#E8C3F4
(232,195,244)
#EAC9F5
(234,201,245)
#ECCFF6
(236,207,246)
#EED5F7
(238,213,247)
#F0DBF8
(240,219,248)
#F2E1F9
(242,225,249)
#F4E7FA
(244,231,250)
#F6EDFB
(246,237,251)
#F8F3FC
(248,243,252)
#FAF9FD
(250,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BDF3; }

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

This text font color is #E6BDF3.

Background Color

.myBgColor { background-color: #E6BDF3; }

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

This div background color is #E6BDF3.

Border color

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

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

This div border color is #E6BDF3.

Opacity

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

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

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

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

This text has shadow with #E6BDF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BDF3.

Preview

Color preview on black background

This text has color #E6BDF3 on black background.


Color preview on white background

This text has color #E6BDF3 on white background.


Black color preview on #E6BDF3 background

This text has black color on #E6BDF3 background.


White color preview on #E6BDF3 background

This text has white color on #E6BDF3 background.


Related colors

Complementary color

Complementary color for #hex is #19420C.


I love getcolorcode.com

Triadic colors

1 #F3E6BD and #BDF3E6 with #E6BDF3 are triadic colors.

2 #F3BDE6 and #BDE6F3 with #E6BDF3 are triadic colors.