COLOR #E6BCDE

HEX: #E6BCDE
RGB: (230,188,222)

Color info

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

RGB color model

#E6BCDE color RGB value is (230,188,222).

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

RGB channels and saturation

R 230 of 255 = 90%
G 188 of 255 = 74%
B 222 of 255 = 87%

230
188
222

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

Portions of RGB colors in percentages

R + G + B =
230 + 188 + 222 = 640 (100%)
R 230 of 640 ~ 35.94%
G 188 of 640 ~ 29.38%
B 222 of 640 ~ 34.69%

%35.94
%29.38
%34.69

CMYK color model

#E6BCDE color CMYK value is (0,18,3,10).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK:
(0,18,3,10)
C0M18Y3K10 
(0%,18%,3%,10%)
(0.00/0.18/0.03/0.10)	

CMYK percentages

%0
%18.26
%3.48
%9.8

Codes

Color #E6BCDE in popluar color models

E6BCDE
RGB230188222
HSL311°45.65%81.96%
HSB/HSV311°18.26%90.20%
CMYK0.00%18.26%3.48%
9.80%

Color #E6BCDE in popluar number systems.

HEXE6BCDE
Decimal230188222
Binary111001101011110011011110
Octal346274336

Shades and tints

Shades of #E6BCDE

#E6BCDE
(230,188,222)
#D2ABCA
(210,171,202)
#BE9AB6
(190,154,182)
#AA89A2
(170,137,162)
#96788E
(150,120,142)
#82677A
(130,103,122)
#6E5666
(110,86,102)
#5A4552
(90,69,82)
#46343E
(70,52,62)
#32232A
(50,35,42)
#1E1216
(30,18,22)
#000000
(0,0,0)

Tints of #E6BCDE

#E6BCDE
(230,188,222)
#E8C2E1
(232,194,225)
#EAC8E4
(234,200,228)
#ECCEE7
(236,206,231)
#EED4EA
(238,212,234)
#F0DAED
(240,218,237)
#F2E0F0
(242,224,240)
#F4E6F3
(244,230,243)
#F6ECF6
(246,236,246)
#F8F2F9
(248,242,249)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BCDE; }

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

This text font color is #E6BCDE.


Background Color

.myBgColor { background-color: #E6BCDE; }

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

This div background color is #E6BCDE.


Border color

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

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

This div border color is #E6BCDE.


Opacity

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

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

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

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

This text has shadow with #E6BCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCDE on black background.


Color preview on white background

This text has color #E6BCDE on white background.



Black color preview on #E6BCDE background

This text has black color on #E6BCDE background.


White color preview on #E6BCDE background

This text has white color on #E6BCDE background.