COLOR #B6C1B3

HEX: #B6C1B3 RGB: (182,193,179)

Color info

#B6C1B3 contains red, green and blue colors in about the same proportion. Web safe color of #B6C1B3 is #CCCC99 (or #CC9).

RGB color model

#B6C1B3 color RGB value is (182,193,179).

RGB: (182,193,179) (71%, 76%, 70%)

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 179 of 255 = 70%

182
193
179

R + G + B ~ 72%. #B6C1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 193 + 179 = 554 (100%)
R 182 of 554 ~ 32.85%
G 193 of 554 ~ 34.84%
B 179 of 554 ~ 32.31'%

%32.85
%34.84
%32.31

CMYK color model

#B6C1B3 color CMYK value is (6,0,7,24).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 24.31%
CMYK: (6,0,7,24) C6M0Y7K24 (6%,0%,7%,24%) (0.06/0.00/0.07/0.24) 

CMYK percentages

%5.7
%0
%7.25
%24.31

Codes

Color #B6C1B3 in popluar color models

B6 C1 B3
RGB 182 193 179
HSL 107° 10.14% 72.94%
HSB/HSV 107° 7.25% 75.69%
CMYK 5.70% 0.00% 7.25%
24.31%

Color #B6C1B3 in popluar number systems.

HEX B6 C1 B3
Decimal 182 193 179
Binary 10110110 11000001 10110011
Octal 266 301 263

Shades and tints

Shades of #B6C1B3

#B6C1B3
(182,193,179)
#A6B0A3
(166,176,163)
#969F93
(150,159,147)
#868E83
(134,142,131)
#767D73
(118,125,115)
#666C63
(102,108,99)
#565B53
(86,91,83)
#464A43
(70,74,67)
#363933
(54,57,51)
#262823
(38,40,35)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6C1B3

#B6C1B3
(182,193,179)
#BCC6B9
(188,198,185)
#C2CBBF
(194,203,191)
#C8D0C5
(200,208,197)
#CED5CB
(206,213,203)
#D4DAD1
(212,218,209)
#DADFD7
(218,223,215)
#E0E4DD
(224,228,221)
#E6E9E3
(230,233,227)
#ECEEE9
(236,238,233)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C1B3 color. Also use rgb(182,193,179) instead hex code.

Text Font Color

.myTextColor { color: #B6C1B3; }

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

This text font color is #B6C1B3.

Background Color

.myBgColor { background-color: #B6C1B3; }

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

This div background color is #B6C1B3.

Border color

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

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

This div border color is #B6C1B3.

Opacity

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

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

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

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

This text has shadow with #B6C1B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C1B3.

Preview

Color preview on black background

This text has color #B6C1B3 on black background.


Color preview on white background

This text has color #B6C1B3 on white background.


Black color preview on #B6C1B3 background

This text has black color on #B6C1B3 background.


White color preview on #B6C1B3 background

This text has white color on #B6C1B3 background.


Related colors

Complementary color

Complementary color for #hex is #493E4C.


I love getcolorcode.com

Triadic colors

1 #B3B6C1 and #C1B3B6 with #B6C1B3 are triadic colors.

2 #B3C1B6 and #C1B6B3 with #B6C1B3 are triadic colors.