COLOR #E6BBD6

HEX: #E6BBD6
RGB: (230,187,214)

Color info

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

RGB color model

#E6BBD6 color RGB value is (230,187,214).

  • red value is 230;
  • green value is 187;
  • blue value is 214.
RGB:
(230,187,214)
(90%,73%,84%)

RGB channels and saturation

R 230 of 255 = 90%
G 187 of 255 = 73%
B 214 of 255 = 84%

230
187
214

R + G + B ~ 82%. #E6BBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 187 + 214 = 631 (100%)
R 230 of 631 ~ 36.45%
G 187 of 631 ~ 29.64%
B 214 of 631 ~ 33.91%

%36.45
%29.64
%33.91

CMYK color model

#E6BBD6 color CMYK value is (0,19,7,10).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK:
(0,19,7,10)
C0M19Y7K10 
(0%,19%,7%,10%)
(0.00/0.19/0.07/0.10)	

CMYK percentages

%0
%18.7
%6.96
%9.8

Codes

Color #E6BBD6 in popluar color models

E6BBD6
RGB230187214
HSL322°46.24%81.76%
HSB/HSV322°18.70%90.20%
CMYK0.00%18.70%6.96%
9.80%

Color #E6BBD6 in popluar number systems.

HEXE6BBD6
Decimal230187214
Binary111001101011101111010110
Octal346273326

Shades and tints

Shades of #E6BBD6

#E6BBD6
(230,187,214)
#D2AAC3
(210,170,195)
#BE99B0
(190,153,176)
#AA889D
(170,136,157)
#96778A
(150,119,138)
#826677
(130,102,119)
#6E5564
(110,85,100)
#5A4451
(90,68,81)
#46333E
(70,51,62)
#32222B
(50,34,43)
#1E1118
(30,17,24)
#000000
(0,0,0)

Tints of #E6BBD6

#E6BBD6
(230,187,214)
#E8C1D9
(232,193,217)
#EAC7DC
(234,199,220)
#ECCDDF
(236,205,223)
#EED3E2
(238,211,226)
#F0D9E5
(240,217,229)
#F2DFE8
(242,223,232)
#F4E5EB
(244,229,235)
#F6EBEE
(246,235,238)
#F8F1F1
(248,241,241)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BBD6 color. Also use rgb(230,187,214) instead hex code.

Text Font Color

.myTextColor { color: #E6BBD6; }

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

This text font color is #E6BBD6.


Background Color

.myBgColor { background-color: #E6BBD6; }

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

This div background color is #E6BBD6.


Border color

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

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

This div border color is #E6BBD6.


Opacity

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

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

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

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

This text has shadow with #E6BBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BBD6 on black background.


Color preview on white background

This text has color #E6BBD6 on white background.



Black color preview on #E6BBD6 background

This text has black color on #E6BBD6 background.


White color preview on #E6BBD6 background

This text has white color on #E6BBD6 background.