COLOR #E6B1BB

HEX: #E6B1BB
RGB: (230,177,187)

Color info

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

RGB color model

#E6B1BB color RGB value is (230,177,187).

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

RGB channels and saturation

R 230 of 255 = 90%
G 177 of 255 = 69%
B 187 of 255 = 73%

230
177
187

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

Portions of RGB colors in percentages

R + G + B =
230 + 177 + 187 = 594 (100%)
R 230 of 594 ~ 38.72%
G 177 of 594 ~ 29.8%
B 187 of 594 ~ 31.48%

%38.72
%29.8
%31.48

CMYK color model

#E6B1BB color CMYK value is (0,23,19,10).

  • cyan value is 0.00%
  • magenta value is 23.04%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(0,23,19,10)
C0M23Y19K10 
(0%,23%,19%,10%)
(0.00/0.23/0.19/0.10)	

CMYK percentages

%0
%23.04
%18.7
%9.8

Codes

Color #E6B1BB in popluar color models

E6B1BB
RGB230177187
HSL349°51.46%79.80%
HSB/HSV349°23.04%90.20%
CMYK0.00%23.04%18.70%
9.80%

Color #E6B1BB in popluar number systems.

HEXE6B1BB
Decimal230177187
Binary111001101011000110111011
Octal346261273

Shades and tints

Shades of #E6B1BB

#E6B1BB
(230,177,187)
#D2A1AA
(210,161,170)
#BE9199
(190,145,153)
#AA8188
(170,129,136)
#967177
(150,113,119)
#826166
(130,97,102)
#6E5155
(110,81,85)
#5A4144
(90,65,68)
#463133
(70,49,51)
#322122
(50,33,34)
#1E1111
(30,17,17)
#000000
(0,0,0)

Tints of #E6B1BB

#E6B1BB
(230,177,187)
#E8B8C1
(232,184,193)
#EABFC7
(234,191,199)
#ECC6CD
(236,198,205)
#EECDD3
(238,205,211)
#F0D4D9
(240,212,217)
#F2DBDF
(242,219,223)
#F4E2E5
(244,226,229)
#F6E9EB
(246,233,235)
#F8F0F1
(248,240,241)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B1BB color. Also use rgb(230,177,187) instead hex code.

Text Font Color

.myTextColor { color: #E6B1BB; }

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

This text font color is #E6B1BB.


Background Color

.myBgColor { background-color: #E6B1BB; }

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

This div background color is #E6B1BB.


Border color

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

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

This div border color is #E6B1BB.


Opacity

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

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

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

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

This text has shadow with #E6B1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B1BB on black background.


Color preview on white background

This text has color #E6B1BB on white background.



Black color preview on #E6B1BB background

This text has black color on #E6B1BB background.


White color preview on #E6B1BB background

This text has white color on #E6B1BB background.