COLOR #B097AC

HEX: #B097AC
RGB: (176,151,172)

Color info

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

RGB color model

#B097AC color RGB value is (176,151,172).

  • red value is 176;
  • green value is 151;
  • blue value is 172.
RGB:
(176,151,172)
(69%,59%,67%)

RGB channels and saturation

R 176 of 255 = 69%
G 151 of 255 = 59%
B 172 of 255 = 67%

176
151
172

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

Portions of RGB colors in percentages

R + G + B =
176 + 151 + 172 = 499 (100%)
R 176 of 499 ~ 35.27%
G 151 of 499 ~ 30.26%
B 172 of 499 ~ 34.47%

%35.27
%30.26
%34.47

CMYK color model

#B097AC color CMYK value is (0,14,2,31).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 2.27%
  • key color value is 30.98%
CMYK:
(0,14,2,31)
C0M14Y2K31 
(0%,14%,2%,31%)
(0.00/0.14/0.02/0.31)	

CMYK percentages

%0
%14.2
%2.27
%30.98

Codes

Color #B097AC in popluar color models

B097AC
RGB176151172
HSL310°13.66%64.12%
HSB/HSV310°14.20%69.02%
CMYK0.00%14.20%2.27%
30.98%

Color #B097AC in popluar number systems.

HEXB097AC
Decimal176151172
Binary101100001001011110101100
Octal260227254

Shades and tints

Shades of #B097AC

#B097AC
(176,151,172)
#A08A9D
(160,138,157)
#907D8E
(144,125,142)
#80707F
(128,112,127)
#706370
(112,99,112)
#605661
(96,86,97)
#504952
(80,73,82)
#403C43
(64,60,67)
#302F34
(48,47,52)
#202225
(32,34,37)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #B097AC

#B097AC
(176,151,172)
#B7A0B3
(183,160,179)
#BEA9BA
(190,169,186)
#C5B2C1
(197,178,193)
#CCBBC8
(204,187,200)
#D3C4CF
(211,196,207)
#DACDD6
(218,205,214)
#E1D6DD
(225,214,221)
#E8DFE4
(232,223,228)
#EFE8EB
(239,232,235)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B097AC color. Also use rgb(176,151,172) instead hex code.

Text Font Color

.myTextColor { color: #B097AC; }

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

This text font color is #B097AC.


Background Color

.myBgColor { background-color: #B097AC; }

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

This div background color is #B097AC.


Border color

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

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

This div border color is #B097AC.


Opacity

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

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

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

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

This text has shadow with #B097AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B097AC on black background.


Color preview on white background

This text has color #B097AC on white background.



Black color preview on #B097AC background

This text has black color on #B097AC background.


White color preview on #B097AC background

This text has white color on #B097AC background.