COLOR #B498BC

HEX: #B498BC
RGB: (180,152,188)

Color info

#B498BC contains red, green and blue colors in about the same proportion. Web safe color of #B498BC is #CC99CC (or #C9C).

RGB color model

#B498BC color RGB value is (180,152,188).

  • red value is 180;
  • green value is 152;
  • blue value is 188.
RGB:
(180,152,188)
(71%,60%,74%)

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 188 of 255 = 74%

180
152
188

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

Portions of RGB colors in percentages

R + G + B =
180 + 152 + 188 = 520 (100%)
R 180 of 520 ~ 34.62%
G 152 of 520 ~ 29.23%
B 188 of 520 ~ 36.15%

%34.62
%29.23
%36.15

CMYK color model

#B498BC color CMYK value is (4,19,0,26).

  • cyan value is 4.26%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(4,19,0,26)
C4M19Y0K26 
(4%,19%,0%,26%)
(0.04/0.19/0.00/0.26)	

CMYK percentages

%4.26
%19.15
%0
%26.27

Codes

Color #B498BC in popluar color models

B498BC
RGB180152188
HSL287°21.18%66.67%
HSB/HSV287°19.15%73.73%
CMYK4.26%19.15%0.00%
26.27%

Color #B498BC in popluar number systems.

HEXB498BC
Decimal180152188
Binary101101001001100010111100
Octal264230274

Shades and tints

Shades of #B498BC

#B498BC
(180,152,188)
#A48BAB
(164,139,171)
#947E9A
(148,126,154)
#847189
(132,113,137)
#746478
(116,100,120)
#645767
(100,87,103)
#544A56
(84,74,86)
#443D45
(68,61,69)
#343034
(52,48,52)
#242323
(36,35,35)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #B498BC

#B498BC
(180,152,188)
#BAA1C2
(186,161,194)
#C0AAC8
(192,170,200)
#C6B3CE
(198,179,206)
#CCBCD4
(204,188,212)
#D2C5DA
(210,197,218)
#D8CEE0
(216,206,224)
#DED7E6
(222,215,230)
#E4E0EC
(228,224,236)
#EAE9F2
(234,233,242)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B498BC color. Also use rgb(180,152,188) instead hex code.

Text Font Color

.myTextColor { color: #B498BC; }

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

This text font color is #B498BC.


Background Color

.myBgColor { background-color: #B498BC; }

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

This div background color is #B498BC.


Border color

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

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

This div border color is #B498BC.


Opacity

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

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

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

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

This text has shadow with #B498BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B498BC on black background.


Color preview on white background

This text has color #B498BC on white background.



Black color preview on #B498BC background

This text has black color on #B498BC background.


White color preview on #B498BC background

This text has white color on #B498BC background.