COLOR #B6999B

HEX: #B6999B
RGB: (182,153,155)

Color info

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

RGB color model

#B6999B color RGB value is (182,153,155).

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

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 155 of 255 = 61%

182
153
155

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

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 155 = 490 (100%)
R 182 of 490 ~ 37.14%
G 153 of 490 ~ 31.22%
B 155 of 490 ~ 31.63%

%37.14
%31.22
%31.63

CMYK color model

#B6999B color CMYK value is (0,16,15,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(0,16,15,29)
C0M16Y15K29 
(0%,16%,15%,29%)
(0.00/0.16/0.15/0.29)	

CMYK percentages

%0
%15.93
%14.84
%28.63

Codes

Color #B6999B in popluar color models

B6999B
RGB182153155
HSL356°16.57%65.69%
HSB/HSV356°15.93%71.37%
CMYK0.00%15.93%14.84%
28.63%

Color #B6999B in popluar number systems.

HEXB6999B
Decimal182153155
Binary101101101001100110011011
Octal266231233

Shades and tints

Shades of #B6999B

#B6999B
(182,153,155)
#A68C8D
(166,140,141)
#967F7F
(150,127,127)
#867271
(134,114,113)
#766563
(118,101,99)
#665855
(102,88,85)
#564B47
(86,75,71)
#463E39
(70,62,57)
#36312B
(54,49,43)
#26241D
(38,36,29)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #B6999B

#B6999B
(182,153,155)
#BCA2A4
(188,162,164)
#C2ABAD
(194,171,173)
#C8B4B6
(200,180,182)
#CEBDBF
(206,189,191)
#D4C6C8
(212,198,200)
#DACFD1
(218,207,209)
#E0D8DA
(224,216,218)
#E6E1E3
(230,225,227)
#ECEAEC
(236,234,236)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6999B; }

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

This text font color is #B6999B.


Background Color

.myBgColor { background-color: #B6999B; }

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

This div background color is #B6999B.


Border color

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

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

This div border color is #B6999B.


Opacity

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

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

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

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

This text has shadow with #B6999B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6999B on black background.


Color preview on white background

This text has color #B6999B on white background.



Black color preview on #B6999B background

This text has black color on #B6999B background.


White color preview on #B6999B background

This text has white color on #B6999B background.