COLOR #B998B7

HEX: #B998B7 RGB: (185,152,183)

Color info

#B998B7 contains red, green and blue colors in about the same proportion. Web safe color of #B998B7 is #CC99CC (or #C9C).

RGB color model

#B998B7 color RGB value is (185,152,183).

RGB: (185,152,183) (73%, 60%, 72%)

RGB channels and saturation

R 185 of 255 = 73%
G 152 of 255 = 60%
B 183 of 255 = 72%

185
152
183

R + G + B ~ 68%. #B998B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 152 + 183 = 520 (100%)
R 185 of 520 ~ 35.58%
G 152 of 520 ~ 29.23%
B 183 of 520 ~ 35.19'%

%35.58
%29.23
%35.19

CMYK color model

#B998B7 color CMYK value is (0,18,1,27).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 1.08%
  • key color value is 27.45%

CMYK: (0,18,1,27)
C0M18Y1K27 (0%, 18%, 1%, 27%)
(0.00 / 0.18 / 0.01 / 0.27)

CMYK percentages

%0
%17.84
%1.08
%27.45

Codes

Color #B998B7 in popluar color models

B9 98 B7
RGB 185 152 183
HSL 304° 19.08% 66.08%
HSB/HSV 304° 17.84% 72.55%
CMYK 0.00% 17.84% 1.08%
27.45%

Color #B998B7 in popluar number systems.

HEX B9 98 B7
Decimal 185 152 183
Binary 10111001 10011000 10110111
Octal 271 230 267

Shades and tints

Shades of #B998B7

#B998B7
(185,152,183)
#A98BA7
(169,139,167)
#997E97
(153,126,151)
#897187
(137,113,135)
#796477
(121,100,119)
#695767
(105,87,103)
#594A57
(89,74,87)
#493D47
(73,61,71)
#393037
(57,48,55)
#292327
(41,35,39)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #B998B7

#B998B7
(185,152,183)
#BFA1BD
(191,161,189)
#C5AAC3
(197,170,195)
#CBB3C9
(203,179,201)
#D1BCCF
(209,188,207)
#D7C5D5
(215,197,213)
#DDCEDB
(221,206,219)
#E3D7E1
(227,215,225)
#E9E0E7
(233,224,231)
#EFE9ED
(239,233,237)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B998B7; }

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

This text font color is #B998B7.

Background Color

.myBgColor { background-color: #B998B7; }

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

This div background color is #B998B7.

Border color

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

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

This div border color is #B998B7.

Opacity

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

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

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

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

This text has shadow with #B998B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B998B7.

Preview

Color preview on black background

This text has color #B998B7 on black background.


Color preview on white background

This text has color #B998B7 on white background.


Black color preview on #B998B7 background

This text has black color on #B998B7 background.


White color preview on #B998B7 background

This text has white color on #B998B7 background.


Related colors

Complementary color

Complementary color for #hex is #466748.


I love getcolorcode.com

Triadic colors

1 #B7B998 and #98B7B9 with #B998B7 are triadic colors.

2 #B798B9 and #98B9B7 with #B998B7 are triadic colors.