COLOR #B6999C

HEX: #B6999C
RGB: (182,153,156)

Color info

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

RGB color model

#B6999C color RGB value is (182,153,156).

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

RGB channels and saturation

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

182
153
156

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

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 156 = 491 (100%)
R 182 of 491 ~ 37.07%
G 153 of 491 ~ 31.16%
B 156 of 491 ~ 31.77%

%37.07
%31.16
%31.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 14.29%
  • 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
%14.29
%28.63

Codes

Color #B6999C in popluar color models

B6999C
RGB182153156
HSL354°16.57%65.69%
HSB/HSV354°15.93%71.37%
CMYK0.00%15.93%14.29%
28.63%

Color #B6999C in popluar number systems.

HEXB6999C
Decimal182153156
Binary101101101001100110011100
Octal266231234

Shades and tints

Shades of #B6999C

#B6999C
(182,153,156)
#A68C8E
(166,140,142)
#967F80
(150,127,128)
#867272
(134,114,114)
#766564
(118,101,100)
#665856
(102,88,86)
#564B48
(86,75,72)
#463E3A
(70,62,58)
#36312C
(54,49,44)
#26241E
(38,36,30)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #B6999C

#B6999C
(182,153,156)
#BCA2A5
(188,162,165)
#C2ABAE
(194,171,174)
#C8B4B7
(200,180,183)
#CEBDC0
(206,189,192)
#D4C6C9
(212,198,201)
#DACFD2
(218,207,210)
#E0D8DB
(224,216,219)
#E6E1E4
(230,225,228)
#ECEAED
(236,234,237)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6999C; }

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

This text font color is #B6999C.


Background Color

.myBgColor { background-color: #B6999C; }

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

This div background color is #B6999C.


Border color

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

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

This div border color is #B6999C.


Opacity

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

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

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

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

This text has shadow with #B6999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6999C on black background.


Color preview on white background

This text has color #B6999C on white background.



Black color preview on #B6999C background

This text has black color on #B6999C background.


White color preview on #B6999C background

This text has white color on #B6999C background.