COLOR #E6B6E4

HEX: #E6B6E4
RGB: (230,182,228)

Color info

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

RGB color model

#E6B6E4 color RGB value is (230,182,228).

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

RGB channels and saturation

R 230 of 255 = 90%
G 182 of 255 = 71%
B 228 of 255 = 89%

230
182
228

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

Portions of RGB colors in percentages

R + G + B =
230 + 182 + 228 = 640 (100%)
R 230 of 640 ~ 35.94%
G 182 of 640 ~ 28.44%
B 228 of 640 ~ 35.63%

%35.94
%28.44
%35.63

CMYK color model

#E6B6E4 color CMYK value is (0,21,1,10).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 0.87%
  • key color value is 9.80%
CMYK:
(0,21,1,10)
C0M21Y1K10 
(0%,21%,1%,10%)
(0.00/0.21/0.01/0.10)	

CMYK percentages

%0
%20.87
%0.87
%9.8

Codes

Color #E6B6E4 in popluar color models

E6B6E4
RGB230182228
HSL303°48.98%80.78%
HSB/HSV303°20.87%90.20%
CMYK0.00%20.87%0.87%
9.80%

Color #E6B6E4 in popluar number systems.

HEXE6B6E4
Decimal230182228
Binary111001101011011011100100
Octal346266344

Shades and tints

Shades of #E6B6E4

#E6B6E4
(230,182,228)
#D2A6D0
(210,166,208)
#BE96BC
(190,150,188)
#AA86A8
(170,134,168)
#967694
(150,118,148)
#826680
(130,102,128)
#6E566C
(110,86,108)
#5A4658
(90,70,88)
#463644
(70,54,68)
#322630
(50,38,48)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #E6B6E4

#E6B6E4
(230,182,228)
#E8BCE6
(232,188,230)
#EAC2E8
(234,194,232)
#ECC8EA
(236,200,234)
#EECEEC
(238,206,236)
#F0D4EE
(240,212,238)
#F2DAF0
(242,218,240)
#F4E0F2
(244,224,242)
#F6E6F4
(246,230,244)
#F8ECF6
(248,236,246)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B6E4; }

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

This text font color is #E6B6E4.


Background Color

.myBgColor { background-color: #E6B6E4; }

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

This div background color is #E6B6E4.


Border color

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

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

This div border color is #E6B6E4.


Opacity

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

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

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

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

This text has shadow with #E6B6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B6E4 on black background.


Color preview on white background

This text has color #E6B6E4 on white background.



Black color preview on #E6B6E4 background

This text has black color on #E6B6E4 background.


White color preview on #E6B6E4 background

This text has white color on #E6B6E4 background.