COLOR #E6B5DD

HEX: #E6B5DD
RGB: (230,181,221)

Color info

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

RGB color model

#E6B5DD color RGB value is (230,181,221).

  • red value is 230;
  • green value is 181;
  • blue value is 221.
RGB:
(230,181,221)
(90%,71%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 181 of 255 = 71%
B 221 of 255 = 87%

230
181
221

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

Portions of RGB colors in percentages

R + G + B =
230 + 181 + 221 = 632 (100%)
R 230 of 632 ~ 36.39%
G 181 of 632 ~ 28.64%
B 221 of 632 ~ 34.97%

%36.39
%28.64
%34.97

CMYK color model

#E6B5DD color CMYK value is (0,21,4,10).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(0,21,4,10)
C0M21Y4K10 
(0%,21%,4%,10%)
(0.00/0.21/0.04/0.10)	

CMYK percentages

%0
%21.3
%3.91
%9.8

Codes

Color #E6B5DD in popluar color models

E6B5DD
RGB230181221
HSL311°49.49%80.59%
HSB/HSV311°21.30%90.20%
CMYK0.00%21.30%3.91%
9.80%

Color #E6B5DD in popluar number systems.

HEXE6B5DD
Decimal230181221
Binary111001101011010111011101
Octal346265335

Shades and tints

Shades of #E6B5DD

#E6B5DD
(230,181,221)
#D2A5C9
(210,165,201)
#BE95B5
(190,149,181)
#AA85A1
(170,133,161)
#96758D
(150,117,141)
#826579
(130,101,121)
#6E5565
(110,85,101)
#5A4551
(90,69,81)
#46353D
(70,53,61)
#322529
(50,37,41)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #E6B5DD

#E6B5DD
(230,181,221)
#E8BBE0
(232,187,224)
#EAC1E3
(234,193,227)
#ECC7E6
(236,199,230)
#EECDE9
(238,205,233)
#F0D3EC
(240,211,236)
#F2D9EF
(242,217,239)
#F4DFF2
(244,223,242)
#F6E5F5
(246,229,245)
#F8EBF8
(248,235,248)
#FAF1FB
(250,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B5DD color. Also use rgb(230,181,221) instead hex code.

Text Font Color

.myTextColor { color: #E6B5DD; }

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

This text font color is #E6B5DD.


Background Color

.myBgColor { background-color: #E6B5DD; }

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

This div background color is #E6B5DD.


Border color

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

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

This div border color is #E6B5DD.


Opacity

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

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

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

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

This text has shadow with #E6B5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B5DD on black background.


Color preview on white background

This text has color #E6B5DD on white background.



Black color preview on #E6B5DD background

This text has black color on #E6B5DD background.


White color preview on #E6B5DD background

This text has white color on #E6B5DD background.