COLOR #E6B7DA

HEX: #E6B7DA
RGB: (230,183,218)

Color info

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

RGB color model

#E6B7DA color RGB value is (230,183,218).

  • red value is 230;
  • green value is 183;
  • blue value is 218.
RGB:
(230,183,218)
(90%,72%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 183 of 255 = 72%
B 218 of 255 = 85%

230
183
218

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

Portions of RGB colors in percentages

R + G + B =
230 + 183 + 218 = 631 (100%)
R 230 of 631 ~ 36.45%
G 183 of 631 ~ 29%
B 218 of 631 ~ 34.55%

%36.45
%29
%34.55

CMYK color model

#E6B7DA color CMYK value is (0,20,5,10).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(0,20,5,10)
C0M20Y5K10 
(0%,20%,5%,10%)
(0.00/0.20/0.05/0.10)	

CMYK percentages

%0
%20.43
%5.22
%9.8

Codes

Color #E6B7DA in popluar color models

E6B7DA
RGB230183218
HSL315°48.45%80.98%
HSB/HSV315°20.43%90.20%
CMYK0.00%20.43%5.22%
9.80%

Color #E6B7DA in popluar number systems.

HEXE6B7DA
Decimal230183218
Binary111001101011011111011010
Octal346267332

Shades and tints

Shades of #E6B7DA

#E6B7DA
(230,183,218)
#D2A7C7
(210,167,199)
#BE97B4
(190,151,180)
#AA87A1
(170,135,161)
#96778E
(150,119,142)
#82677B
(130,103,123)
#6E5768
(110,87,104)
#5A4755
(90,71,85)
#463742
(70,55,66)
#32272F
(50,39,47)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #E6B7DA

#E6B7DA
(230,183,218)
#E8BDDD
(232,189,221)
#EAC3E0
(234,195,224)
#ECC9E3
(236,201,227)
#EECFE6
(238,207,230)
#F0D5E9
(240,213,233)
#F2DBEC
(242,219,236)
#F4E1EF
(244,225,239)
#F6E7F2
(246,231,242)
#F8EDF5
(248,237,245)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B7DA color. Also use rgb(230,183,218) instead hex code.

Text Font Color

.myTextColor { color: #E6B7DA; }

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

This text font color is #E6B7DA.


Background Color

.myBgColor { background-color: #E6B7DA; }

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

This div background color is #E6B7DA.


Border color

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

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

This div border color is #E6B7DA.


Opacity

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

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

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

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

This text has shadow with #E6B7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B7DA on black background.


Color preview on white background

This text has color #E6B7DA on white background.



Black color preview on #E6B7DA background

This text has black color on #E6B7DA background.


White color preview on #E6B7DA background

This text has white color on #E6B7DA background.