COLOR #E6BCD7

HEX: #E6BCD7
RGB: (230,188,215)

Color info

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

RGB color model

#E6BCD7 color RGB value is (230,188,215).

  • red value is 230;
  • green value is 188;
  • blue value is 215.
RGB:
(230,188,215)
(90%,74%,84%)

RGB channels and saturation

R 230 of 255 = 90%
G 188 of 255 = 74%
B 215 of 255 = 84%

230
188
215

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

Portions of RGB colors in percentages

R + G + B =
230 + 188 + 215 = 633 (100%)
R 230 of 633 ~ 36.33%
G 188 of 633 ~ 29.7%
B 215 of 633 ~ 33.97%

%36.33
%29.7
%33.97

CMYK color model

#E6BCD7 color CMYK value is (0,18,7,10).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(0,18,7,10)
C0M18Y7K10 
(0%,18%,7%,10%)
(0.00/0.18/0.07/0.10)	

CMYK percentages

%0
%18.26
%6.52
%9.8

Codes

Color #E6BCD7 in popluar color models

E6BCD7
RGB230188215
HSL321°45.65%81.96%
HSB/HSV321°18.26%90.20%
CMYK0.00%18.26%6.52%
9.80%

Color #E6BCD7 in popluar number systems.

HEXE6BCD7
Decimal230188215
Binary111001101011110011010111
Octal346274327

Shades and tints

Shades of #E6BCD7

#E6BCD7
(230,188,215)
#D2ABC4
(210,171,196)
#BE9AB1
(190,154,177)
#AA899E
(170,137,158)
#96788B
(150,120,139)
#826778
(130,103,120)
#6E5665
(110,86,101)
#5A4552
(90,69,82)
#46343F
(70,52,63)
#32232C
(50,35,44)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #E6BCD7

#E6BCD7
(230,188,215)
#E8C2DA
(232,194,218)
#EAC8DD
(234,200,221)
#ECCEE0
(236,206,224)
#EED4E3
(238,212,227)
#F0DAE6
(240,218,230)
#F2E0E9
(242,224,233)
#F4E6EC
(244,230,236)
#F6ECEF
(246,236,239)
#F8F2F2
(248,242,242)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BCD7 color. Also use rgb(230,188,215) instead hex code.

Text Font Color

.myTextColor { color: #E6BCD7; }

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

This text font color is #E6BCD7.


Background Color

.myBgColor { background-color: #E6BCD7; }

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

This div background color is #E6BCD7.


Border color

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

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

This div border color is #E6BCD7.


Opacity

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

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

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

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

This text has shadow with #E6BCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCD7 on black background.


Color preview on white background

This text has color #E6BCD7 on white background.



Black color preview on #E6BCD7 background

This text has black color on #E6BCD7 background.


White color preview on #E6BCD7 background

This text has white color on #E6BCD7 background.