COLOR #B7828E

HEX: #B7828E
RGB: (183,130,142)

Color info

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

RGB color model

#B7828E color RGB value is (183,130,142).

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

RGB channels and saturation

R 183 of 255 = 72%
G 130 of 255 = 51%
B 142 of 255 = 56%

183
130
142

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

Portions of RGB colors in percentages

R + G + B =
183 + 130 + 142 = 455 (100%)
R 183 of 455 ~ 40.22%
G 130 of 455 ~ 28.57%
B 142 of 455 ~ 31.21%

%40.22
%28.57
%31.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 22.40%
  • key color value is 28.24%
CMYK:
(0,29,22,28)
C0M29Y22K28 
(0%,29%,22%,28%)
(0.00/0.29/0.22/0.28)	

CMYK percentages

%0
%28.96
%22.4
%28.24

Codes

Color #B7828E in popluar color models

B7828E
RGB183130142
HSL346°26.90%61.37%
HSB/HSV346°28.96%71.76%
CMYK0.00%28.96%22.40%
28.24%

Color #B7828E in popluar number systems.

HEXB7828E
Decimal183130142
Binary101101111000001010001110
Octal267202216

Shades and tints

Shades of #B7828E

#B7828E
(183,130,142)
#A77782
(167,119,130)
#976C76
(151,108,118)
#87616A
(135,97,106)
#77565E
(119,86,94)
#674B52
(103,75,82)
#574046
(87,64,70)
#47353A
(71,53,58)
#372A2E
(55,42,46)
#271F22
(39,31,34)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #B7828E

#B7828E
(183,130,142)
#BD8D98
(189,141,152)
#C398A2
(195,152,162)
#C9A3AC
(201,163,172)
#CFAEB6
(207,174,182)
#D5B9C0
(213,185,192)
#DBC4CA
(219,196,202)
#E1CFD4
(225,207,212)
#E7DADE
(231,218,222)
#EDE5E8
(237,229,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7828E; }

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

This text font color is #B7828E.


Background Color

.myBgColor { background-color: #B7828E; }

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

This div background color is #B7828E.


Border color

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

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

This div border color is #B7828E.


Opacity

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

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

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

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

This text has shadow with #B7828E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7828E on black background.


Color preview on white background

This text has color #B7828E on white background.



Black color preview on #B7828E background

This text has black color on #B7828E background.


White color preview on #B7828E background

This text has white color on #B7828E background.