COLOR #B397AF

HEX: #B397AF RGB: (179,151,175)

Color info

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

RGB color model

#B397AF color RGB value is (179,151,175).

RGB: (179,151,175) (70%, 59%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 175 of 255 = 69%

179
151
175

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

Portions of RGB colors in percentages

R + G + B = 179 + 151 + 175 = 505 (100%)
R 179 of 505 ~ 35.45%
G 151 of 505 ~ 29.9%
B 175 of 505 ~ 34.65'%

%35.45
%29.9
%34.65

CMYK color model

#B397AF color CMYK value is (0,16,2,30).

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

CMYK: (0,16,2,30)
C0M16Y2K30 (0%, 16%, 2%, 30%)
(0.00 / 0.16 / 0.02 / 0.30)

CMYK percentages

%0
%15.64
%2.23
%29.8

Codes

Color #B397AF in popluar color models

B3 97 AF
RGB 179 151 175
HSL 309° 15.56% 64.71%
HSB/HSV 309° 15.64% 70.20%
CMYK 0.00% 15.64% 2.23%
29.80%

Color #B397AF in popluar number systems.

HEX B3 97 AF
Decimal 179 151 175
Binary 10110011 10010111 10101111
Octal 263 227 257

Shades and tints

Shades of #B397AF

#B397AF
(179,151,175)
#A38AA0
(163,138,160)
#937D91
(147,125,145)
#837082
(131,112,130)
#736373
(115,99,115)
#635664
(99,86,100)
#534955
(83,73,85)
#433C46
(67,60,70)
#332F37
(51,47,55)
#232228
(35,34,40)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #B397AF

#B397AF
(179,151,175)
#B9A0B6
(185,160,182)
#BFA9BD
(191,169,189)
#C5B2C4
(197,178,196)
#CBBBCB
(203,187,203)
#D1C4D2
(209,196,210)
#D7CDD9
(215,205,217)
#DDD6E0
(221,214,224)
#E3DFE7
(227,223,231)
#E9E8EE
(233,232,238)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B397AF; }

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

This text font color is #B397AF.

Background Color

.myBgColor { background-color: #B397AF; }

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

This div background color is #B397AF.

Border color

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

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

This div border color is #B397AF.

Opacity

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

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

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

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

This text has shadow with #B397AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B397AF.

Preview

Color preview on black background

This text has color #B397AF on black background.


Color preview on white background

This text has color #B397AF on white background.


Black color preview on #B397AF background

This text has black color on #B397AF background.


White color preview on #B397AF background

This text has white color on #B397AF background.


Related colors

Complementary color

Complementary color for #hex is #4C6850.


I love getcolorcode.com

Triadic colors

1 #AFB397 and #97AFB3 with #B397AF are triadic colors.

2 #AF97B3 and #97B3AF with #B397AF are triadic colors.