COLOR #B098AA

HEX: #B098AA RGB: (176,152,170)

Color info

#B098AA contains red, green and blue colors in about the same proportion. Web safe color of #B098AA is #999999 (or #999).

RGB color model

#B098AA color RGB value is (176,152,170).

RGB: (176,152,170) (69%, 60%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 170 of 255 = 67%

176
152
170

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

Portions of RGB colors in percentages

R + G + B = 176 + 152 + 170 = 498 (100%)
R 176 of 498 ~ 35.34%
G 152 of 498 ~ 30.52%
B 170 of 498 ~ 34.14'%

%35.34
%30.52
%34.14

CMYK color model

#B098AA color CMYK value is (0,14,3,31).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 3.41%
  • key color value is 30.98%

CMYK: (0,14,3,31)
C0M14Y3K31 (0%, 14%, 3%, 31%)
(0.00 / 0.14 / 0.03 / 0.31)

CMYK percentages

%0
%13.64
%3.41
%30.98

Codes

Color #B098AA in popluar color models

B0 98 AA
RGB 176 152 170
HSL 315° 13.19% 64.31%
HSB/HSV 315° 13.64% 69.02%
CMYK 0.00% 13.64% 3.41%
30.98%

Color #B098AA in popluar number systems.

HEX B0 98 AA
Decimal 176 152 170
Binary 10110000 10011000 10101010
Octal 260 230 252

Shades and tints

Shades of #B098AA

#B098AA
(176,152,170)
#A08B9B
(160,139,155)
#907E8C
(144,126,140)
#80717D
(128,113,125)
#70646E
(112,100,110)
#60575F
(96,87,95)
#504A50
(80,74,80)
#403D41
(64,61,65)
#303032
(48,48,50)
#202323
(32,35,35)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #B098AA

#B098AA
(176,152,170)
#B7A1B1
(183,161,177)
#BEAAB8
(190,170,184)
#C5B3BF
(197,179,191)
#CCBCC6
(204,188,198)
#D3C5CD
(211,197,205)
#DACED4
(218,206,212)
#E1D7DB
(225,215,219)
#E8E0E2
(232,224,226)
#EFE9E9
(239,233,233)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B098AA color. Also use rgb(176,152,170) instead hex code.

Text Font Color

.myTextColor { color: #B098AA; }

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

This text font color is #B098AA.

Background Color

.myBgColor { background-color: #B098AA; }

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

This div background color is #B098AA.

Border color

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

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

This div border color is #B098AA.

Opacity

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

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

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

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

This text has shadow with #B098AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B098AA.

Preview

Color preview on black background

This text has color #B098AA on black background.


Color preview on white background

This text has color #B098AA on white background.


Black color preview on #B098AA background

This text has black color on #B098AA background.


White color preview on #B098AA background

This text has white color on #B098AA background.


Related colors

Complementary color

Complementary color for #hex is #4F6755.


I love getcolorcode.com

Triadic colors

1 #AAB098 and #98AAB0 with #B098AA are triadic colors.

2 #AA98B0 and #98B0AA with #B098AA are triadic colors.