COLOR #B988AD

HEX: #B988AD
RGB: (185,136,173)

Color info

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

RGB color model

#B988AD color RGB value is (185,136,173).

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

RGB channels and saturation

R 185 of 255 = 73%
G 136 of 255 = 53%
B 173 of 255 = 68%

185
136
173

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

Portions of RGB colors in percentages

R + G + B =
185 + 136 + 173 = 494 (100%)
R 185 of 494 ~ 37.45%
G 136 of 494 ~ 27.53%
B 173 of 494 ~ 35.02%

%37.45
%27.53
%35.02

CMYK color model

#B988AD color CMYK value is (0,26,6,27).

  • cyan value is 0.00%
  • magenta value is 26.49%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK:
(0,26,6,27)
C0M26Y6K27 
(0%,26%,6%,27%)
(0.00/0.26/0.06/0.27)	

CMYK percentages

%0
%26.49
%6.49
%27.45

Codes

Color #B988AD in popluar color models

B988AD
RGB185136173
HSL315°25.93%62.94%
HSB/HSV315°26.49%72.55%
CMYK0.00%26.49%6.49%
27.45%

Color #B988AD in popluar number systems.

HEXB988AD
Decimal185136173
Binary101110011000100010101101
Octal271210255

Shades and tints

Shades of #B988AD

#B988AD
(185,136,173)
#A97C9E
(169,124,158)
#99708F
(153,112,143)
#896480
(137,100,128)
#795871
(121,88,113)
#694C62
(105,76,98)
#594053
(89,64,83)
#493444
(73,52,68)
#392835
(57,40,53)
#291C26
(41,28,38)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #B988AD

#B988AD
(185,136,173)
#BF92B4
(191,146,180)
#C59CBB
(197,156,187)
#CBA6C2
(203,166,194)
#D1B0C9
(209,176,201)
#D7BAD0
(215,186,208)
#DDC4D7
(221,196,215)
#E3CEDE
(227,206,222)
#E9D8E5
(233,216,229)
#EFE2EC
(239,226,236)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B988AD; }

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

This text font color is #B988AD.


Background Color

.myBgColor { background-color: #B988AD; }

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

This div background color is #B988AD.


Border color

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

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

This div border color is #B988AD.


Opacity

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

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

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

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

This text has shadow with #B988AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B988AD on black background.


Color preview on white background

This text has color #B988AD on white background.



Black color preview on #B988AD background

This text has black color on #B988AD background.


White color preview on #B988AD background

This text has white color on #B988AD background.