COLOR #E6B3DE

HEX: #E6B3DE
RGB: (230,179,222)

Color info

#E6B3DE contains red, green and blue colors in about the same proportion. Web safe color of #E6B3DE is #CC99CC (or #C9C).

RGB color model

#E6B3DE color RGB value is (230,179,222).

  • red value is 230;
  • green value is 179;
  • blue value is 222.
RGB:
(230,179,222)
(90%,70%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 179 of 255 = 70%
B 222 of 255 = 87%

230
179
222

R + G + B ~ 82%. #E6B3DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 179 + 222 = 631 (100%)
R 230 of 631 ~ 36.45%
G 179 of 631 ~ 28.37%
B 222 of 631 ~ 35.18%

%36.45
%28.37
%35.18

CMYK color model

#E6B3DE color CMYK value is (0,22,3,10).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK:
(0,22,3,10)
C0M22Y3K10 
(0%,22%,3%,10%)
(0.00/0.22/0.03/0.10)	

CMYK percentages

%0
%22.17
%3.48
%9.8

Codes

Color #E6B3DE in popluar color models

E6B3DE
RGB230179222
HSL309°50.50%80.20%
HSB/HSV309°22.17%90.20%
CMYK0.00%22.17%3.48%
9.80%

Color #E6B3DE in popluar number systems.

HEXE6B3DE
Decimal230179222
Binary111001101011001111011110
Octal346263336

Shades and tints

Shades of #E6B3DE

#E6B3DE
(230,179,222)
#D2A3CA
(210,163,202)
#BE93B6
(190,147,182)
#AA83A2
(170,131,162)
#96738E
(150,115,142)
#82637A
(130,99,122)
#6E5366
(110,83,102)
#5A4352
(90,67,82)
#46333E
(70,51,62)
#32232A
(50,35,42)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #E6B3DE

#E6B3DE
(230,179,222)
#E8B9E1
(232,185,225)
#EABFE4
(234,191,228)
#ECC5E7
(236,197,231)
#EECBEA
(238,203,234)
#F0D1ED
(240,209,237)
#F2D7F0
(242,215,240)
#F4DDF3
(244,221,243)
#F6E3F6
(246,227,246)
#F8E9F9
(248,233,249)
#FAEFFC
(250,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B3DE color. Also use rgb(230,179,222) instead hex code.

Text Font Color

.myTextColor { color: #E6B3DE; }

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

This text font color is #E6B3DE.


Background Color

.myBgColor { background-color: #E6B3DE; }

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

This div background color is #E6B3DE.


Border color

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

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

This div border color is #E6B3DE.


Opacity

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

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

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

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

This text has shadow with #E6B3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B3DE on black background.


Color preview on white background

This text has color #E6B3DE on white background.



Black color preview on #E6B3DE background

This text has black color on #E6B3DE background.


White color preview on #E6B3DE background

This text has white color on #E6B3DE background.