COLOR #B4808C

HEX: #B4808C
RGB: (180,128,140)

Color info

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

RGB color model

#B4808C color RGB value is (180,128,140).

  • red value is 180;
  • green value is 128;
  • blue value is 140.
RGB:
(180,128,140)
(71%,50%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 140 of 255 = 55%

180
128
140

R + G + B ~ 59%. #B4808C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 128 + 140 = 448 (100%)
R 180 of 448 ~ 40.18%
G 128 of 448 ~ 28.57%
B 140 of 448 ~ 31.25%

%40.18
%28.57
%31.25

CMYK color model

#B4808C color CMYK value is (0,29,22,29).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK:
(0,29,22,29)
C0M29Y22K29 
(0%,29%,22%,29%)
(0.00/0.29/0.22/0.29)	

CMYK percentages

%0
%28.89
%22.22
%29.41

Codes

Color #B4808C in popluar color models

B4808C
RGB180128140
HSL346°25.74%60.39%
HSB/HSV346°28.89%70.59%
CMYK0.00%28.89%22.22%
29.41%

Color #B4808C in popluar number systems.

HEXB4808C
Decimal180128140
Binary101101001000000010001100
Octal264200214

Shades and tints

Shades of #B4808C

#B4808C
(180,128,140)
#A47580
(164,117,128)
#946A74
(148,106,116)
#845F68
(132,95,104)
#74545C
(116,84,92)
#644950
(100,73,80)
#543E44
(84,62,68)
#443338
(68,51,56)
#34282C
(52,40,44)
#241D20
(36,29,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #B4808C

#B4808C
(180,128,140)
#BA8B96
(186,139,150)
#C096A0
(192,150,160)
#C6A1AA
(198,161,170)
#CCACB4
(204,172,180)
#D2B7BE
(210,183,190)
#D8C2C8
(216,194,200)
#DECDD2
(222,205,210)
#E4D8DC
(228,216,220)
#EAE3E6
(234,227,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4808C color. Also use rgb(180,128,140) instead hex code.

Text Font Color

.myTextColor { color: #B4808C; }

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

This text font color is #B4808C.


Background Color

.myBgColor { background-color: #B4808C; }

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

This div background color is #B4808C.


Border color

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

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

This div border color is #B4808C.


Opacity

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

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

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

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

This text has shadow with #B4808C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4808C on black background.


Color preview on white background

This text has color #B4808C on white background.



Black color preview on #B4808C background

This text has black color on #B4808C background.


White color preview on #B4808C background

This text has white color on #B4808C background.