COLOR #B988AB

HEX: #B988AB
RGB: (185,136,171)

Color info

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

RGB color model

#B988AB color RGB value is (185,136,171).

  • red value is 185;
  • green value is 136;
  • blue value is 171.
RGB:
(185,136,171)
(73%,53%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 136 of 255 = 53%
B 171 of 255 = 67%

185
136
171

R + G + B ~ 64%. #B988AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 136 + 171 = 492 (100%)
R 185 of 492 ~ 37.6%
G 136 of 492 ~ 27.64%
B 171 of 492 ~ 34.76%

%37.6
%27.64
%34.76

CMYK color model

#B988AB color CMYK value is (0,26,8,27).

  • cyan value is 0.00%
  • magenta value is 26.49%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(0,26,8,27)
C0M26Y8K27 
(0%,26%,8%,27%)
(0.00/0.26/0.08/0.27)	

CMYK percentages

%0
%26.49
%7.57
%27.45

Codes

Color #B988AB in popluar color models

B988AB
RGB185136171
HSL317°25.93%62.94%
HSB/HSV317°26.49%72.55%
CMYK0.00%26.49%7.57%
27.45%

Color #B988AB in popluar number systems.

HEXB988AB
Decimal185136171
Binary101110011000100010101011
Octal271210253

Shades and tints

Shades of #B988AB

#B988AB
(185,136,171)
#A97C9C
(169,124,156)
#99708D
(153,112,141)
#89647E
(137,100,126)
#79586F
(121,88,111)
#694C60
(105,76,96)
#594051
(89,64,81)
#493442
(73,52,66)
#392833
(57,40,51)
#291C24
(41,28,36)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #B988AB

#B988AB
(185,136,171)
#BF92B2
(191,146,178)
#C59CB9
(197,156,185)
#CBA6C0
(203,166,192)
#D1B0C7
(209,176,199)
#D7BACE
(215,186,206)
#DDC4D5
(221,196,213)
#E3CEDC
(227,206,220)
#E9D8E3
(233,216,227)
#EFE2EA
(239,226,234)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B988AB color. Also use rgb(185,136,171) instead hex code.

Text Font Color

.myTextColor { color: #B988AB; }

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

This text font color is #B988AB.


Background Color

.myBgColor { background-color: #B988AB; }

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

This div background color is #B988AB.


Border color

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

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

This div border color is #B988AB.


Opacity

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

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

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

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

This text has shadow with #B988AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B988AB on black background.


Color preview on white background

This text has color #B988AB on white background.



Black color preview on #B988AB background

This text has black color on #B988AB background.


White color preview on #B988AB background

This text has white color on #B988AB background.