COLOR #B098AF

HEX: #B098AF RGB: (176,152,175)

Color info

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

RGB color model

#B098AF color RGB value is (176,152,175).

RGB: (176,152,175) (69%, 60%, 69%)

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 175 of 255 = 69%

176
152
175

R + G + B ~ 66%. #B098AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 152 + 175 = 503 (100%)
R 176 of 503 ~ 34.99%
G 152 of 503 ~ 30.22%
B 175 of 503 ~ 34.79'%

%34.99
%30.22
%34.79

CMYK color model

#B098AF color CMYK value is (0,14,1,31).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK: (0,14,1,31) C0M14Y1K31 (0%,14%,1%,31%) (0.00/0.14/0.01/0.31) 

CMYK percentages

%0
%13.64
%0.57
%30.98

Codes

Color #B098AF in popluar color models

B0 98 AF
RGB 176 152 175
HSL 303° 13.19% 64.31%
HSB/HSV 303° 13.64% 69.02%
CMYK 0.00% 13.64% 0.57%
30.98%

Color #B098AF in popluar number systems.

HEX B0 98 AF
Decimal 176 152 175
Binary 10110000 10011000 10101111
Octal 260 230 257

Shades and tints

Shades of #B098AF

#B098AF
(176,152,175)
#A08BA0
(160,139,160)
#907E91
(144,126,145)
#807182
(128,113,130)
#706473
(112,100,115)
#605764
(96,87,100)
#504A55
(80,74,85)
#403D46
(64,61,70)
#303037
(48,48,55)
#202328
(32,35,40)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #B098AF

#B098AF
(176,152,175)
#B7A1B6
(183,161,182)
#BEAABD
(190,170,189)
#C5B3C4
(197,179,196)
#CCBCCB
(204,188,203)
#D3C5D2
(211,197,210)
#DACED9
(218,206,217)
#E1D7E0
(225,215,224)
#E8E0E7
(232,224,231)
#EFE9EE
(239,233,238)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B098AF; }

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

This text font color is #B098AF.

Background Color

.myBgColor { background-color: #B098AF; }

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

This div background color is #B098AF.

Border color

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

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

This div border color is #B098AF.

Opacity

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

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

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

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

This text has shadow with #B098AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B098AF.

Preview

Color preview on black background

This text has color #B098AF on black background.


Color preview on white background

This text has color #B098AF on white background.


Black color preview on #B098AF background

This text has black color on #B098AF background.


White color preview on #B098AF background

This text has white color on #B098AF background.


Related colors

Complementary color

Complementary color for #hex is #4F6750.


I love getcolorcode.com

Triadic colors

1 #AFB098 and #98AFB0 with #B098AF are triadic colors.

2 #AF98B0 and #98B0AF with #B098AF are triadic colors.