COLOR #B8809E

HEX: #B8809E
RGB: (184,128,158)

Color info

#B8809E contains red, green and blue colors in about the same proportion. Web safe color of #B8809E is #CC6699 (or #C69).

RGB color model

#B8809E color RGB value is (184,128,158).

  • red value is 184;
  • green value is 128;
  • blue value is 158.
RGB:
(184,128,158)
(72%,50%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 128 of 255 = 50%
B 158 of 255 = 62%

184
128
158

R + G + B ~ 61%. #B8809E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 128 + 158 = 470 (100%)
R 184 of 470 ~ 39.15%
G 128 of 470 ~ 27.23%
B 158 of 470 ~ 33.62%

%39.15
%27.23
%33.62

CMYK color model

#B8809E color CMYK value is (0,30,14,28).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 14.13%
  • key color value is 27.84%
CMYK:
(0,30,14,28)
C0M30Y14K28 
(0%,30%,14%,28%)
(0.00/0.30/0.14/0.28)	

CMYK percentages

%0
%30.43
%14.13
%27.84

Codes

Color #B8809E in popluar color models

B8809E
RGB184128158
HSL328°28.28%61.18%
HSB/HSV328°30.43%72.16%
CMYK0.00%30.43%14.13%
27.84%

Color #B8809E in popluar number systems.

HEXB8809E
Decimal184128158
Binary101110001000000010011110
Octal270200236

Shades and tints

Shades of #B8809E

#B8809E
(184,128,158)
#A87590
(168,117,144)
#986A82
(152,106,130)
#885F74
(136,95,116)
#785466
(120,84,102)
#684958
(104,73,88)
#583E4A
(88,62,74)
#48333C
(72,51,60)
#38282E
(56,40,46)
#281D20
(40,29,32)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #B8809E

#B8809E
(184,128,158)
#BE8BA6
(190,139,166)
#C496AE
(196,150,174)
#CAA1B6
(202,161,182)
#D0ACBE
(208,172,190)
#D6B7C6
(214,183,198)
#DCC2CE
(220,194,206)
#E2CDD6
(226,205,214)
#E8D8DE
(232,216,222)
#EEE3E6
(238,227,230)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8809E color. Also use rgb(184,128,158) instead hex code.

Text Font Color

.myTextColor { color: #B8809E; }

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

This text font color is #B8809E.


Background Color

.myBgColor { background-color: #B8809E; }

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

This div background color is #B8809E.


Border color

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

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

This div border color is #B8809E.


Opacity

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

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

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

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

This text has shadow with #B8809E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8809E on black background.


Color preview on white background

This text has color #B8809E on white background.



Black color preview on #B8809E background

This text has black color on #B8809E background.


White color preview on #B8809E background

This text has white color on #B8809E background.