COLOR #B498AC

HEX: #B498AC
RGB: (180,152,172)

Color info

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

RGB color model

#B498AC color RGB value is (180,152,172).

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

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 172 of 255 = 67%

180
152
172

R + G + B ~ 66%. #B498AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 152 + 172 = 504 (100%)
R 180 of 504 ~ 35.71%
G 152 of 504 ~ 30.16%
B 172 of 504 ~ 34.13%

%35.71
%30.16
%34.13

CMYK color model

#B498AC color CMYK value is (0,16,4,29).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(0,16,4,29)
C0M16Y4K29 
(0%,16%,4%,29%)
(0.00/0.16/0.04/0.29)	

CMYK percentages

%0
%15.56
%4.44
%29.41

Codes

Color #B498AC in popluar color models

B498AC
RGB180152172
HSL317°15.73%65.10%
HSB/HSV317°15.56%70.59%
CMYK0.00%15.56%4.44%
29.41%

Color #B498AC in popluar number systems.

HEXB498AC
Decimal180152172
Binary101101001001100010101100
Octal264230254

Shades and tints

Shades of #B498AC

#B498AC
(180,152,172)
#A48B9D
(164,139,157)
#947E8E
(148,126,142)
#84717F
(132,113,127)
#746470
(116,100,112)
#645761
(100,87,97)
#544A52
(84,74,82)
#443D43
(68,61,67)
#343034
(52,48,52)
#242325
(36,35,37)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #B498AC

#B498AC
(180,152,172)
#BAA1B3
(186,161,179)
#C0AABA
(192,170,186)
#C6B3C1
(198,179,193)
#CCBCC8
(204,188,200)
#D2C5CF
(210,197,207)
#D8CED6
(216,206,214)
#DED7DD
(222,215,221)
#E4E0E4
(228,224,228)
#EAE9EB
(234,233,235)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B498AC; }

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

This text font color is #B498AC.


Background Color

.myBgColor { background-color: #B498AC; }

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

This div background color is #B498AC.


Border color

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

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

This div border color is #B498AC.


Opacity

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

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

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

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

This text has shadow with #B498AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B498AC on black background.


Color preview on white background

This text has color #B498AC on white background.



Black color preview on #B498AC background

This text has black color on #B498AC background.


White color preview on #B498AC background

This text has white color on #B498AC background.