COLOR #B398A9

HEX: #B398A9
RGB: (179,152,169)

Color info

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

RGB color model

#B398A9 color RGB value is (179,152,169).

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

RGB channels and saturation

R 179 of 255 = 70%
G 152 of 255 = 60%
B 169 of 255 = 66%

179
152
169

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

Portions of RGB colors in percentages

R + G + B =
179 + 152 + 169 = 500 (100%)
R 179 of 500 ~ 35.8%
G 152 of 500 ~ 30.4%
B 169 of 500 ~ 33.8%

%35.8
%30.4
%33.8

CMYK color model

#B398A9 color CMYK value is (0,15,6,30).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 5.59%
  • key color value is 29.80%
CMYK:
(0,15,6,30)
C0M15Y6K30 
(0%,15%,6%,30%)
(0.00/0.15/0.06/0.30)	

CMYK percentages

%0
%15.08
%5.59
%29.8

Codes

Color #B398A9 in popluar color models

B398A9
RGB179152169
HSL322°15.08%64.90%
HSB/HSV322°15.08%70.20%
CMYK0.00%15.08%5.59%
29.80%

Color #B398A9 in popluar number systems.

HEXB398A9
Decimal179152169
Binary101100111001100010101001
Octal263230251

Shades and tints

Shades of #B398A9

#B398A9
(179,152,169)
#A38B9A
(163,139,154)
#937E8B
(147,126,139)
#83717C
(131,113,124)
#73646D
(115,100,109)
#63575E
(99,87,94)
#534A4F
(83,74,79)
#433D40
(67,61,64)
#333031
(51,48,49)
#232322
(35,35,34)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #B398A9

#B398A9
(179,152,169)
#B9A1B0
(185,161,176)
#BFAAB7
(191,170,183)
#C5B3BE
(197,179,190)
#CBBCC5
(203,188,197)
#D1C5CC
(209,197,204)
#D7CED3
(215,206,211)
#DDD7DA
(221,215,218)
#E3E0E1
(227,224,225)
#E9E9E8
(233,233,232)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B398A9; }

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

This text font color is #B398A9.


Background Color

.myBgColor { background-color: #B398A9; }

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

This div background color is #B398A9.


Border color

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

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

This div border color is #B398A9.


Opacity

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

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

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

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

This text has shadow with #B398A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B398A9 on black background.


Color preview on white background

This text has color #B398A9 on white background.



Black color preview on #B398A9 background

This text has black color on #B398A9 background.


White color preview on #B398A9 background

This text has white color on #B398A9 background.