COLOR #B498BA

HEX: #B498BA
RGB: (180,152,186)

Color info

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

RGB color model

#B498BA color RGB value is (180,152,186).

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

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 186 of 255 = 73%

180
152
186

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

Portions of RGB colors in percentages

R + G + B =
180 + 152 + 186 = 518 (100%)
R 180 of 518 ~ 34.75%
G 152 of 518 ~ 29.34%
B 186 of 518 ~ 35.91%

%34.75
%29.34
%35.91

CMYK color model

#B498BA color CMYK value is (3,18,0,27).

  • cyan value is 3.23%
  • magenta value is 18.28%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,18,0,27)
C3M18Y0K27 
(3%,18%,0%,27%)
(0.03/0.18/0.00/0.27)	

CMYK percentages

%3.23
%18.28
%0
%27.06

Codes

Color #B498BA in popluar color models

B498BA
RGB180152186
HSL289°19.77%66.27%
HSB/HSV289°18.28%72.94%
CMYK3.23%18.28%0.00%
27.06%

Color #B498BA in popluar number systems.

HEXB498BA
Decimal180152186
Binary101101001001100010111010
Octal264230272

Shades and tints

Shades of #B498BA

#B498BA
(180,152,186)
#A48BAA
(164,139,170)
#947E9A
(148,126,154)
#84718A
(132,113,138)
#74647A
(116,100,122)
#64576A
(100,87,106)
#544A5A
(84,74,90)
#443D4A
(68,61,74)
#34303A
(52,48,58)
#24232A
(36,35,42)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #B498BA

#B498BA
(180,152,186)
#BAA1C0
(186,161,192)
#C0AAC6
(192,170,198)
#C6B3CC
(198,179,204)
#CCBCD2
(204,188,210)
#D2C5D8
(210,197,216)
#D8CEDE
(216,206,222)
#DED7E4
(222,215,228)
#E4E0EA
(228,224,234)
#EAE9F0
(234,233,240)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B498BA; }

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

This text font color is #B498BA.


Background Color

.myBgColor { background-color: #B498BA; }

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

This div background color is #B498BA.


Border color

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

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

This div border color is #B498BA.


Opacity

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

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

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

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

This text has shadow with #B498BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B498BA on black background.


Color preview on white background

This text has color #B498BA on white background.



Black color preview on #B498BA background

This text has black color on #B498BA background.


White color preview on #B498BA background

This text has white color on #B498BA background.