COLOR #B198A5

HEX: #B198A5
RGB: (177,152,165)

Color info

#B198A5 contains red, green and blue colors in about the same proportion. Web safe color of #B198A5 is #999999 (or #999).

RGB color model

#B198A5 color RGB value is (177,152,165).

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

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 165 of 255 = 65%

177
152
165

R + G + B ~ 65%. #B198A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 152 + 165 = 494 (100%)
R 177 of 494 ~ 35.83%
G 152 of 494 ~ 30.77%
B 165 of 494 ~ 33.4%

%35.83
%30.77
%33.4

CMYK color model

#B198A5 color CMYK value is (0,14,7,31).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 6.78%
  • key color value is 30.59%
CMYK:
(0,14,7,31)
C0M14Y7K31 
(0%,14%,7%,31%)
(0.00/0.14/0.07/0.31)	

CMYK percentages

%0
%14.12
%6.78
%30.59

Codes

Color #B198A5 in popluar color models

B198A5
RGB177152165
HSL329°13.81%64.51%
HSB/HSV329°14.12%69.41%
CMYK0.00%14.12%6.78%
30.59%

Color #B198A5 in popluar number systems.

HEXB198A5
Decimal177152165
Binary101100011001100010100101
Octal261230245

Shades and tints

Shades of #B198A5

#B198A5
(177,152,165)
#A18B96
(161,139,150)
#917E87
(145,126,135)
#817178
(129,113,120)
#716469
(113,100,105)
#61575A
(97,87,90)
#514A4B
(81,74,75)
#413D3C
(65,61,60)
#31302D
(49,48,45)
#21231E
(33,35,30)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #B198A5

#B198A5
(177,152,165)
#B8A1AD
(184,161,173)
#BFAAB5
(191,170,181)
#C6B3BD
(198,179,189)
#CDBCC5
(205,188,197)
#D4C5CD
(212,197,205)
#DBCED5
(219,206,213)
#E2D7DD
(226,215,221)
#E9E0E5
(233,224,229)
#F0E9ED
(240,233,237)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B198A5; }

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

This text font color is #B198A5.


Background Color

.myBgColor { background-color: #B198A5; }

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

This div background color is #B198A5.


Border color

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

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

This div border color is #B198A5.


Opacity

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

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

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

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

This text has shadow with #B198A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B198A5 on black background.


Color preview on white background

This text has color #B198A5 on white background.



Black color preview on #B198A5 background

This text has black color on #B198A5 background.


White color preview on #B198A5 background

This text has white color on #B198A5 background.