COLOR #B6999D

HEX: #B6999D
RGB: (182,153,157)

Color info

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

RGB color model

#B6999D color RGB value is (182,153,157).

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

RGB channels and saturation

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

182
153
157

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

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 157 = 492 (100%)
R 182 of 492 ~ 36.99%
G 153 of 492 ~ 31.1%
B 157 of 492 ~ 31.91%

%36.99
%31.1
%31.91

CMYK color model

#B6999D color CMYK value is (0,16,14,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(0,16,14,29)
C0M16Y14K29 
(0%,16%,14%,29%)
(0.00/0.16/0.14/0.29)	

CMYK percentages

%0
%15.93
%13.74
%28.63

Codes

Color #B6999D in popluar color models

B6999D
RGB182153157
HSL352°16.57%65.69%
HSB/HSV352°15.93%71.37%
CMYK0.00%15.93%13.74%
28.63%

Color #B6999D in popluar number systems.

HEXB6999D
Decimal182153157
Binary101101101001100110011101
Octal266231235

Shades and tints

Shades of #B6999D

#B6999D
(182,153,157)
#A68C8F
(166,140,143)
#967F81
(150,127,129)
#867273
(134,114,115)
#766565
(118,101,101)
#665857
(102,88,87)
#564B49
(86,75,73)
#463E3B
(70,62,59)
#36312D
(54,49,45)
#26241F
(38,36,31)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #B6999D

#B6999D
(182,153,157)
#BCA2A5
(188,162,165)
#C2ABAD
(194,171,173)
#C8B4B5
(200,180,181)
#CEBDBD
(206,189,189)
#D4C6C5
(212,198,197)
#DACFCD
(218,207,205)
#E0D8D5
(224,216,213)
#E6E1DD
(230,225,221)
#ECEAE5
(236,234,229)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6999D; }

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

This text font color is #B6999D.


Background Color

.myBgColor { background-color: #B6999D; }

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

This div background color is #B6999D.


Border color

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

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

This div border color is #B6999D.


Opacity

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

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

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

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

This text has shadow with #B6999D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6999D on black background.


Color preview on white background

This text has color #B6999D on white background.



Black color preview on #B6999D background

This text has black color on #B6999D background.


White color preview on #B6999D background

This text has white color on #B6999D background.