COLOR #E6B0B3

HEX: #E6B0B3
RGB: (230,176,179)

Color info

#E6B0B3 contains red, green and blue colors in about the same proportion. Web safe color of #E6B0B3 is #CC9999 (or #C99).

RGB color model

#E6B0B3 color RGB value is (230,176,179).

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

RGB channels and saturation

R 230 of 255 = 90%
G 176 of 255 = 69%
B 179 of 255 = 70%

230
176
179

R + G + B ~ 76%. #E6B0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 176 + 179 = 585 (100%)
R 230 of 585 ~ 39.32%
G 176 of 585 ~ 30.09%
B 179 of 585 ~ 30.6%

%39.32
%30.09
%30.6

CMYK color model

#E6B0B3 color CMYK value is (0,23,22,10).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 22.17%
  • key color value is 9.80%
CMYK:
(0,23,22,10)
C0M23Y22K10 
(0%,23%,22%,10%)
(0.00/0.23/0.22/0.10)	

CMYK percentages

%0
%23.48
%22.17
%9.8

Codes

Color #E6B0B3 in popluar color models

E6B0B3
RGB230176179
HSL357°51.92%79.61%
HSB/HSV357°23.48%90.20%
CMYK0.00%23.48%22.17%
9.80%

Color #E6B0B3 in popluar number systems.

HEXE6B0B3
Decimal230176179
Binary111001101011000010110011
Octal346260263

Shades and tints

Shades of #E6B0B3

#E6B0B3
(230,176,179)
#D2A0A3
(210,160,163)
#BE9093
(190,144,147)
#AA8083
(170,128,131)
#967073
(150,112,115)
#826063
(130,96,99)
#6E5053
(110,80,83)
#5A4043
(90,64,67)
#463033
(70,48,51)
#322023
(50,32,35)
#1E1013
(30,16,19)
#000000
(0,0,0)

Tints of #E6B0B3

#E6B0B3
(230,176,179)
#E8B7B9
(232,183,185)
#EABEBF
(234,190,191)
#ECC5C5
(236,197,197)
#EECCCB
(238,204,203)
#F0D3D1
(240,211,209)
#F2DAD7
(242,218,215)
#F4E1DD
(244,225,221)
#F6E8E3
(246,232,227)
#F8EFE9
(248,239,233)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B0B3; }

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

This text font color is #E6B0B3.


Background Color

.myBgColor { background-color: #E6B0B3; }

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

This div background color is #E6B0B3.


Border color

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

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

This div border color is #E6B0B3.


Opacity

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

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

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

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

This text has shadow with #E6B0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B0B3 on black background.


Color preview on white background

This text has color #E6B0B3 on white background.



Black color preview on #E6B0B3 background

This text has black color on #E6B0B3 background.


White color preview on #E6B0B3 background

This text has white color on #E6B0B3 background.