COLOR #B4829C

HEX: #B4829C RGB: (180,130,156)

Color info

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

RGB color model

#B4829C color RGB value is (180,130,156).

RGB: (180,130,156) (71%, 51%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 156 of 255 = 61%

180
130
156

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

Portions of RGB colors in percentages

R + G + B = 180 + 130 + 156 = 466 (100%)
R 180 of 466 ~ 38.63%
G 130 of 466 ~ 27.9%
B 156 of 466 ~ 33.48'%

%38.63
%27.9
%33.48

CMYK color model

#B4829C color CMYK value is (0,28,13,29).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 13.33%
  • key color value is 29.41%

CMYK: (0,28,13,29)
C0M28Y13K29 (0%, 28%, 13%, 29%)
(0.00 / 0.28 / 0.13 / 0.29)

CMYK percentages

%0
%27.78
%13.33
%29.41

Codes

Color #B4829C in popluar color models

B4 82 9C
RGB 180 130 156
HSL 329° 25.00% 60.78%
HSB/HSV 329° 27.78% 70.59%
CMYK 0.00% 27.78% 13.33%
29.41%

Color #B4829C in popluar number systems.

HEX B4 82 9C
Decimal 180 130 156
Binary 10110100 10000010 10011100
Octal 264 202 234

Shades and tints

Shades of #B4829C

#B4829C
(180,130,156)
#A4778E
(164,119,142)
#946C80
(148,108,128)
#846172
(132,97,114)
#745664
(116,86,100)
#644B56
(100,75,86)
#544048
(84,64,72)
#44353A
(68,53,58)
#342A2C
(52,42,44)
#241F1E
(36,31,30)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #B4829C

#B4829C
(180,130,156)
#BA8DA5
(186,141,165)
#C098AE
(192,152,174)
#C6A3B7
(198,163,183)
#CCAEC0
(204,174,192)
#D2B9C9
(210,185,201)
#D8C4D2
(216,196,210)
#DECFDB
(222,207,219)
#E4DAE4
(228,218,228)
#EAE5ED
(234,229,237)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4829C color. Also use rgb(180,130,156) instead hex code.

Text Font Color

.myTextColor { color: #B4829C; }

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

This text font color is #B4829C.

Background Color

.myBgColor { background-color: #B4829C; }

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

This div background color is #B4829C.

Border color

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

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

This div border color is #B4829C.

Opacity

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

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

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

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

This text has shadow with #B4829C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4829C.

Preview

Color preview on black background

This text has color #B4829C on black background.


Color preview on white background

This text has color #B4829C on white background.


Black color preview on #B4829C background

This text has black color on #B4829C background.


White color preview on #B4829C background

This text has white color on #B4829C background.


Related colors

Complementary color

Complementary color for #hex is #4B7D63.


I love getcolorcode.com

Triadic colors

1 #9CB482 and #829CB4 with #B4829C are triadic colors.

2 #9C82B4 and #82B49C with #B4829C are triadic colors.