COLOR #B6C5B5

HEX: #B6C5B5
RGB: (182,197,181)

Color info

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

RGB color model

#B6C5B5 color RGB value is (182,197,181).

  • red value is 182;
  • green value is 197;
  • blue value is 181.
RGB:
(182,197,181)
(71%,77%,71%)

RGB channels and saturation

R 182 of 255 = 71%
G 197 of 255 = 77%
B 181 of 255 = 71%

182
197
181

R + G + B ~ 73%. #B6C5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 197 + 181 = 560 (100%)
R 182 of 560 ~ 32.5%
G 197 of 560 ~ 35.18%
B 181 of 560 ~ 32.32%

%32.5
%35.18
%32.32

CMYK color model

#B6C5B5 color CMYK value is (8,0,8,23).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(8,0,8,23)
C8M0Y8K23 
(8%,0%,8%,23%)
(0.08/0.00/0.08/0.23)	

CMYK percentages

%7.61
%0
%8.12
%22.75

Codes

Color #B6C5B5 in popluar color models

B6C5B5
RGB182197181
HSL116°12.12%74.12%
HSB/HSV116°8.12%77.25%
CMYK7.61%0.00%8.12%
22.75%

Color #B6C5B5 in popluar number systems.

HEXB6C5B5
Decimal182197181
Binary101101101100010110110101
Octal266305265

Shades and tints

Shades of #B6C5B5

#B6C5B5
(182,197,181)
#A6B4A5
(166,180,165)
#96A395
(150,163,149)
#869285
(134,146,133)
#768175
(118,129,117)
#667065
(102,112,101)
#565F55
(86,95,85)
#464E45
(70,78,69)
#363D35
(54,61,53)
#262C25
(38,44,37)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #B6C5B5

#B6C5B5
(182,197,181)
#BCCABB
(188,202,187)
#C2CFC1
(194,207,193)
#C8D4C7
(200,212,199)
#CED9CD
(206,217,205)
#D4DED3
(212,222,211)
#DAE3D9
(218,227,217)
#E0E8DF
(224,232,223)
#E6EDE5
(230,237,229)
#ECF2EB
(236,242,235)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C5B5 color. Also use rgb(182,197,181) instead hex code.

Text Font Color

.myTextColor { color: #B6C5B5; }

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

This text font color is #B6C5B5.


Background Color

.myBgColor { background-color: #B6C5B5; }

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

This div background color is #B6C5B5.


Border color

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

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

This div border color is #B6C5B5.


Opacity

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

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

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

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

This text has shadow with #B6C5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C5B5 on black background.


Color preview on white background

This text has color #B6C5B5 on white background.



Black color preview on #B6C5B5 background

This text has black color on #B6C5B5 background.


White color preview on #B6C5B5 background

This text has white color on #B6C5B5 background.