COLOR #E6B8E2

HEX: #E6B8E2
RGB: (230,184,226)

Color info

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

RGB color model

#E6B8E2 color RGB value is (230,184,226).

  • red value is 230;
  • green value is 184;
  • blue value is 226.
RGB:
(230,184,226)
(90%,72%,89%)

RGB channels and saturation

R 230 of 255 = 90%
G 184 of 255 = 72%
B 226 of 255 = 89%

230
184
226

R + G + B ~ 84%. #E6B8E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 184 + 226 = 640 (100%)
R 230 of 640 ~ 35.94%
G 184 of 640 ~ 28.75%
B 226 of 640 ~ 35.31%

%35.94
%28.75
%35.31

CMYK color model

#E6B8E2 color CMYK value is (0,20,2,10).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 1.74%
  • key color value is 9.80%
CMYK:
(0,20,2,10)
C0M20Y2K10 
(0%,20%,2%,10%)
(0.00/0.20/0.02/0.10)	

CMYK percentages

%0
%20
%1.74
%9.8

Codes

Color #E6B8E2 in popluar color models

E6B8E2
RGB230184226
HSL305°47.92%81.18%
HSB/HSV305°20.00%90.20%
CMYK0.00%20.00%1.74%
9.80%

Color #E6B8E2 in popluar number systems.

HEXE6B8E2
Decimal230184226
Binary111001101011100011100010
Octal346270342

Shades and tints

Shades of #E6B8E2

#E6B8E2
(230,184,226)
#D2A8CE
(210,168,206)
#BE98BA
(190,152,186)
#AA88A6
(170,136,166)
#967892
(150,120,146)
#82687E
(130,104,126)
#6E586A
(110,88,106)
#5A4856
(90,72,86)
#463842
(70,56,66)
#32282E
(50,40,46)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6B8E2

#E6B8E2
(230,184,226)
#E8BEE4
(232,190,228)
#EAC4E6
(234,196,230)
#ECCAE8
(236,202,232)
#EED0EA
(238,208,234)
#F0D6EC
(240,214,236)
#F2DCEE
(242,220,238)
#F4E2F0
(244,226,240)
#F6E8F2
(246,232,242)
#F8EEF4
(248,238,244)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B8E2 color. Also use rgb(230,184,226) instead hex code.

Text Font Color

.myTextColor { color: #E6B8E2; }

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

This text font color is #E6B8E2.


Background Color

.myBgColor { background-color: #E6B8E2; }

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

This div background color is #E6B8E2.


Border color

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

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

This div border color is #E6B8E2.


Opacity

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

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

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

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

This text has shadow with #E6B8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B8E2 on black background.


Color preview on white background

This text has color #E6B8E2 on white background.



Black color preview on #E6B8E2 background

This text has black color on #E6B8E2 background.


White color preview on #E6B8E2 background

This text has white color on #E6B8E2 background.