COLOR #B399AF

HEX: #B399AF RGB: (179,153,175)

Color info

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

RGB color model

#B399AF color RGB value is (179,153,175).

RGB: (179,153,175) (70%, 60%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 175 of 255 = 69%

179
153
175

R + G + B ~ 66%. #B399AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 153 + 175 = 507 (100%)
R 179 of 507 ~ 35.31%
G 153 of 507 ~ 30.18%
B 175 of 507 ~ 34.52'%

%35.31
%30.18
%34.52

CMYK color model

#B399AF color CMYK value is (0,15,2,30).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 2.23%
  • key color value is 29.80%

CMYK: (0,15,2,30)
C0M15Y2K30 (0%, 15%, 2%, 30%)
(0.00 / 0.15 / 0.02 / 0.30)

CMYK percentages

%0
%14.53
%2.23
%29.8

Codes

Color #B399AF in popluar color models

B3 99 AF
RGB 179 153 175
HSL 309° 14.61% 65.10%
HSB/HSV 309° 14.53% 70.20%
CMYK 0.00% 14.53% 2.23%
29.80%

Color #B399AF in popluar number systems.

HEX B3 99 AF
Decimal 179 153 175
Binary 10110011 10011001 10101111
Octal 263 231 257

Shades and tints

Shades of #B399AF

#B399AF
(179,153,175)
#A38CA0
(163,140,160)
#937F91
(147,127,145)
#837282
(131,114,130)
#736573
(115,101,115)
#635864
(99,88,100)
#534B55
(83,75,85)
#433E46
(67,62,70)
#333137
(51,49,55)
#232428
(35,36,40)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #B399AF

#B399AF
(179,153,175)
#B9A2B6
(185,162,182)
#BFABBD
(191,171,189)
#C5B4C4
(197,180,196)
#CBBDCB
(203,189,203)
#D1C6D2
(209,198,210)
#D7CFD9
(215,207,217)
#DDD8E0
(221,216,224)
#E3E1E7
(227,225,231)
#E9EAEE
(233,234,238)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B399AF; }

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

This text font color is #B399AF.

Background Color

.myBgColor { background-color: #B399AF; }

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

This div background color is #B399AF.

Border color

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

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

This div border color is #B399AF.

Opacity

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

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

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

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

This text has shadow with #B399AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B399AF.

Preview

Color preview on black background

This text has color #B399AF on black background.


Color preview on white background

This text has color #B399AF on white background.


Black color preview on #B399AF background

This text has black color on #B399AF background.


White color preview on #B399AF background

This text has white color on #B399AF background.


Related colors

Complementary color

Complementary color for #hex is #4C6650.


I love getcolorcode.com

Triadic colors

1 #AFB399 and #99AFB3 with #B399AF are triadic colors.

2 #AF99B3 and #99B3AF with #B399AF are triadic colors.