COLOR #B398A0

HEX: #B398A0
RGB: (179,152,160)

Color info

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

RGB color model

#B398A0 color RGB value is (179,152,160).

  • red value is 179;
  • green value is 152;
  • blue value is 160.
RGB:
(179,152,160)
(70%,60%,63%)

RGB channels and saturation

R 179 of 255 = 70%
G 152 of 255 = 60%
B 160 of 255 = 63%

179
152
160

R + G + B ~ 64%. #B398A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 152 + 160 = 491 (100%)
R 179 of 491 ~ 36.46%
G 152 of 491 ~ 30.96%
B 160 of 491 ~ 32.59%

%36.46
%30.96
%32.59

CMYK color model

#B398A0 color CMYK value is (0,15,11,30).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK:
(0,15,11,30)
C0M15Y11K30 
(0%,15%,11%,30%)
(0.00/0.15/0.11/0.30)	

CMYK percentages

%0
%15.08
%10.61
%29.8

Codes

Color #B398A0 in popluar color models

B398A0
RGB179152160
HSL342°15.08%64.90%
HSB/HSV342°15.08%70.20%
CMYK0.00%15.08%10.61%
29.80%

Color #B398A0 in popluar number systems.

HEXB398A0
Decimal179152160
Binary101100111001100010100000
Octal263230240

Shades and tints

Shades of #B398A0

#B398A0
(179,152,160)
#A38B92
(163,139,146)
#937E84
(147,126,132)
#837176
(131,113,118)
#736468
(115,100,104)
#63575A
(99,87,90)
#534A4C
(83,74,76)
#433D3E
(67,61,62)
#333030
(51,48,48)
#232322
(35,35,34)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #B398A0

#B398A0
(179,152,160)
#B9A1A8
(185,161,168)
#BFAAB0
(191,170,176)
#C5B3B8
(197,179,184)
#CBBCC0
(203,188,192)
#D1C5C8
(209,197,200)
#D7CED0
(215,206,208)
#DDD7D8
(221,215,216)
#E3E0E0
(227,224,224)
#E9E9E8
(233,233,232)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B398A0 color. Also use rgb(179,152,160) instead hex code.

Text Font Color

.myTextColor { color: #B398A0; }

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

This text font color is #B398A0.


Background Color

.myBgColor { background-color: #B398A0; }

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

This div background color is #B398A0.


Border color

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

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

This div border color is #B398A0.


Opacity

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

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

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

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

This text has shadow with #B398A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B398A0 on black background.


Color preview on white background

This text has color #B398A0 on white background.



Black color preview on #B398A0 background

This text has black color on #B398A0 background.


White color preview on #B398A0 background

This text has white color on #B398A0 background.