COLOR #B197B7

HEX: #B197B7
RGB: (177,151,183)

Color info

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

RGB color model

#B197B7 color RGB value is (177,151,183).

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

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 183 of 255 = 72%

177
151
183

R + G + B ~ 67%. #B197B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 151 + 183 = 511 (100%)
R 177 of 511 ~ 34.64%
G 151 of 511 ~ 29.55%
B 183 of 511 ~ 35.81%

%34.64
%29.55
%35.81

CMYK color model

#B197B7 color CMYK value is (3,17,0,28).

  • cyan value is 3.28%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(3,17,0,28)
C3M17Y0K28 
(3%,17%,0%,28%)
(0.03/0.17/0.00/0.28)	

CMYK percentages

%3.28
%17.49
%0
%28.24

Codes

Color #B197B7 in popluar color models

B197B7
RGB177151183
HSL289°18.18%65.49%
HSB/HSV289°17.49%71.76%
CMYK3.28%17.49%0.00%
28.24%

Color #B197B7 in popluar number systems.

HEXB197B7
Decimal177151183
Binary101100011001011110110111
Octal261227267

Shades and tints

Shades of #B197B7

#B197B7
(177,151,183)
#A18AA7
(161,138,167)
#917D97
(145,125,151)
#817087
(129,112,135)
#716377
(113,99,119)
#615667
(97,86,103)
#514957
(81,73,87)
#413C47
(65,60,71)
#312F37
(49,47,55)
#212227
(33,34,39)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #B197B7

#B197B7
(177,151,183)
#B8A0BD
(184,160,189)
#BFA9C3
(191,169,195)
#C6B2C9
(198,178,201)
#CDBBCF
(205,187,207)
#D4C4D5
(212,196,213)
#DBCDDB
(219,205,219)
#E2D6E1
(226,214,225)
#E9DFE7
(233,223,231)
#F0E8ED
(240,232,237)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B197B7; }

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

This text font color is #B197B7.


Background Color

.myBgColor { background-color: #B197B7; }

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

This div background color is #B197B7.


Border color

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

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

This div border color is #B197B7.


Opacity

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

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

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

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

This text has shadow with #B197B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B197B7 on black background.


Color preview on white background

This text has color #B197B7 on white background.



Black color preview on #B197B7 background

This text has black color on #B197B7 background.


White color preview on #B197B7 background

This text has white color on #B197B7 background.