COLOR #B098C5

HEX: #B098C5 RGB: (176,152,197)

Color info

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

RGB color model

#B098C5 color RGB value is (176,152,197).

RGB: (176,152,197) (69%, 60%, 77%)

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 197 of 255 = 77%

176
152
197

R + G + B ~ 69%. #B098C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 152 + 197 = 525 (100%)
R 176 of 525 ~ 33.52%
G 152 of 525 ~ 28.95%
B 197 of 525 ~ 37.52'%

%33.52
%28.95
%37.52

CMYK color model

#B098C5 color CMYK value is (11,23,0,23).

  • cyan value is 10.66%
  • magenta value is 22.84%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (11,23,0,23)
C11M23Y0K23 (11%, 23%, 0%, 23%)
(0.11 / 0.23 / 0.00 / 0.23)

CMYK percentages

%10.66
%22.84
%0
%22.75

Codes

Color #B098C5 in popluar color models

B0 98 C5
RGB 176 152 197
HSL 272° 27.95% 68.43%
HSB/HSV 272° 22.84% 77.25%
CMYK 10.66% 22.84% 0.00%
22.75%

Color #B098C5 in popluar number systems.

HEX B0 98 C5
Decimal 176 152 197
Binary 10110000 10011000 11000101
Octal 260 230 305

Shades and tints

Shades of #B098C5

#B098C5
(176,152,197)
#A08BB4
(160,139,180)
#907EA3
(144,126,163)
#807192
(128,113,146)
#706481
(112,100,129)
#605770
(96,87,112)
#504A5F
(80,74,95)
#403D4E
(64,61,78)
#30303D
(48,48,61)
#20232C
(32,35,44)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #B098C5

#B098C5
(176,152,197)
#B7A1CA
(183,161,202)
#BEAACF
(190,170,207)
#C5B3D4
(197,179,212)
#CCBCD9
(204,188,217)
#D3C5DE
(211,197,222)
#DACEE3
(218,206,227)
#E1D7E8
(225,215,232)
#E8E0ED
(232,224,237)
#EFE9F2
(239,233,242)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B098C5; }

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

This text font color is #B098C5.

Background Color

.myBgColor { background-color: #B098C5; }

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

This div background color is #B098C5.

Border color

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

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

This div border color is #B098C5.

Opacity

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

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

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

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

This text has shadow with #B098C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B098C5.

Preview

Color preview on black background

This text has color #B098C5 on black background.


Color preview on white background

This text has color #B098C5 on white background.


Black color preview on #B098C5 background

This text has black color on #B098C5 background.


White color preview on #B098C5 background

This text has white color on #B098C5 background.


Related colors

Complementary color

Complementary color for #hex is #4F673A.


I love getcolorcode.com

Triadic colors

1 #C5B098 and #98C5B0 with #B098C5 are triadic colors.

2 #C598B0 and #98B0C5 with #B098C5 are triadic colors.