COLOR #B098BE

HEX: #B098BE
RGB: (176,152,190)

Color info

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

RGB color model

#B098BE color RGB value is (176,152,190).

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

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 190 of 255 = 75%

176
152
190

R + G + B ~ 68%. #B098BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 152 + 190 = 518 (100%)
R 176 of 518 ~ 33.98%
G 152 of 518 ~ 29.34%
B 190 of 518 ~ 36.68%

%33.98
%29.34
%36.68

CMYK color model

#B098BE color CMYK value is (7,20,0,25).

  • cyan value is 7.37%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(7,20,0,25)
C7M20Y0K25 
(7%,20%,0%,25%)
(0.07/0.20/0.00/0.25)	

CMYK percentages

%7.37
%20
%0
%25.49

Codes

Color #B098BE in popluar color models

B098BE
RGB176152190
HSL278°22.62%67.06%
HSB/HSV278°20.00%74.51%
CMYK7.37%20.00%0.00%
25.49%

Color #B098BE in popluar number systems.

HEXB098BE
Decimal176152190
Binary101100001001100010111110
Octal260230276

Shades and tints

Shades of #B098BE

#B098BE
(176,152,190)
#A08BAD
(160,139,173)
#907E9C
(144,126,156)
#80718B
(128,113,139)
#70647A
(112,100,122)
#605769
(96,87,105)
#504A58
(80,74,88)
#403D47
(64,61,71)
#303036
(48,48,54)
#202325
(32,35,37)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #B098BE

#B098BE
(176,152,190)
#B7A1C3
(183,161,195)
#BEAAC8
(190,170,200)
#C5B3CD
(197,179,205)
#CCBCD2
(204,188,210)
#D3C5D7
(211,197,215)
#DACEDC
(218,206,220)
#E1D7E1
(225,215,225)
#E8E0E6
(232,224,230)
#EFE9EB
(239,233,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B098BE; }

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

This text font color is #B098BE.


Background Color

.myBgColor { background-color: #B098BE; }

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

This div background color is #B098BE.


Border color

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

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

This div border color is #B098BE.


Opacity

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

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

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

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

This text has shadow with #B098BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B098BE on black background.


Color preview on white background

This text has color #B098BE on white background.



Black color preview on #B098BE background

This text has black color on #B098BE background.


White color preview on #B098BE background

This text has white color on #B098BE background.