COLOR #B399A3

HEX: #B399A3
RGB: (179,153,163)

Color info

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

RGB color model

#B399A3 color RGB value is (179,153,163).

  • red value is 179;
  • green value is 153;
  • blue value is 163.
RGB:
(179,153,163)
(70%,60%,64%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 163 of 255 = 64%

179
153
163

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

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 163 = 495 (100%)
R 179 of 495 ~ 36.16%
G 153 of 495 ~ 30.91%
B 163 of 495 ~ 32.93%

%36.16
%30.91
%32.93

CMYK color model

#B399A3 color CMYK value is (0,15,9,30).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 8.94%
  • key color value is 29.80%
CMYK:
(0,15,9,30)
C0M15Y9K30 
(0%,15%,9%,30%)
(0.00/0.15/0.09/0.30)	

CMYK percentages

%0
%14.53
%8.94
%29.8

Codes

Color #B399A3 in popluar color models

B399A3
RGB179153163
HSL337°14.61%65.10%
HSB/HSV337°14.53%70.20%
CMYK0.00%14.53%8.94%
29.80%

Color #B399A3 in popluar number systems.

HEXB399A3
Decimal179153163
Binary101100111001100110100011
Octal263231243

Shades and tints

Shades of #B399A3

#B399A3
(179,153,163)
#A38C95
(163,140,149)
#937F87
(147,127,135)
#837279
(131,114,121)
#73656B
(115,101,107)
#63585D
(99,88,93)
#534B4F
(83,75,79)
#433E41
(67,62,65)
#333133
(51,49,51)
#232425
(35,36,37)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #B399A3

#B399A3
(179,153,163)
#B9A2AB
(185,162,171)
#BFABB3
(191,171,179)
#C5B4BB
(197,180,187)
#CBBDC3
(203,189,195)
#D1C6CB
(209,198,203)
#D7CFD3
(215,207,211)
#DDD8DB
(221,216,219)
#E3E1E3
(227,225,227)
#E9EAEB
(233,234,235)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B399A3 color. Also use rgb(179,153,163) instead hex code.

Text Font Color

.myTextColor { color: #B399A3; }

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

This text font color is #B399A3.


Background Color

.myBgColor { background-color: #B399A3; }

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

This div background color is #B399A3.


Border color

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

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

This div border color is #B399A3.


Opacity

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

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

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

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

This text has shadow with #B399A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B399A3 on black background.


Color preview on white background

This text has color #B399A3 on white background.



Black color preview on #B399A3 background

This text has black color on #B399A3 background.


White color preview on #B399A3 background

This text has white color on #B399A3 background.