COLOR #B198D2

HEX: #B198D2
RGB: (177,152,210)

Color info

#B198D2 contains red, green and blue colors in about the same proportion. Web safe color of #B198D2 is #9999CC (or #99C).

RGB color model

#B198D2 color RGB value is (177,152,210).

  • red value is 177;
  • green value is 152;
  • blue value is 210.
RGB:
(177,152,210)
(69%,60%,82%)

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 210 of 255 = 82%

177
152
210

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

Portions of RGB colors in percentages

R + G + B =
177 + 152 + 210 = 539 (100%)
R 177 of 539 ~ 32.84%
G 152 of 539 ~ 28.2%
B 210 of 539 ~ 38.96%

%32.84
%28.2
%38.96

CMYK color model

#B198D2 color CMYK value is (16,28,0,18).

  • cyan value is 15.71%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(16,28,0,18)
C16M28Y0K18 
(16%,28%,0%,18%)
(0.16/0.28/0.00/0.18)	

CMYK percentages

%15.71
%27.62
%0
%17.65

Codes

Color #B198D2 in popluar color models

B198D2
RGB177152210
HSL266°39.19%70.98%
HSB/HSV266°27.62%82.35%
CMYK15.71%27.62%0.00%
17.65%

Color #B198D2 in popluar number systems.

HEXB198D2
Decimal177152210
Binary101100011001100011010010
Octal261230322

Shades and tints

Shades of #B198D2

#B198D2
(177,152,210)
#A18BBF
(161,139,191)
#917EAC
(145,126,172)
#817199
(129,113,153)
#716486
(113,100,134)
#615773
(97,87,115)
#514A60
(81,74,96)
#413D4D
(65,61,77)
#31303A
(49,48,58)
#212327
(33,35,39)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #B198D2

#B198D2
(177,152,210)
#B8A1D6
(184,161,214)
#BFAADA
(191,170,218)
#C6B3DE
(198,179,222)
#CDBCE2
(205,188,226)
#D4C5E6
(212,197,230)
#DBCEEA
(219,206,234)
#E2D7EE
(226,215,238)
#E9E0F2
(233,224,242)
#F0E9F6
(240,233,246)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B198D2 color. Also use rgb(177,152,210) instead hex code.

Text Font Color

.myTextColor { color: #B198D2; }

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

This text font color is #B198D2.


Background Color

.myBgColor { background-color: #B198D2; }

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

This div background color is #B198D2.


Border color

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

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

This div border color is #B198D2.


Opacity

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

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

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

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

This text has shadow with #B198D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B198D2 on black background.


Color preview on white background

This text has color #B198D2 on white background.



Black color preview on #B198D2 background

This text has black color on #B198D2 background.


White color preview on #B198D2 background

This text has white color on #B198D2 background.