COLOR #E6B0B9

HEX: #E6B0B9
RGB: (230,176,185)

Color info

#E6B0B9 contains red, green and blue colors in about the same proportion. Web safe color of #E6B0B9 is #CC99CC (or #C9C).

RGB color model

#E6B0B9 color RGB value is (230,176,185).

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

RGB channels and saturation

R 230 of 255 = 90%
G 176 of 255 = 69%
B 185 of 255 = 73%

230
176
185

R + G + B ~ 77%. #E6B0B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 176 + 185 = 591 (100%)
R 230 of 591 ~ 38.92%
G 176 of 591 ~ 29.78%
B 185 of 591 ~ 31.3%

%38.92
%29.78
%31.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 19.57%
  • key color value is 9.80%
CMYK:
(0,23,20,10)
C0M23Y20K10 
(0%,23%,20%,10%)
(0.00/0.23/0.20/0.10)	

CMYK percentages

%0
%23.48
%19.57
%9.8

Codes

Color #E6B0B9 in popluar color models

E6B0B9
RGB230176185
HSL350°51.92%79.61%
HSB/HSV350°23.48%90.20%
CMYK0.00%23.48%19.57%
9.80%

Color #E6B0B9 in popluar number systems.

HEXE6B0B9
Decimal230176185
Binary111001101011000010111001
Octal346260271

Shades and tints

Shades of #E6B0B9

#E6B0B9
(230,176,185)
#D2A0A9
(210,160,169)
#BE9099
(190,144,153)
#AA8089
(170,128,137)
#967079
(150,112,121)
#826069
(130,96,105)
#6E5059
(110,80,89)
#5A4049
(90,64,73)
#463039
(70,48,57)
#322029
(50,32,41)
#1E1019
(30,16,25)
#000000
(0,0,0)

Tints of #E6B0B9

#E6B0B9
(230,176,185)
#E8B7BF
(232,183,191)
#EABEC5
(234,190,197)
#ECC5CB
(236,197,203)
#EECCD1
(238,204,209)
#F0D3D7
(240,211,215)
#F2DADD
(242,218,221)
#F4E1E3
(244,225,227)
#F6E8E9
(246,232,233)
#F8EFEF
(248,239,239)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B0B9; }

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

This text font color is #E6B0B9.


Background Color

.myBgColor { background-color: #E6B0B9; }

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

This div background color is #E6B0B9.


Border color

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

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

This div border color is #E6B0B9.


Opacity

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

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

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

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

This text has shadow with #E6B0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B0B9 on black background.


Color preview on white background

This text has color #E6B0B9 on white background.



Black color preview on #E6B0B9 background

This text has black color on #E6B0B9 background.


White color preview on #E6B0B9 background

This text has white color on #E6B0B9 background.