COLOR #B098B5

HEX: #B098B5
RGB: (176,152,181)

Color info

#B098B5 contains red, green and blue colors in about the same proportion. Web safe color of #B098B5 is #9999CC (or #99C).

RGB color model

#B098B5 color RGB value is (176,152,181).

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

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 181 of 255 = 71%

176
152
181

R + G + B ~ 67%. #B098B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 152 + 181 = 509 (100%)
R 176 of 509 ~ 34.58%
G 152 of 509 ~ 29.86%
B 181 of 509 ~ 35.56%

%34.58
%29.86
%35.56

CMYK color model

#B098B5 color CMYK value is (3,16,0,29).

  • cyan value is 2.76%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(3,16,0,29)
C3M16Y0K29 
(3%,16%,0%,29%)
(0.03/0.16/0.00/0.29)	

CMYK percentages

%2.76
%16.02
%0
%29.02

Codes

Color #B098B5 in popluar color models

B098B5
RGB176152181
HSL290°16.38%65.29%
HSB/HSV290°16.02%70.98%
CMYK2.76%16.02%0.00%
29.02%

Color #B098B5 in popluar number systems.

HEXB098B5
Decimal176152181
Binary101100001001100010110101
Octal260230265

Shades and tints

Shades of #B098B5

#B098B5
(176,152,181)
#A08BA5
(160,139,165)
#907E95
(144,126,149)
#807185
(128,113,133)
#706475
(112,100,117)
#605765
(96,87,101)
#504A55
(80,74,85)
#403D45
(64,61,69)
#303035
(48,48,53)
#202325
(32,35,37)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B098B5

#B098B5
(176,152,181)
#B7A1BB
(183,161,187)
#BEAAC1
(190,170,193)
#C5B3C7
(197,179,199)
#CCBCCD
(204,188,205)
#D3C5D3
(211,197,211)
#DACED9
(218,206,217)
#E1D7DF
(225,215,223)
#E8E0E5
(232,224,229)
#EFE9EB
(239,233,235)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B098B5; }

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

This text font color is #B098B5.


Background Color

.myBgColor { background-color: #B098B5; }

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

This div background color is #B098B5.


Border color

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

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

This div border color is #B098B5.


Opacity

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

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

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

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

This text has shadow with #B098B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B098B5 on black background.


Color preview on white background

This text has color #B098B5 on white background.



Black color preview on #B098B5 background

This text has black color on #B098B5 background.


White color preview on #B098B5 background

This text has white color on #B098B5 background.