COLOR #B998BA

HEX: #B998BA RGB: (185,152,186)

Color info

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

RGB color model

#B998BA color RGB value is (185,152,186).

RGB: (185,152,186) (73%, 60%, 73%)

RGB channels and saturation

R 185 of 255 = 73%
G 152 of 255 = 60%
B 186 of 255 = 73%

185
152
186

R + G + B ~ 69%. #B998BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 152 + 186 = 523 (100%)
R 185 of 523 ~ 35.37%
G 152 of 523 ~ 29.06%
B 186 of 523 ~ 35.56'%

%35.37
%29.06
%35.56

CMYK color model

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

  • cyan value is 0.54%
  • magenta value is 18.28%
  • yellow value is 0.00%
  • key color value is 27.06%

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

CMYK percentages

%0.54
%18.28
%0
%27.06

Codes

Color #B998BA in popluar color models

B9 98 BA
RGB 185 152 186
HSL 298° 19.77% 66.27%
HSB/HSV 298° 18.28% 72.94%
CMYK 0.54% 18.28% 0.00%
27.06%

Color #B998BA in popluar number systems.

HEX B9 98 BA
Decimal 185 152 186
Binary 10111001 10011000 10111010
Octal 271 230 272

Shades and tints

Shades of #B998BA

#B998BA
(185,152,186)
#A98BAA
(169,139,170)
#997E9A
(153,126,154)
#89718A
(137,113,138)
#79647A
(121,100,122)
#69576A
(105,87,106)
#594A5A
(89,74,90)
#493D4A
(73,61,74)
#39303A
(57,48,58)
#29232A
(41,35,42)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #B998BA

#B998BA
(185,152,186)
#BFA1C0
(191,161,192)
#C5AAC6
(197,170,198)
#CBB3CC
(203,179,204)
#D1BCD2
(209,188,210)
#D7C5D8
(215,197,216)
#DDCEDE
(221,206,222)
#E3D7E4
(227,215,228)
#E9E0EA
(233,224,234)
#EFE9F0
(239,233,240)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B998BA; }

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

This text font color is #B998BA.

Background Color

.myBgColor { background-color: #B998BA; }

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

This div background color is #B998BA.

Border color

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

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

This div border color is #B998BA.

Opacity

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

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

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

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

This text has shadow with #B998BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B998BA.

Preview

Color preview on black background

This text has color #B998BA on black background.


Color preview on white background

This text has color #B998BA on white background.


Black color preview on #B998BA background

This text has black color on #B998BA background.


White color preview on #B998BA background

This text has white color on #B998BA background.


Related colors

Complementary color

Complementary color for #hex is #466745.


I love getcolorcode.com

Triadic colors

1 #BAB998 and #98BAB9 with #B998BA are triadic colors.

2 #BA98B9 and #98B9BA with #B998BA are triadic colors.