COLOR #E6BCCB

HEX: #E6BCCB
RGB: (230,188,203)

Color info

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

RGB color model

#E6BCCB color RGB value is (230,188,203).

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

RGB channels and saturation

R 230 of 255 = 90%
G 188 of 255 = 74%
B 203 of 255 = 80%

230
188
203

R + G + B ~ 81%. #E6BCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 188 + 203 = 621 (100%)
R 230 of 621 ~ 37.04%
G 188 of 621 ~ 30.27%
B 203 of 621 ~ 32.69%

%37.04
%30.27
%32.69

CMYK color model

#E6BCCB color CMYK value is (0,18,12,10).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 11.74%
  • key color value is 9.80%
CMYK:
(0,18,12,10)
C0M18Y12K10 
(0%,18%,12%,10%)
(0.00/0.18/0.12/0.10)	

CMYK percentages

%0
%18.26
%11.74
%9.8

Codes

Color #E6BCCB in popluar color models

E6BCCB
RGB230188203
HSL339°45.65%81.96%
HSB/HSV339°18.26%90.20%
CMYK0.00%18.26%11.74%
9.80%

Color #E6BCCB in popluar number systems.

HEXE6BCCB
Decimal230188203
Binary111001101011110011001011
Octal346274313

Shades and tints

Shades of #E6BCCB

#E6BCCB
(230,188,203)
#D2ABB9
(210,171,185)
#BE9AA7
(190,154,167)
#AA8995
(170,137,149)
#967883
(150,120,131)
#826771
(130,103,113)
#6E565F
(110,86,95)
#5A454D
(90,69,77)
#46343B
(70,52,59)
#322329
(50,35,41)
#1E1217
(30,18,23)
#000000
(0,0,0)

Tints of #E6BCCB

#E6BCCB
(230,188,203)
#E8C2CF
(232,194,207)
#EAC8D3
(234,200,211)
#ECCED7
(236,206,215)
#EED4DB
(238,212,219)
#F0DADF
(240,218,223)
#F2E0E3
(242,224,227)
#F4E6E7
(244,230,231)
#F6ECEB
(246,236,235)
#F8F2EF
(248,242,239)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BCCB; }

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

This text font color is #E6BCCB.


Background Color

.myBgColor { background-color: #E6BCCB; }

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

This div background color is #E6BCCB.


Border color

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

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

This div border color is #E6BCCB.


Opacity

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

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

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

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

This text has shadow with #E6BCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCCB on black background.


Color preview on white background

This text has color #E6BCCB on white background.



Black color preview on #E6BCCB background

This text has black color on #E6BCCB background.


White color preview on #E6BCCB background

This text has white color on #E6BCCB background.