COLOR #B498C7

HEX: #B498C7 RGB: (180,152,199)

Color info

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

RGB color model

#B498C7 color RGB value is (180,152,199).

RGB: (180,152,199) (71%, 60%, 78%)

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 199 of 255 = 78%

180
152
199

R + G + B ~ 70%. #B498C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 152 + 199 = 531 (100%)
R 180 of 531 ~ 33.9%
G 152 of 531 ~ 28.63%
B 199 of 531 ~ 37.48'%

%33.9
%28.63
%37.48

CMYK color model

#B498C7 color CMYK value is (10,24,0,22).

  • cyan value is 9.55%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (10,24,0,22)
C10M24Y0K22 (10%, 24%, 0%, 22%)
(0.10 / 0.24 / 0.00 / 0.22)

CMYK percentages

%9.55
%23.62
%0
%21.96

Codes

Color #B498C7 in popluar color models

B4 98 C7
RGB 180 152 199
HSL 276° 29.56% 68.82%
HSB/HSV 276° 23.62% 78.04%
CMYK 9.55% 23.62% 0.00%
21.96%

Color #B498C7 in popluar number systems.

HEX B4 98 C7
Decimal 180 152 199
Binary 10110100 10011000 11000111
Octal 264 230 307

Shades and tints

Shades of #B498C7

#B498C7
(180,152,199)
#A48BB5
(164,139,181)
#947EA3
(148,126,163)
#847191
(132,113,145)
#74647F
(116,100,127)
#64576D
(100,87,109)
#544A5B
(84,74,91)
#443D49
(68,61,73)
#343037
(52,48,55)
#242325
(36,35,37)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #B498C7

#B498C7
(180,152,199)
#BAA1CC
(186,161,204)
#C0AAD1
(192,170,209)
#C6B3D6
(198,179,214)
#CCBCDB
(204,188,219)
#D2C5E0
(210,197,224)
#D8CEE5
(216,206,229)
#DED7EA
(222,215,234)
#E4E0EF
(228,224,239)
#EAE9F4
(234,233,244)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B498C7; }

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

This text font color is #B498C7.

Background Color

.myBgColor { background-color: #B498C7; }

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

This div background color is #B498C7.

Border color

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

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

This div border color is #B498C7.

Opacity

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

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

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

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

This text has shadow with #B498C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B498C7.

Preview

Color preview on black background

This text has color #B498C7 on black background.


Color preview on white background

This text has color #B498C7 on white background.


Black color preview on #B498C7 background

This text has black color on #B498C7 background.


White color preview on #B498C7 background

This text has white color on #B498C7 background.


Related colors

Complementary color

Complementary color for #hex is #4B6738.


I love getcolorcode.com

Triadic colors

1 #C7B498 and #98C7B4 with #B498C7 are triadic colors.

2 #C798B4 and #98B4C7 with #B498C7 are triadic colors.