COLOR #B7889C

HEX: #B7889C
RGB: (183,136,156)

Color info

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

RGB color model

#B7889C color RGB value is (183,136,156).

  • red value is 183;
  • green value is 136;
  • blue value is 156.
RGB:
(183,136,156)
(72%,53%,61%)

RGB channels and saturation

R 183 of 255 = 72%
G 136 of 255 = 53%
B 156 of 255 = 61%

183
136
156

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

Portions of RGB colors in percentages

R + G + B =
183 + 136 + 156 = 475 (100%)
R 183 of 475 ~ 38.53%
G 136 of 475 ~ 28.63%
B 156 of 475 ~ 32.84%

%38.53
%28.63
%32.84

CMYK color model

#B7889C color CMYK value is (0,26,15,28).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK:
(0,26,15,28)
C0M26Y15K28 
(0%,26%,15%,28%)
(0.00/0.26/0.15/0.28)	

CMYK percentages

%0
%25.68
%14.75
%28.24

Codes

Color #B7889C in popluar color models

B7889C
RGB183136156
HSL334°24.61%62.55%
HSB/HSV334°25.68%71.76%
CMYK0.00%25.68%14.75%
28.24%

Color #B7889C in popluar number systems.

HEXB7889C
Decimal183136156
Binary101101111000100010011100
Octal267210234

Shades and tints

Shades of #B7889C

#B7889C
(183,136,156)
#A77C8E
(167,124,142)
#977080
(151,112,128)
#876472
(135,100,114)
#775864
(119,88,100)
#674C56
(103,76,86)
#574048
(87,64,72)
#47343A
(71,52,58)
#37282C
(55,40,44)
#271C1E
(39,28,30)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #B7889C

#B7889C
(183,136,156)
#BD92A5
(189,146,165)
#C39CAE
(195,156,174)
#C9A6B7
(201,166,183)
#CFB0C0
(207,176,192)
#D5BAC9
(213,186,201)
#DBC4D2
(219,196,210)
#E1CEDB
(225,206,219)
#E7D8E4
(231,216,228)
#EDE2ED
(237,226,237)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7889C color. Also use rgb(183,136,156) instead hex code.

Text Font Color

.myTextColor { color: #B7889C; }

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

This text font color is #B7889C.


Background Color

.myBgColor { background-color: #B7889C; }

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

This div background color is #B7889C.


Border color

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

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

This div border color is #B7889C.


Opacity

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

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

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

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

This text has shadow with #B7889C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7889C on black background.


Color preview on white background

This text has color #B7889C on white background.



Black color preview on #B7889C background

This text has black color on #B7889C background.


White color preview on #B7889C background

This text has white color on #B7889C background.