COLOR #B08698

HEX: #B08698
RGB: (176,134,152)

Color info

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

RGB color model

#B08698 color RGB value is (176,134,152).

  • red value is 176;
  • green value is 134;
  • blue value is 152.
RGB:
(176,134,152)
(69%,53%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 134 of 255 = 53%
B 152 of 255 = 60%

176
134
152

R + G + B ~ 61%. #B08698 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 134 + 152 = 462 (100%)
R 176 of 462 ~ 38.1%
G 134 of 462 ~ 29%
B 152 of 462 ~ 32.9%

%38.1
%29
%32.9

CMYK color model

#B08698 color CMYK value is (0,24,14,31).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 13.64%
  • key color value is 30.98%
CMYK:
(0,24,14,31)
C0M24Y14K31 
(0%,24%,14%,31%)
(0.00/0.24/0.14/0.31)	

CMYK percentages

%0
%23.86
%13.64
%30.98

Codes

Color #B08698 in popluar color models

B08698
RGB176134152
HSL334°21.00%60.78%
HSB/HSV334°23.86%69.02%
CMYK0.00%23.86%13.64%
30.98%

Color #B08698 in popluar number systems.

HEXB08698
Decimal176134152
Binary101100001000011010011000
Octal260206230

Shades and tints

Shades of #B08698

#B08698
(176,134,152)
#A07A8B
(160,122,139)
#906E7E
(144,110,126)
#806271
(128,98,113)
#705664
(112,86,100)
#604A57
(96,74,87)
#503E4A
(80,62,74)
#40323D
(64,50,61)
#302630
(48,38,48)
#201A23
(32,26,35)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #B08698

#B08698
(176,134,152)
#B791A1
(183,145,161)
#BE9CAA
(190,156,170)
#C5A7B3
(197,167,179)
#CCB2BC
(204,178,188)
#D3BDC5
(211,189,197)
#DAC8CE
(218,200,206)
#E1D3D7
(225,211,215)
#E8DEE0
(232,222,224)
#EFE9E9
(239,233,233)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08698 color. Also use rgb(176,134,152) instead hex code.

Text Font Color

.myTextColor { color: #B08698; }

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

This text font color is #B08698.


Background Color

.myBgColor { background-color: #B08698; }

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

This div background color is #B08698.


Border color

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

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

This div border color is #B08698.


Opacity

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

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

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

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

This text has shadow with #B08698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08698 on black background.


Color preview on white background

This text has color #B08698 on white background.



Black color preview on #B08698 background

This text has black color on #B08698 background.


White color preview on #B08698 background

This text has white color on #B08698 background.