COLOR #B6998C

HEX: #B6998C
RGB: (182,153,140)

Color info

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

RGB color model

#B6998C color RGB value is (182,153,140).

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

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 140 of 255 = 55%

182
153
140

R + G + B ~ 62%. #B6998C is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 140 = 475 (100%)
R 182 of 475 ~ 38.32%
G 153 of 475 ~ 32.21%
B 140 of 475 ~ 29.47%

%38.32
%32.21
%29.47

CMYK color model

#B6998C color CMYK value is (0,16,23,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 23.08%
  • key color value is 28.63%
CMYK:
(0,16,23,29)
C0M16Y23K29 
(0%,16%,23%,29%)
(0.00/0.16/0.23/0.29)	

CMYK percentages

%0
%15.93
%23.08
%28.63

Codes

Color #B6998C in popluar color models

B6998C
RGB182153140
HSL19°22.34%63.14%
HSB/HSV19°23.08%71.37%
CMYK0.00%15.93%23.08%
28.63%

Color #B6998C in popluar number systems.

HEXB6998C
Decimal182153140
Binary101101101001100110001100
Octal266231214

Shades and tints

Shades of #B6998C

#B6998C
(182,153,140)
#A68C80
(166,140,128)
#967F74
(150,127,116)
#867268
(134,114,104)
#76655C
(118,101,92)
#665850
(102,88,80)
#564B44
(86,75,68)
#463E38
(70,62,56)
#36312C
(54,49,44)
#262420
(38,36,32)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B6998C

#B6998C
(182,153,140)
#BCA296
(188,162,150)
#C2ABA0
(194,171,160)
#C8B4AA
(200,180,170)
#CEBDB4
(206,189,180)
#D4C6BE
(212,198,190)
#DACFC8
(218,207,200)
#E0D8D2
(224,216,210)
#E6E1DC
(230,225,220)
#ECEAE6
(236,234,230)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6998C; }

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

This text font color is #B6998C.


Background Color

.myBgColor { background-color: #B6998C; }

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

This div background color is #B6998C.


Border color

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

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

This div border color is #B6998C.


Opacity

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

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

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

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

This text has shadow with #B6998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6998C on black background.


Color preview on white background

This text has color #B6998C on white background.



Black color preview on #B6998C background

This text has black color on #B6998C background.


White color preview on #B6998C background

This text has white color on #B6998C background.