COLOR #E6B7CB

HEX: #E6B7CB
RGB: (230,183,203)

Color info

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

RGB color model

#E6B7CB color RGB value is (230,183,203).

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

RGB channels and saturation

R 230 of 255 = 90%
G 183 of 255 = 72%
B 203 of 255 = 80%

230
183
203

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

Portions of RGB colors in percentages

R + G + B =
230 + 183 + 203 = 616 (100%)
R 230 of 616 ~ 37.34%
G 183 of 616 ~ 29.71%
B 203 of 616 ~ 32.95%

%37.34
%29.71
%32.95

CMYK color model

#E6B7CB color CMYK value is (0,20,12,10).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 11.74%
  • key color value is 9.80%
CMYK:
(0,20,12,10)
C0M20Y12K10 
(0%,20%,12%,10%)
(0.00/0.20/0.12/0.10)	

CMYK percentages

%0
%20.43
%11.74
%9.8

Codes

Color #E6B7CB in popluar color models

E6B7CB
RGB230183203
HSL334°48.45%80.98%
HSB/HSV334°20.43%90.20%
CMYK0.00%20.43%11.74%
9.80%

Color #E6B7CB in popluar number systems.

HEXE6B7CB
Decimal230183203
Binary111001101011011111001011
Octal346267313

Shades and tints

Shades of #E6B7CB

#E6B7CB
(230,183,203)
#D2A7B9
(210,167,185)
#BE97A7
(190,151,167)
#AA8795
(170,135,149)
#967783
(150,119,131)
#826771
(130,103,113)
#6E575F
(110,87,95)
#5A474D
(90,71,77)
#46373B
(70,55,59)
#322729
(50,39,41)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6B7CB

#E6B7CB
(230,183,203)
#E8BDCF
(232,189,207)
#EAC3D3
(234,195,211)
#ECC9D7
(236,201,215)
#EECFDB
(238,207,219)
#F0D5DF
(240,213,223)
#F2DBE3
(242,219,227)
#F4E1E7
(244,225,231)
#F6E7EB
(246,231,235)
#F8EDEF
(248,237,239)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B7CB; }

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

This text font color is #E6B7CB.


Background Color

.myBgColor { background-color: #E6B7CB; }

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

This div background color is #E6B7CB.


Border color

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

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

This div border color is #E6B7CB.


Opacity

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

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

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

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

This text has shadow with #E6B7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B7CB on black background.


Color preview on white background

This text has color #E6B7CB on white background.



Black color preview on #E6B7CB background

This text has black color on #E6B7CB background.


White color preview on #E6B7CB background

This text has white color on #E6B7CB background.