COLOR #B6C4BB

HEX: #B6C4BB RGB: (182,196,187)

Color info

#B6C4BB contains red, green and blue colors in about the same proportion. Web safe color of #B6C4BB is #CCCCCC (or #CCC).

RGB color model

#B6C4BB color RGB value is (182,196,187).

RGB: (182,196,187) (71%, 77%, 73%)

RGB channels and saturation

R 182 of 255 = 71%
G 196 of 255 = 77%
B 187 of 255 = 73%

182
196
187

R + G + B ~ 74%. #B6C4BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 196 + 187 = 565 (100%)
R 182 of 565 ~ 32.21%
G 196 of 565 ~ 34.69%
B 187 of 565 ~ 33.1'%

%32.21
%34.69
%33.1

CMYK color model

#B6C4BB color CMYK value is (7,0,5,23).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 23.14%

CMYK: (7,0,5,23)
C7M0Y5K23 (7%, 0%, 5%, 23%)
(0.07 / 0.00 / 0.05 / 0.23)

CMYK percentages

%7.14
%0
%4.59
%23.14

Codes

Color #B6C4BB in popluar color models

B6 C4 BB
RGB 182 196 187
HSL 141° 10.61% 74.12%
HSB/HSV 141° 7.14% 76.86%
CMYK 7.14% 0.00% 4.59%
23.14%

Color #B6C4BB in popluar number systems.

HEX B6 C4 BB
Decimal 182 196 187
Binary 10110110 11000100 10111011
Octal 266 304 273

Shades and tints

Shades of #B6C4BB

#B6C4BB
(182,196,187)
#A6B3AA
(166,179,170)
#96A299
(150,162,153)
#869188
(134,145,136)
#768077
(118,128,119)
#666F66
(102,111,102)
#565E55
(86,94,85)
#464D44
(70,77,68)
#363C33
(54,60,51)
#262B22
(38,43,34)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #B6C4BB

#B6C4BB
(182,196,187)
#BCC9C1
(188,201,193)
#C2CEC7
(194,206,199)
#C8D3CD
(200,211,205)
#CED8D3
(206,216,211)
#D4DDD9
(212,221,217)
#DAE2DF
(218,226,223)
#E0E7E5
(224,231,229)
#E6ECEB
(230,236,235)
#ECF1F1
(236,241,241)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C4BB color. Also use rgb(182,196,187) instead hex code.

Text Font Color

.myTextColor { color: #B6C4BB; }

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

This text font color is #B6C4BB.

Background Color

.myBgColor { background-color: #B6C4BB; }

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

This div background color is #B6C4BB.

Border color

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

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

This div border color is #B6C4BB.

Opacity

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

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

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

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

This text has shadow with #B6C4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C4BB.

Preview

Color preview on black background

This text has color #B6C4BB on black background.


Color preview on white background

This text has color #B6C4BB on white background.


Black color preview on #B6C4BB background

This text has black color on #B6C4BB background.


White color preview on #B6C4BB background

This text has white color on #B6C4BB background.


Related colors

Complementary color

Complementary color for #hex is #493B44.


I love getcolorcode.com

Triadic colors

1 #BBB6C4 and #C4BBB6 with #B6C4BB are triadic colors.

2 #BBC4B6 and #C4B6BB with #B6C4BB are triadic colors.