COLOR #B988A5

HEX: #B988A5 RGB: (185,136,165)

Color info

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

RGB color model

#B988A5 color RGB value is (185,136,165).

RGB: (185,136,165) (73%, 53%, 65%)

RGB channels and saturation

R 185 of 255 = 73%
G 136 of 255 = 53%
B 165 of 255 = 65%

185
136
165

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

Portions of RGB colors in percentages

R + G + B = 185 + 136 + 165 = 486 (100%)
R 185 of 486 ~ 38.07%
G 136 of 486 ~ 27.98%
B 165 of 486 ~ 33.95'%

%38.07
%27.98
%33.95

CMYK color model

#B988A5 color CMYK value is (0,26,11,27).

  • cyan value is 0.00%
  • magenta value is 26.49%
  • yellow value is 10.81%
  • key color value is 27.45%

CMYK: (0,26,11,27)
C0M26Y11K27 (0%, 26%, 11%, 27%)
(0.00 / 0.26 / 0.11 / 0.27)

CMYK percentages

%0
%26.49
%10.81
%27.45

Codes

Color #B988A5 in popluar color models

B9 88 A5
RGB 185 136 165
HSL 324° 25.93% 62.94%
HSB/HSV 324° 26.49% 72.55%
CMYK 0.00% 26.49% 10.81%
27.45%

Color #B988A5 in popluar number systems.

HEX B9 88 A5
Decimal 185 136 165
Binary 10111001 10001000 10100101
Octal 271 210 245

Shades and tints

Shades of #B988A5

#B988A5
(185,136,165)
#A97C96
(169,124,150)
#997087
(153,112,135)
#896478
(137,100,120)
#795869
(121,88,105)
#694C5A
(105,76,90)
#59404B
(89,64,75)
#49343C
(73,52,60)
#39282D
(57,40,45)
#291C1E
(41,28,30)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #B988A5

#B988A5
(185,136,165)
#BF92AD
(191,146,173)
#C59CB5
(197,156,181)
#CBA6BD
(203,166,189)
#D1B0C5
(209,176,197)
#D7BACD
(215,186,205)
#DDC4D5
(221,196,213)
#E3CEDD
(227,206,221)
#E9D8E5
(233,216,229)
#EFE2ED
(239,226,237)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B988A5; }

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

This text font color is #B988A5.

Background Color

.myBgColor { background-color: #B988A5; }

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

This div background color is #B988A5.

Border color

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

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

This div border color is #B988A5.

Opacity

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

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

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

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

This text has shadow with #B988A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B988A5.

Preview

Color preview on black background

This text has color #B988A5 on black background.


Color preview on white background

This text has color #B988A5 on white background.


Black color preview on #B988A5 background

This text has black color on #B988A5 background.


White color preview on #B988A5 background

This text has white color on #B988A5 background.


Related colors

Complementary color

Complementary color for #hex is #46775A.


I love getcolorcode.com

Triadic colors

1 #A5B988 and #88A5B9 with #B988A5 are triadic colors.

2 #A588B9 and #88B9A5 with #B988A5 are triadic colors.