COLOR #B6999F

HEX: #B6999F
RGB: (182,153,159)

Color info

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

RGB color model

#B6999F color RGB value is (182,153,159).

  • red value is 182;
  • green value is 153;
  • blue value is 159.
RGB:
(182,153,159)
(71%,60%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 159 of 255 = 62%

182
153
159

R + G + B ~ 64%. #B6999F is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 159 = 494 (100%)
R 182 of 494 ~ 36.84%
G 153 of 494 ~ 30.97%
B 159 of 494 ~ 32.19%

%36.84
%30.97
%32.19

CMYK color model

#B6999F color CMYK value is (0,16,13,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 12.64%
  • key color value is 28.63%
CMYK:
(0,16,13,29)
C0M16Y13K29 
(0%,16%,13%,29%)
(0.00/0.16/0.13/0.29)	

CMYK percentages

%0
%15.93
%12.64
%28.63

Codes

Color #B6999F in popluar color models

B6999F
RGB182153159
HSL348°16.57%65.69%
HSB/HSV348°15.93%71.37%
CMYK0.00%15.93%12.64%
28.63%

Color #B6999F in popluar number systems.

HEXB6999F
Decimal182153159
Binary101101101001100110011111
Octal266231237

Shades and tints

Shades of #B6999F

#B6999F
(182,153,159)
#A68C91
(166,140,145)
#967F83
(150,127,131)
#867275
(134,114,117)
#766567
(118,101,103)
#665859
(102,88,89)
#564B4B
(86,75,75)
#463E3D
(70,62,61)
#36312F
(54,49,47)
#262421
(38,36,33)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6999F

#B6999F
(182,153,159)
#BCA2A7
(188,162,167)
#C2ABAF
(194,171,175)
#C8B4B7
(200,180,183)
#CEBDBF
(206,189,191)
#D4C6C7
(212,198,199)
#DACFCF
(218,207,207)
#E0D8D7
(224,216,215)
#E6E1DF
(230,225,223)
#ECEAE7
(236,234,231)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6999F color. Also use rgb(182,153,159) instead hex code.

Text Font Color

.myTextColor { color: #B6999F; }

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

This text font color is #B6999F.


Background Color

.myBgColor { background-color: #B6999F; }

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

This div background color is #B6999F.


Border color

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

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

This div border color is #B6999F.


Opacity

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

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

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

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

This text has shadow with #B6999F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6999F on black background.


Color preview on white background

This text has color #B6999F on white background.



Black color preview on #B6999F background

This text has black color on #B6999F background.


White color preview on #B6999F background

This text has white color on #B6999F background.