COLOR #B498AD

HEX: #B498AD
RGB: (180,152,173)

Color info

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

RGB color model

#B498AD color RGB value is (180,152,173).

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

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 173 of 255 = 68%

180
152
173

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

Portions of RGB colors in percentages

R + G + B =
180 + 152 + 173 = 505 (100%)
R 180 of 505 ~ 35.64%
G 152 of 505 ~ 30.1%
B 173 of 505 ~ 34.26%

%35.64
%30.1
%34.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 3.89%
  • 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
%3.89
%29.41

Codes

Color #B498AD in popluar color models

B498AD
RGB180152173
HSL315°15.73%65.10%
HSB/HSV315°15.56%70.59%
CMYK0.00%15.56%3.89%
29.41%

Color #B498AD in popluar number systems.

HEXB498AD
Decimal180152173
Binary101101001001100010101101
Octal264230255

Shades and tints

Shades of #B498AD

#B498AD
(180,152,173)
#A48B9E
(164,139,158)
#947E8F
(148,126,143)
#847180
(132,113,128)
#746471
(116,100,113)
#645762
(100,87,98)
#544A53
(84,74,83)
#443D44
(68,61,68)
#343035
(52,48,53)
#242326
(36,35,38)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #B498AD

#B498AD
(180,152,173)
#BAA1B4
(186,161,180)
#C0AABB
(192,170,187)
#C6B3C2
(198,179,194)
#CCBCC9
(204,188,201)
#D2C5D0
(210,197,208)
#D8CED7
(216,206,215)
#DED7DE
(222,215,222)
#E4E0E5
(228,224,229)
#EAE9EC
(234,233,236)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B498AD; }

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

This text font color is #B498AD.


Background Color

.myBgColor { background-color: #B498AD; }

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

This div background color is #B498AD.


Border color

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

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

This div border color is #B498AD.


Opacity

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

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

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

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

This text has shadow with #B498AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B498AD on black background.


Color preview on white background

This text has color #B498AD on white background.



Black color preview on #B498AD background

This text has black color on #B498AD background.


White color preview on #B498AD background

This text has white color on #B498AD background.