COLOR #B498D1

HEX: #B498D1 RGB: (180,152,209)

Color info

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

RGB color model

#B498D1 color RGB value is (180,152,209).

RGB: (180,152,209) (71%, 60%, 82%)

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 209 of 255 = 82%

180
152
209

R + G + B ~ 71%. #B498D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 152 + 209 = 541 (100%)
R 180 of 541 ~ 33.27%
G 152 of 541 ~ 28.1%
B 209 of 541 ~ 38.63'%

%33.27
%28.1
%38.63

CMYK color model

#B498D1 color CMYK value is (14,27,0,18).

  • cyan value is 13.88%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (14,27,0,18) C14M27Y0K18 (14%,27%,0%,18%) (0.14/0.27/0.00/0.18) 

CMYK percentages

%13.88
%27.27
%0
%18.04

Codes

Color #B498D1 in popluar color models

B4 98 D1
RGB 180 152 209
HSL 269° 38.26% 70.78%
HSB/HSV 269° 27.27% 81.96%
CMYK 13.88% 27.27% 0.00%
18.04%

Color #B498D1 in popluar number systems.

HEX B4 98 D1
Decimal 180 152 209
Binary 10110100 10011000 11010001
Octal 264 230 321

Shades and tints

Shades of #B498D1

#B498D1
(180,152,209)
#A48BBE
(164,139,190)
#947EAB
(148,126,171)
#847198
(132,113,152)
#746485
(116,100,133)
#645772
(100,87,114)
#544A5F
(84,74,95)
#443D4C
(68,61,76)
#343039
(52,48,57)
#242326
(36,35,38)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #B498D1

#B498D1
(180,152,209)
#BAA1D5
(186,161,213)
#C0AAD9
(192,170,217)
#C6B3DD
(198,179,221)
#CCBCE1
(204,188,225)
#D2C5E5
(210,197,229)
#D8CEE9
(216,206,233)
#DED7ED
(222,215,237)
#E4E0F1
(228,224,241)
#EAE9F5
(234,233,245)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B498D1; }

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

This text font color is #B498D1.

Background Color

.myBgColor { background-color: #B498D1; }

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

This div background color is #B498D1.

Border color

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

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

This div border color is #B498D1.

Opacity

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

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

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

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

This text has shadow with #B498D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B498D1.

Preview

Color preview on black background

This text has color #B498D1 on black background.


Color preview on white background

This text has color #B498D1 on white background.


Black color preview on #B498D1 background

This text has black color on #B498D1 background.


White color preview on #B498D1 background

This text has white color on #B498D1 background.


Related colors

Complementary color

Complementary color for #hex is #4B672E.


I love getcolorcode.com

Triadic colors

1 #D1B498 and #98D1B4 with #B498D1 are triadic colors.

2 #D198B4 and #98B4D1 with #B498D1 are triadic colors.