COLOR #B08799

HEX: #B08799
RGB: (176,135,153)

Color info

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

RGB color model

#B08799 color RGB value is (176,135,153).

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

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 153 of 255 = 60%

176
135
153

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

Portions of RGB colors in percentages

R + G + B =
176 + 135 + 153 = 464 (100%)
R 176 of 464 ~ 37.93%
G 135 of 464 ~ 29.09%
B 153 of 464 ~ 32.97%

%37.93
%29.09
%32.97

CMYK color model

#B08799 color CMYK value is (0,23,13,31).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 13.07%
  • key color value is 30.98%
CMYK: (0,23,13,31) C0M23Y13K31 (0%,23%,13%,31%) (0.00/0.23/0.13/0.31)

CMYK percentages

%0
%23.3
%13.07
%30.98

Codes

Color #B08799 in popluar color models

B08799
RGB176135153
HSL334°20.60%60.98%
HSB/HSV334°23.30%69.02%
CMYK0.00%23.30%13.07%
30.98%

Color #B08799 in popluar number systems.

HEXB08799
Decimal176135153
Binary101100001000011110011001
Octal260207231

Shades and tints

Shades of #B08799

#B08799
(176,135,153)
#A07B8C
(160,123,140)
#906F7F
(144,111,127)
#806372
(128,99,114)
#705765
(112,87,101)
#604B58
(96,75,88)
#503F4B
(80,63,75)
#40333E
(64,51,62)
#302731
(48,39,49)
#201B24
(32,27,36)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #B08799

#B08799
(176,135,153)
#B791A2
(183,145,162)
#BE9BAB
(190,155,171)
#C5A5B4
(197,165,180)
#CCAFBD
(204,175,189)
#D3B9C6
(211,185,198)
#DAC3CF
(218,195,207)
#E1CDD8
(225,205,216)
#E8D7E1
(232,215,225)
#EFE1EA
(239,225,234)
#F6EBF3
(246,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08799 color. Also use rgb(176,135,153) instead hex code.

Text Font Color

.myTextColor { color: #B08799; }

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

This text font color is #B08799.


Background Color

.myBgColor { background-color: #B08799; }

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

This div background color is #B08799.


Border color

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

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

This div border color is #B08799.


Opacity

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

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

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

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

This text has shadow with #B08799 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B08799 on black background.


Color preview on white background

This text has color #B08799 on white background.



Black color preview on #B08799 background

This text has black color on #B08799 background.


White color preview on #B08799 background

This text has white color on #B08799 background.