COLOR #B998AF

HEX: #B998AF RGB: (185,152,175)

Color info

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

RGB color model

#B998AF color RGB value is (185,152,175).

RGB: (185,152,175) (73%, 60%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 152 of 255 = 60%
B 175 of 255 = 69%

185
152
175

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

Portions of RGB colors in percentages

R + G + B = 185 + 152 + 175 = 512 (100%)
R 185 of 512 ~ 36.13%
G 152 of 512 ~ 29.69%
B 175 of 512 ~ 34.18'%

%36.13
%29.69
%34.18

CMYK color model

#B998AF color CMYK value is (0,18,5,27).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 5.41%
  • key color value is 27.45%
CMYK: (0,18,5,27) C0M18Y5K27 (0%,18%,5%,27%) (0.00/0.18/0.05/0.27) 

CMYK percentages

%0
%17.84
%5.41
%27.45

Codes

Color #B998AF in popluar color models

B9 98 AF
RGB 185 152 175
HSL 318° 19.08% 66.08%
HSB/HSV 318° 17.84% 72.55%
CMYK 0.00% 17.84% 5.41%
27.45%

Color #B998AF in popluar number systems.

HEX B9 98 AF
Decimal 185 152 175
Binary 10111001 10011000 10101111
Octal 271 230 257

Shades and tints

Shades of #B998AF

#B998AF
(185,152,175)
#A98BA0
(169,139,160)
#997E91
(153,126,145)
#897182
(137,113,130)
#796473
(121,100,115)
#695764
(105,87,100)
#594A55
(89,74,85)
#493D46
(73,61,70)
#393037
(57,48,55)
#292328
(41,35,40)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #B998AF

#B998AF
(185,152,175)
#BFA1B6
(191,161,182)
#C5AABD
(197,170,189)
#CBB3C4
(203,179,196)
#D1BCCB
(209,188,203)
#D7C5D2
(215,197,210)
#DDCED9
(221,206,217)
#E3D7E0
(227,215,224)
#E9E0E7
(233,224,231)
#EFE9EE
(239,233,238)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B998AF; }

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

This text font color is #B998AF.

Background Color

.myBgColor { background-color: #B998AF; }

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

This div background color is #B998AF.

Border color

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

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

This div border color is #B998AF.

Opacity

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

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

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

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

This text has shadow with #B998AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B998AF.

Preview

Color preview on black background

This text has color #B998AF on black background.


Color preview on white background

This text has color #B998AF on white background.


Black color preview on #B998AF background

This text has black color on #B998AF background.


White color preview on #B998AF background

This text has white color on #B998AF background.


Related colors

Complementary color

Complementary color for #hex is #466750.


I love getcolorcode.com

Triadic colors

1 #AFB998 and #98AFB9 with #B998AF are triadic colors.

2 #AF98B9 and #98B9AF with #B998AF are triadic colors.