COLOR #B4809E

HEX: #B4809E RGB: (180,128,158)

Color info

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

RGB color model

#B4809E color RGB value is (180,128,158).

RGB: (180,128,158) (71%, 50%, 62%)

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 158 of 255 = 62%

180
128
158

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

Portions of RGB colors in percentages

R + G + B = 180 + 128 + 158 = 466 (100%)
R 180 of 466 ~ 38.63%
G 128 of 466 ~ 27.47%
B 158 of 466 ~ 33.91'%

%38.63
%27.47
%33.91

CMYK color model

#B4809E color CMYK value is (0,29,12,29).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 12.22%
  • key color value is 29.41%

CMYK: (0,29,12,29)
C0M29Y12K29 (0%, 29%, 12%, 29%)
(0.00 / 0.29 / 0.12 / 0.29)

CMYK percentages

%0
%28.89
%12.22
%29.41

Codes

Color #B4809E in popluar color models

B4 80 9E
RGB 180 128 158
HSL 325° 25.74% 60.39%
HSB/HSV 325° 28.89% 70.59%
CMYK 0.00% 28.89% 12.22%
29.41%

Color #B4809E in popluar number systems.

HEX B4 80 9E
Decimal 180 128 158
Binary 10110100 10000000 10011110
Octal 264 200 236

Shades and tints

Shades of #B4809E

#B4809E
(180,128,158)
#A47590
(164,117,144)
#946A82
(148,106,130)
#845F74
(132,95,116)
#745466
(116,84,102)
#644958
(100,73,88)
#543E4A
(84,62,74)
#44333C
(68,51,60)
#34282E
(52,40,46)
#241D20
(36,29,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B4809E

#B4809E
(180,128,158)
#BA8BA6
(186,139,166)
#C096AE
(192,150,174)
#C6A1B6
(198,161,182)
#CCACBE
(204,172,190)
#D2B7C6
(210,183,198)
#D8C2CE
(216,194,206)
#DECDD6
(222,205,214)
#E4D8DE
(228,216,222)
#EAE3E6
(234,227,230)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4809E; }

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

This text font color is #B4809E.

Background Color

.myBgColor { background-color: #B4809E; }

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

This div background color is #B4809E.

Border color

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

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

This div border color is #B4809E.

Opacity

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

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

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

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

This text has shadow with #B4809E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4809E.

Preview

Color preview on black background

This text has color #B4809E on black background.


Color preview on white background

This text has color #B4809E on white background.


Black color preview on #B4809E background

This text has black color on #B4809E background.


White color preview on #B4809E background

This text has white color on #B4809E background.


Related colors

Complementary color

Complementary color for #hex is #4B7F61.


I love getcolorcode.com

Triadic colors

1 #9EB480 and #809EB4 with #B4809E are triadic colors.

2 #9E80B4 and #80B49E with #B4809E are triadic colors.