COLOR #B7829F

HEX: #B7829F RGB: (183,130,159)

Color info

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

RGB color model

#B7829F color RGB value is (183,130,159).

RGB: (183,130,159) (72%, 51%, 62%)

RGB channels and saturation

R 183 of 255 = 72%
G 130 of 255 = 51%
B 159 of 255 = 62%

183
130
159

R + G + B ~ 62%. #B7829F is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 130 + 159 = 472 (100%)
R 183 of 472 ~ 38.77%
G 130 of 472 ~ 27.54%
B 159 of 472 ~ 33.69'%

%38.77
%27.54
%33.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK: (0,29,13,28) C0M29Y13K28 (0%,29%,13%,28%) (0.00/0.29/0.13/0.28) 

CMYK percentages

%0
%28.96
%13.11
%28.24

Codes

Color #B7829F in popluar color models

B7 82 9F
RGB 183 130 159
HSL 327° 26.90% 61.37%
HSB/HSV 327° 28.96% 71.76%
CMYK 0.00% 28.96% 13.11%
28.24%

Color #B7829F in popluar number systems.

HEX B7 82 9F
Decimal 183 130 159
Binary 10110111 10000010 10011111
Octal 267 202 237

Shades and tints

Shades of #B7829F

#B7829F
(183,130,159)
#A77791
(167,119,145)
#976C83
(151,108,131)
#876175
(135,97,117)
#775667
(119,86,103)
#674B59
(103,75,89)
#57404B
(87,64,75)
#47353D
(71,53,61)
#372A2F
(55,42,47)
#271F21
(39,31,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B7829F

#B7829F
(183,130,159)
#BD8DA7
(189,141,167)
#C398AF
(195,152,175)
#C9A3B7
(201,163,183)
#CFAEBF
(207,174,191)
#D5B9C7
(213,185,199)
#DBC4CF
(219,196,207)
#E1CFD7
(225,207,215)
#E7DADF
(231,218,223)
#EDE5E7
(237,229,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7829F color. Also use rgb(183,130,159) instead hex code.

Text Font Color

.myTextColor { color: #B7829F; }

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

This text font color is #B7829F.

Background Color

.myBgColor { background-color: #B7829F; }

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

This div background color is #B7829F.

Border color

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

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

This div border color is #B7829F.

Opacity

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

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

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

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

This text has shadow with #B7829F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7829F.

Preview

Color preview on black background

This text has color #B7829F on black background.


Color preview on white background

This text has color #B7829F on white background.


Black color preview on #B7829F background

This text has black color on #B7829F background.


White color preview on #B7829F background

This text has white color on #B7829F background.


Related colors

Complementary color

Complementary color for #hex is #487D60.


I love getcolorcode.com

Triadic colors

1 #9FB782 and #829FB7 with #B7829F are triadic colors.

2 #9F82B7 and #82B79F with #B7829F are triadic colors.