COLOR #B6998F

HEX: #B6998F RGB: (182,153,143)

Color info

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

RGB color model

#B6998F color RGB value is (182,153,143).

RGB: (182,153,143) (71%, 60%, 56%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 143 of 255 = 56%

182
153
143

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

Portions of RGB colors in percentages

R + G + B = 182 + 153 + 143 = 478 (100%)
R 182 of 478 ~ 38.08%
G 153 of 478 ~ 32.01%
B 143 of 478 ~ 29.92'%

%38.08
%32.01
%29.92

CMYK color model

#B6998F color CMYK value is (0,16,21,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 21.43%
  • key color value is 28.63%

CMYK: (0,16,21,29)
C0M16Y21K29 (0%, 16%, 21%, 29%)
(0.00 / 0.16 / 0.21 / 0.29)

CMYK percentages

%0
%15.93
%21.43
%28.63

Codes

Color #B6998F in popluar color models

B6 99 8F
RGB 182 153 143
HSL 15° 21.08% 63.73%
HSB/HSV 15° 21.43% 71.37%
CMYK 0.00% 15.93% 21.43%
28.63%

Color #B6998F in popluar number systems.

HEX B6 99 8F
Decimal 182 153 143
Binary 10110110 10011001 10001111
Octal 266 231 217

Shades and tints

Shades of #B6998F

#B6998F
(182,153,143)
#A68C82
(166,140,130)
#967F75
(150,127,117)
#867268
(134,114,104)
#76655B
(118,101,91)
#66584E
(102,88,78)
#564B41
(86,75,65)
#463E34
(70,62,52)
#363127
(54,49,39)
#26241A
(38,36,26)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #B6998F

#B6998F
(182,153,143)
#BCA299
(188,162,153)
#C2ABA3
(194,171,163)
#C8B4AD
(200,180,173)
#CEBDB7
(206,189,183)
#D4C6C1
(212,198,193)
#DACFCB
(218,207,203)
#E0D8D5
(224,216,213)
#E6E1DF
(230,225,223)
#ECEAE9
(236,234,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6998F; }

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

This text font color is #B6998F.

Background Color

.myBgColor { background-color: #B6998F; }

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

This div background color is #B6998F.

Border color

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

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

This div border color is #B6998F.

Opacity

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

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

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

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

This text has shadow with #B6998F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6998F.

Preview

Color preview on black background

This text has color #B6998F on black background.


Color preview on white background

This text has color #B6998F on white background.


Black color preview on #B6998F background

This text has black color on #B6998F background.


White color preview on #B6998F background

This text has white color on #B6998F background.


Related colors

Complementary color

Complementary color for #hex is #496670.


I love getcolorcode.com

Triadic colors

1 #8FB699 and #998FB6 with #B6998F are triadic colors.

2 #8F99B6 and #99B68F with #B6998F are triadic colors.