COLOR #B7989D

HEX: #B7989D
RGB: (183,152,157)

Color info

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

RGB color model

#B7989D color RGB value is (183,152,157).

  • red value is 183;
  • green value is 152;
  • blue value is 157.
RGB:
(183,152,157)
(72%,60%,62%)

RGB channels and saturation

R 183 of 255 = 72%
G 152 of 255 = 60%
B 157 of 255 = 62%

183
152
157

R + G + B ~ 65%. #B7989D is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 152 + 157 = 492 (100%)
R 183 of 492 ~ 37.2%
G 152 of 492 ~ 30.89%
B 157 of 492 ~ 31.91%

%37.2
%30.89
%31.91

CMYK color model

#B7989D color CMYK value is (0,17,14,28).

  • cyan value is 0.00%
  • magenta value is 16.94%
  • yellow value is 14.21%
  • key color value is 28.24%
CMYK:
(0,17,14,28)
C0M17Y14K28 
(0%,17%,14%,28%)
(0.00/0.17/0.14/0.28)	

CMYK percentages

%0
%16.94
%14.21
%28.24

Codes

Color #B7989D in popluar color models

B7989D
RGB183152157
HSL350°17.71%65.69%
HSB/HSV350°16.94%71.76%
CMYK0.00%16.94%14.21%
28.24%

Color #B7989D in popluar number systems.

HEXB7989D
Decimal183152157
Binary101101111001100010011101
Octal267230235

Shades and tints

Shades of #B7989D

#B7989D
(183,152,157)
#A78B8F
(167,139,143)
#977E81
(151,126,129)
#877173
(135,113,115)
#776465
(119,100,101)
#675757
(103,87,87)
#574A49
(87,74,73)
#473D3B
(71,61,59)
#37302D
(55,48,45)
#27231F
(39,35,31)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #B7989D

#B7989D
(183,152,157)
#BDA1A5
(189,161,165)
#C3AAAD
(195,170,173)
#C9B3B5
(201,179,181)
#CFBCBD
(207,188,189)
#D5C5C5
(213,197,197)
#DBCECD
(219,206,205)
#E1D7D5
(225,215,213)
#E7E0DD
(231,224,221)
#EDE9E5
(237,233,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7989D color. Also use rgb(183,152,157) instead hex code.

Text Font Color

.myTextColor { color: #B7989D; }

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

This text font color is #B7989D.


Background Color

.myBgColor { background-color: #B7989D; }

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

This div background color is #B7989D.


Border color

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

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

This div border color is #B7989D.


Opacity

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

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

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

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

This text has shadow with #B7989D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7989D on black background.


Color preview on white background

This text has color #B7989D on white background.



Black color preview on #B7989D background

This text has black color on #B7989D background.


White color preview on #B7989D background

This text has white color on #B7989D background.