COLOR #E6B6E0

HEX: #E6B6E0
RGB: (230,182,224)

Color info

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

RGB color model

#E6B6E0 color RGB value is (230,182,224).

  • red value is 230;
  • green value is 182;
  • blue value is 224.
RGB:
(230,182,224)
(90%,71%,88%)

RGB channels and saturation

R 230 of 255 = 90%
G 182 of 255 = 71%
B 224 of 255 = 88%

230
182
224

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

Portions of RGB colors in percentages

R + G + B =
230 + 182 + 224 = 636 (100%)
R 230 of 636 ~ 36.16%
G 182 of 636 ~ 28.62%
B 224 of 636 ~ 35.22%

%36.16
%28.62
%35.22

CMYK color model

#E6B6E0 color CMYK value is (0,21,3,10).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 2.61%
  • key color value is 9.80%
CMYK:
(0,21,3,10)
C0M21Y3K10 
(0%,21%,3%,10%)
(0.00/0.21/0.03/0.10)	

CMYK percentages

%0
%20.87
%2.61
%9.8

Codes

Color #E6B6E0 in popluar color models

E6B6E0
RGB230182224
HSL308°48.98%80.78%
HSB/HSV308°20.87%90.20%
CMYK0.00%20.87%2.61%
9.80%

Color #E6B6E0 in popluar number systems.

HEXE6B6E0
Decimal230182224
Binary111001101011011011100000
Octal346266340

Shades and tints

Shades of #E6B6E0

#E6B6E0
(230,182,224)
#D2A6CC
(210,166,204)
#BE96B8
(190,150,184)
#AA86A4
(170,134,164)
#967690
(150,118,144)
#82667C
(130,102,124)
#6E5668
(110,86,104)
#5A4654
(90,70,84)
#463640
(70,54,64)
#32262C
(50,38,44)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #E6B6E0

#E6B6E0
(230,182,224)
#E8BCE2
(232,188,226)
#EAC2E4
(234,194,228)
#ECC8E6
(236,200,230)
#EECEE8
(238,206,232)
#F0D4EA
(240,212,234)
#F2DAEC
(242,218,236)
#F4E0EE
(244,224,238)
#F6E6F0
(246,230,240)
#F8ECF2
(248,236,242)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B6E0 color. Also use rgb(230,182,224) instead hex code.

Text Font Color

.myTextColor { color: #E6B6E0; }

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

This text font color is #E6B6E0.


Background Color

.myBgColor { background-color: #E6B6E0; }

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

This div background color is #E6B6E0.


Border color

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

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

This div border color is #E6B6E0.


Opacity

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

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

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

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

This text has shadow with #E6B6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B6E0 on black background.


Color preview on white background

This text has color #E6B6E0 on white background.



Black color preview on #E6B6E0 background

This text has black color on #E6B6E0 background.


White color preview on #E6B6E0 background

This text has white color on #E6B6E0 background.