COLOR #E6B9CE

HEX: #E6B9CE
RGB: (230,185,206)

Color info

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

RGB color model

#E6B9CE color RGB value is (230,185,206).

  • red value is 230;
  • green value is 185;
  • blue value is 206.
RGB:
(230,185,206)
(90%,73%,81%)

RGB channels and saturation

R 230 of 255 = 90%
G 185 of 255 = 73%
B 206 of 255 = 81%

230
185
206

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

Portions of RGB colors in percentages

R + G + B =
230 + 185 + 206 = 621 (100%)
R 230 of 621 ~ 37.04%
G 185 of 621 ~ 29.79%
B 206 of 621 ~ 33.17%

%37.04
%29.79
%33.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK:
(0,20,10,10)
C0M20Y10K10 
(0%,20%,10%,10%)
(0.00/0.20/0.10/0.10)	

CMYK percentages

%0
%19.57
%10.43
%9.8

Codes

Color #E6B9CE in popluar color models

E6B9CE
RGB230185206
HSL332°47.37%81.37%
HSB/HSV332°19.57%90.20%
CMYK0.00%19.57%10.43%
9.80%

Color #E6B9CE in popluar number systems.

HEXE6B9CE
Decimal230185206
Binary111001101011100111001110
Octal346271316

Shades and tints

Shades of #E6B9CE

#E6B9CE
(230,185,206)
#D2A9BC
(210,169,188)
#BE99AA
(190,153,170)
#AA8998
(170,137,152)
#967986
(150,121,134)
#826974
(130,105,116)
#6E5962
(110,89,98)
#5A4950
(90,73,80)
#46393E
(70,57,62)
#32292C
(50,41,44)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #E6B9CE

#E6B9CE
(230,185,206)
#E8BFD2
(232,191,210)
#EAC5D6
(234,197,214)
#ECCBDA
(236,203,218)
#EED1DE
(238,209,222)
#F0D7E2
(240,215,226)
#F2DDE6
(242,221,230)
#F4E3EA
(244,227,234)
#F6E9EE
(246,233,238)
#F8EFF2
(248,239,242)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B9CE color. Also use rgb(230,185,206) instead hex code.

Text Font Color

.myTextColor { color: #E6B9CE; }

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

This text font color is #E6B9CE.


Background Color

.myBgColor { background-color: #E6B9CE; }

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

This div background color is #E6B9CE.


Border color

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

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

This div border color is #E6B9CE.


Opacity

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

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

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

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

This text has shadow with #E6B9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B9CE on black background.


Color preview on white background

This text has color #E6B9CE on white background.



Black color preview on #E6B9CE background

This text has black color on #E6B9CE background.


White color preview on #E6B9CE background

This text has white color on #E6B9CE background.