COLOR #B197D9

HEX: #B197D9
RGB: (177,151,217)

Color info

#B197D9 contains mainly red and blue colors. Web safe color of #B197D9 is #9999CC (or #99C).

RGB color model

#B197D9 color RGB value is (177,151,217).

  • red value is 177;
  • green value is 151;
  • blue value is 217.
RGB:
(177,151,217)
(69%,59%,85%)

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 217 of 255 = 85%

177
151
217

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

Portions of RGB colors in percentages

R + G + B =
177 + 151 + 217 = 545 (100%)
R 177 of 545 ~ 32.48%
G 151 of 545 ~ 27.71%
B 217 of 545 ~ 39.82%

%32.48
%27.71
%39.82

CMYK color model

#B197D9 color CMYK value is (18,30,0,15).

  • cyan value is 18.43%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(18,30,0,15)
C18M30Y0K15 
(18%,30%,0%,15%)
(0.18/0.30/0.00/0.15)	

CMYK percentages

%18.43
%30.41
%0
%14.9

Codes

Color #B197D9 in popluar color models

B197D9
RGB177151217
HSL264°46.48%72.16%
HSB/HSV264°30.41%85.10%
CMYK18.43%30.41%0.00%
14.90%

Color #B197D9 in popluar number systems.

HEXB197D9
Decimal177151217
Binary101100011001011111011001
Octal261227331

Shades and tints

Shades of #B197D9

#B197D9
(177,151,217)
#A18AC6
(161,138,198)
#917DB3
(145,125,179)
#8170A0
(129,112,160)
#71638D
(113,99,141)
#61567A
(97,86,122)
#514967
(81,73,103)
#413C54
(65,60,84)
#312F41
(49,47,65)
#21222E
(33,34,46)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #B197D9

#B197D9
(177,151,217)
#B8A0DC
(184,160,220)
#BFA9DF
(191,169,223)
#C6B2E2
(198,178,226)
#CDBBE5
(205,187,229)
#D4C4E8
(212,196,232)
#DBCDEB
(219,205,235)
#E2D6EE
(226,214,238)
#E9DFF1
(233,223,241)
#F0E8F4
(240,232,244)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B197D9 color. Also use rgb(177,151,217) instead hex code.

Text Font Color

.myTextColor { color: #B197D9; }

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

This text font color is #B197D9.


Background Color

.myBgColor { background-color: #B197D9; }

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

This div background color is #B197D9.


Border color

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

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

This div border color is #B197D9.


Opacity

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

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

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

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

This text has shadow with #B197D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B197D9 on black background.


Color preview on white background

This text has color #B197D9 on white background.



Black color preview on #B197D9 background

This text has black color on #B197D9 background.


White color preview on #B197D9 background

This text has white color on #B197D9 background.