COLOR #B998AD

HEX: #B998AD
RGB: (185,152,173)

Color info

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

RGB color model

#B998AD color RGB value is (185,152,173).

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

RGB channels and saturation

R 185 of 255 = 73%
G 152 of 255 = 60%
B 173 of 255 = 68%

185
152
173

R + G + B ~ 67%. #B998AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 152 + 173 = 510 (100%)
R 185 of 510 ~ 36.27%
G 152 of 510 ~ 29.8%
B 173 of 510 ~ 33.92%

%36.27
%29.8
%33.92

CMYK color model

#B998AD color CMYK value is (0,18,6,27).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK:
(0,18,6,27)
C0M18Y6K27 
(0%,18%,6%,27%)
(0.00/0.18/0.06/0.27)	

CMYK percentages

%0
%17.84
%6.49
%27.45

Codes

Color #B998AD in popluar color models

B998AD
RGB185152173
HSL322°19.08%66.08%
HSB/HSV322°17.84%72.55%
CMYK0.00%17.84%6.49%
27.45%

Color #B998AD in popluar number systems.

HEXB998AD
Decimal185152173
Binary101110011001100010101101
Octal271230255

Shades and tints

Shades of #B998AD

#B998AD
(185,152,173)
#A98B9E
(169,139,158)
#997E8F
(153,126,143)
#897180
(137,113,128)
#796471
(121,100,113)
#695762
(105,87,98)
#594A53
(89,74,83)
#493D44
(73,61,68)
#393035
(57,48,53)
#292326
(41,35,38)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #B998AD

#B998AD
(185,152,173)
#BFA1B4
(191,161,180)
#C5AABB
(197,170,187)
#CBB3C2
(203,179,194)
#D1BCC9
(209,188,201)
#D7C5D0
(215,197,208)
#DDCED7
(221,206,215)
#E3D7DE
(227,215,222)
#E9E0E5
(233,224,229)
#EFE9EC
(239,233,236)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B998AD; }

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

This text font color is #B998AD.


Background Color

.myBgColor { background-color: #B998AD; }

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

This div background color is #B998AD.


Border color

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

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

This div border color is #B998AD.


Opacity

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

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

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

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

This text has shadow with #B998AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B998AD on black background.


Color preview on white background

This text has color #B998AD on white background.



Black color preview on #B998AD background

This text has black color on #B998AD background.


White color preview on #B998AD background

This text has white color on #B998AD background.