COLOR #B498B2

HEX: #B498B2
RGB: (180,152,178)

Color info

#B498B2 contains red, green and blue colors in about the same proportion. Web safe color of #B498B2 is #CC9999 (or #C99).

RGB color model

#B498B2 color RGB value is (180,152,178).

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

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 178 of 255 = 70%

180
152
178

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

Portions of RGB colors in percentages

R + G + B =
180 + 152 + 178 = 510 (100%)
R 180 of 510 ~ 35.29%
G 152 of 510 ~ 29.8%
B 178 of 510 ~ 34.9%

%35.29
%29.8
%34.9

CMYK color model

#B498B2 color CMYK value is (0,16,1,29).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(0,16,1,29)
C0M16Y1K29 
(0%,16%,1%,29%)
(0.00/0.16/0.01/0.29)	

CMYK percentages

%0
%15.56
%1.11
%29.41

Codes

Color #B498B2 in popluar color models

B498B2
RGB180152178
HSL304°15.73%65.10%
HSB/HSV304°15.56%70.59%
CMYK0.00%15.56%1.11%
29.41%

Color #B498B2 in popluar number systems.

HEXB498B2
Decimal180152178
Binary101101001001100010110010
Octal264230262

Shades and tints

Shades of #B498B2

#B498B2
(180,152,178)
#A48BA2
(164,139,162)
#947E92
(148,126,146)
#847182
(132,113,130)
#746472
(116,100,114)
#645762
(100,87,98)
#544A52
(84,74,82)
#443D42
(68,61,66)
#343032
(52,48,50)
#242322
(36,35,34)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #B498B2

#B498B2
(180,152,178)
#BAA1B9
(186,161,185)
#C0AAC0
(192,170,192)
#C6B3C7
(198,179,199)
#CCBCCE
(204,188,206)
#D2C5D5
(210,197,213)
#D8CEDC
(216,206,220)
#DED7E3
(222,215,227)
#E4E0EA
(228,224,234)
#EAE9F1
(234,233,241)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B498B2; }

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

This text font color is #B498B2.


Background Color

.myBgColor { background-color: #B498B2; }

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

This div background color is #B498B2.


Border color

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

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

This div border color is #B498B2.


Opacity

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

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

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

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

This text has shadow with #B498B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B498B2 on black background.


Color preview on white background

This text has color #B498B2 on white background.



Black color preview on #B498B2 background

This text has black color on #B498B2 background.


White color preview on #B498B2 background

This text has white color on #B498B2 background.