COLOR #E6B7DB

HEX: #E6B7DB
RGB: (230,183,219)

Color info

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

RGB color model

#E6B7DB color RGB value is (230,183,219).

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

RGB channels and saturation

R 230 of 255 = 90%
G 183 of 255 = 72%
B 219 of 255 = 86%

230
183
219

R + G + B ~ 83%. #E6B7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 183 + 219 = 632 (100%)
R 230 of 632 ~ 36.39%
G 183 of 632 ~ 28.96%
B 219 of 632 ~ 34.65%

%36.39
%28.96
%34.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 4.78%
  • 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
%4.78
%9.8

Codes

Color #E6B7DB in popluar color models

E6B7DB
RGB230183219
HSL314°48.45%80.98%
HSB/HSV314°20.43%90.20%
CMYK0.00%20.43%4.78%
9.80%

Color #E6B7DB in popluar number systems.

HEXE6B7DB
Decimal230183219
Binary111001101011011111011011
Octal346267333

Shades and tints

Shades of #E6B7DB

#E6B7DB
(230,183,219)
#D2A7C8
(210,167,200)
#BE97B5
(190,151,181)
#AA87A2
(170,135,162)
#96778F
(150,119,143)
#82677C
(130,103,124)
#6E5769
(110,87,105)
#5A4756
(90,71,86)
#463743
(70,55,67)
#322730
(50,39,48)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #E6B7DB

#E6B7DB
(230,183,219)
#E8BDDE
(232,189,222)
#EAC3E1
(234,195,225)
#ECC9E4
(236,201,228)
#EECFE7
(238,207,231)
#F0D5EA
(240,213,234)
#F2DBED
(242,219,237)
#F4E1F0
(244,225,240)
#F6E7F3
(246,231,243)
#F8EDF6
(248,237,246)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B7DB; }

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

This text font color is #E6B7DB.


Background Color

.myBgColor { background-color: #E6B7DB; }

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

This div background color is #E6B7DB.


Border color

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

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

This div border color is #E6B7DB.


Opacity

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

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

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

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

This text has shadow with #E6B7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B7DB on black background.


Color preview on white background

This text has color #E6B7DB on white background.



Black color preview on #E6B7DB background

This text has black color on #E6B7DB background.


White color preview on #E6B7DB background

This text has white color on #E6B7DB background.