COLOR #E6BCD5

HEX: #E6BCD5
RGB: (230,188,213)

Color info

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

RGB color model

#E6BCD5 color RGB value is (230,188,213).

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

RGB channels and saturation

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

230
188
213

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

Portions of RGB colors in percentages

R + G + B =
230 + 188 + 213 = 631 (100%)
R 230 of 631 ~ 36.45%
G 188 of 631 ~ 29.79%
B 213 of 631 ~ 33.76%

%36.45
%29.79
%33.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 7.39%
  • 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
%7.39
%9.8

Codes

Color #E6BCD5 in popluar color models

E6BCD5
RGB230188213
HSL324°45.65%81.96%
HSB/HSV324°18.26%90.20%
CMYK0.00%18.26%7.39%
9.80%

Color #E6BCD5 in popluar number systems.

HEXE6BCD5
Decimal230188213
Binary111001101011110011010101
Octal346274325

Shades and tints

Shades of #E6BCD5

#E6BCD5
(230,188,213)
#D2ABC2
(210,171,194)
#BE9AAF
(190,154,175)
#AA899C
(170,137,156)
#967889
(150,120,137)
#826776
(130,103,118)
#6E5663
(110,86,99)
#5A4550
(90,69,80)
#46343D
(70,52,61)
#32232A
(50,35,42)
#1E1217
(30,18,23)
#000000
(0,0,0)

Tints of #E6BCD5

#E6BCD5
(230,188,213)
#E8C2D8
(232,194,216)
#EAC8DB
(234,200,219)
#ECCEDE
(236,206,222)
#EED4E1
(238,212,225)
#F0DAE4
(240,218,228)
#F2E0E7
(242,224,231)
#F4E6EA
(244,230,234)
#F6ECED
(246,236,237)
#F8F2F0
(248,242,240)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BCD5; }

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

This text font color is #E6BCD5.


Background Color

.myBgColor { background-color: #E6BCD5; }

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

This div background color is #E6BCD5.


Border color

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

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

This div border color is #E6BCD5.


Opacity

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

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

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

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

This text has shadow with #E6BCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCD5 on black background.


Color preview on white background

This text has color #E6BCD5 on white background.



Black color preview on #E6BCD5 background

This text has black color on #E6BCD5 background.


White color preview on #E6BCD5 background

This text has white color on #E6BCD5 background.