COLOR #B7829A

HEX: #B7829A
RGB: (183,130,154)

Color info

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

RGB color model

#B7829A color RGB value is (183,130,154).

  • red value is 183;
  • green value is 130;
  • blue value is 154.
RGB:
(183,130,154)
(72%,51%,60%)

RGB channels and saturation

R 183 of 255 = 72%
G 130 of 255 = 51%
B 154 of 255 = 60%

183
130
154

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

Portions of RGB colors in percentages

R + G + B =
183 + 130 + 154 = 467 (100%)
R 183 of 467 ~ 39.19%
G 130 of 467 ~ 27.84%
B 154 of 467 ~ 32.98%

%39.19
%27.84
%32.98

CMYK color model

#B7829A color CMYK value is (0,29,16,28).

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK:
(0,29,16,28)
C0M29Y16K28 
(0%,29%,16%,28%)
(0.00/0.29/0.16/0.28)	

CMYK percentages

%0
%28.96
%15.85
%28.24

Codes

Color #B7829A in popluar color models

B7829A
RGB183130154
HSL333°26.90%61.37%
HSB/HSV333°28.96%71.76%
CMYK0.00%28.96%15.85%
28.24%

Color #B7829A in popluar number systems.

HEXB7829A
Decimal183130154
Binary101101111000001010011010
Octal267202232

Shades and tints

Shades of #B7829A

#B7829A
(183,130,154)
#A7778C
(167,119,140)
#976C7E
(151,108,126)
#876170
(135,97,112)
#775662
(119,86,98)
#674B54
(103,75,84)
#574046
(87,64,70)
#473538
(71,53,56)
#372A2A
(55,42,42)
#271F1C
(39,31,28)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #B7829A

#B7829A
(183,130,154)
#BD8DA3
(189,141,163)
#C398AC
(195,152,172)
#C9A3B5
(201,163,181)
#CFAEBE
(207,174,190)
#D5B9C7
(213,185,199)
#DBC4D0
(219,196,208)
#E1CFD9
(225,207,217)
#E7DAE2
(231,218,226)
#EDE5EB
(237,229,235)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7829A; }

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

This text font color is #B7829A.


Background Color

.myBgColor { background-color: #B7829A; }

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

This div background color is #B7829A.


Border color

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

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

This div border color is #B7829A.


Opacity

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

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

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

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

This text has shadow with #B7829A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7829A on black background.


Color preview on white background

This text has color #B7829A on white background.



Black color preview on #B7829A background

This text has black color on #B7829A background.


White color preview on #B7829A background

This text has white color on #B7829A background.