COLOR #B098AE

HEX: #B098AE
RGB: (176,152,174)

Color info

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

RGB color model

#B098AE color RGB value is (176,152,174).

  • red value is 176;
  • green value is 152;
  • blue value is 174.
RGB:
(176,152,174)
(69%,60%,68%)

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 174 of 255 = 68%

176
152
174

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

Portions of RGB colors in percentages

R + G + B =
176 + 152 + 174 = 502 (100%)
R 176 of 502 ~ 35.06%
G 152 of 502 ~ 30.28%
B 174 of 502 ~ 34.66%

%35.06
%30.28
%34.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 1.14%
  • 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
%1.14
%30.98

Codes

Color #B098AE in popluar color models

B098AE
RGB176152174
HSL305°13.19%64.31%
HSB/HSV305°13.64%69.02%
CMYK0.00%13.64%1.14%
30.98%

Color #B098AE in popluar number systems.

HEXB098AE
Decimal176152174
Binary101100001001100010101110
Octal260230256

Shades and tints

Shades of #B098AE

#B098AE
(176,152,174)
#A08B9F
(160,139,159)
#907E90
(144,126,144)
#807181
(128,113,129)
#706472
(112,100,114)
#605763
(96,87,99)
#504A54
(80,74,84)
#403D45
(64,61,69)
#303036
(48,48,54)
#202327
(32,35,39)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #B098AE

#B098AE
(176,152,174)
#B7A1B5
(183,161,181)
#BEAABC
(190,170,188)
#C5B3C3
(197,179,195)
#CCBCCA
(204,188,202)
#D3C5D1
(211,197,209)
#DACED8
(218,206,216)
#E1D7DF
(225,215,223)
#E8E0E6
(232,224,230)
#EFE9ED
(239,233,237)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B098AE; }

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

This text font color is #B098AE.


Background Color

.myBgColor { background-color: #B098AE; }

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

This div background color is #B098AE.


Border color

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

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

This div border color is #B098AE.


Opacity

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

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

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

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

This text has shadow with #B098AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B098AE on black background.


Color preview on white background

This text has color #B098AE on white background.



Black color preview on #B098AE background

This text has black color on #B098AE background.


White color preview on #B098AE background

This text has white color on #B098AE background.