COLOR #B997AF

HEX: #B997AF RGB: (185,151,175)

Color info

#B997AF contains red, green and blue colors in about the same proportion. Web safe color of #B997AF is #CC9999 (or #C99).

RGB color model

#B997AF color RGB value is (185,151,175).

RGB: (185,151,175) (73%, 59%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 175 of 255 = 69%

185
151
175

R + G + B ~ 67%. #B997AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 151 + 175 = 511 (100%)
R 185 of 511 ~ 36.2%
G 151 of 511 ~ 29.55%
B 175 of 511 ~ 34.25'%

%36.2
%29.55
%34.25

CMYK color model

#B997AF color CMYK value is (0,18,5,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 5.41%
  • key color value is 27.45%

CMYK: (0,18,5,27)
C0M18Y5K27 (0%, 18%, 5%, 27%)
(0.00 / 0.18 / 0.05 / 0.27)

CMYK percentages

%0
%18.38
%5.41
%27.45

Codes

Color #B997AF in popluar color models

B9 97 AF
RGB 185 151 175
HSL 318° 19.54% 65.88%
HSB/HSV 318° 18.38% 72.55%
CMYK 0.00% 18.38% 5.41%
27.45%

Color #B997AF in popluar number systems.

HEX B9 97 AF
Decimal 185 151 175
Binary 10111001 10010111 10101111
Octal 271 227 257

Shades and tints

Shades of #B997AF

#B997AF
(185,151,175)
#A98AA0
(169,138,160)
#997D91
(153,125,145)
#897082
(137,112,130)
#796373
(121,99,115)
#695664
(105,86,100)
#594955
(89,73,85)
#493C46
(73,60,70)
#392F37
(57,47,55)
#292228
(41,34,40)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #B997AF

#B997AF
(185,151,175)
#BFA0B6
(191,160,182)
#C5A9BD
(197,169,189)
#CBB2C4
(203,178,196)
#D1BBCB
(209,187,203)
#D7C4D2
(215,196,210)
#DDCDD9
(221,205,217)
#E3D6E0
(227,214,224)
#E9DFE7
(233,223,231)
#EFE8EE
(239,232,238)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B997AF; }

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

This text font color is #B997AF.

Background Color

.myBgColor { background-color: #B997AF; }

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

This div background color is #B997AF.

Border color

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

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

This div border color is #B997AF.

Opacity

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

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

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

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

This text has shadow with #B997AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B997AF.

Preview

Color preview on black background

This text has color #B997AF on black background.


Color preview on white background

This text has color #B997AF on white background.


Black color preview on #B997AF background

This text has black color on #B997AF background.


White color preview on #B997AF background

This text has white color on #B997AF background.


Related colors

Complementary color

Complementary color for #hex is #466850.


I love getcolorcode.com

Triadic colors

1 #AFB997 and #97AFB9 with #B997AF are triadic colors.

2 #AF97B9 and #97B9AF with #B997AF are triadic colors.