COLOR #B08699

HEX: #B08699 RGB: (176,134,153)

Color info

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

RGB color model

#B08699 color RGB value is (176,134,153).

RGB: (176,134,153) (69%, 53%, 60%)

RGB channels and saturation

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

176
134
153

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

Portions of RGB colors in percentages

R + G + B = 176 + 134 + 153 = 463 (100%)
R 176 of 463 ~ 38.01%
G 134 of 463 ~ 28.94%
B 153 of 463 ~ 33.05'%

%38.01
%28.94
%33.05

CMYK color model

#B08699 color CMYK value is (0,24,13,31).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 13.07%
  • key color value is 30.98%

CMYK: (0,24,13,31)
C0M24Y13K31 (0%, 24%, 13%, 31%)
(0.00 / 0.24 / 0.13 / 0.31)

CMYK percentages

%0
%23.86
%13.07
%30.98

Codes

Color #B08699 in popluar color models

B0 86 99
RGB 176 134 153
HSL 333° 21.00% 60.78%
HSB/HSV 333° 23.86% 69.02%
CMYK 0.00% 23.86% 13.07%
30.98%

Color #B08699 in popluar number systems.

HEX B0 86 99
Decimal 176 134 153
Binary 10110000 10000110 10011001
Octal 260 206 231

Shades and tints

Shades of #B08699

#B08699
(176,134,153)
#A07A8C
(160,122,140)
#906E7F
(144,110,127)
#806272
(128,98,114)
#705665
(112,86,101)
#604A58
(96,74,88)
#503E4B
(80,62,75)
#40323E
(64,50,62)
#302631
(48,38,49)
#201A24
(32,26,36)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #B08699

#B08699
(176,134,153)
#B791A2
(183,145,162)
#BE9CAB
(190,156,171)
#C5A7B4
(197,167,180)
#CCB2BD
(204,178,189)
#D3BDC6
(211,189,198)
#DAC8CF
(218,200,207)
#E1D3D8
(225,211,216)
#E8DEE1
(232,222,225)
#EFE9EA
(239,233,234)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08699; }

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

This text font color is #B08699.

Background Color

.myBgColor { background-color: #B08699; }

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

This div background color is #B08699.

Border color

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

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

This div border color is #B08699.

Opacity

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

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

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

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

This text has shadow with #B08699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08699.

Preview

Color preview on black background

This text has color #B08699 on black background.


Color preview on white background

This text has color #B08699 on white background.


Black color preview on #B08699 background

This text has black color on #B08699 background.


White color preview on #B08699 background

This text has white color on #B08699 background.


Related colors

Complementary color

Complementary color for #hex is #4F7966.


I love getcolorcode.com

Triadic colors

1 #99B086 and #8699B0 with #B08699 are triadic colors.

2 #9986B0 and #86B099 with #B08699 are triadic colors.