COLOR #B6C8B4

HEX: #B6C8B4
RGB: (182,200,180)

Color info

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

RGB color model

#B6C8B4 color RGB value is (182,200,180).

  • red value is 182;
  • green value is 200;
  • blue value is 180.
RGB:
(182,200,180)
(71%,78%,71%)

RGB channels and saturation

R 182 of 255 = 71%
G 200 of 255 = 78%
B 180 of 255 = 71%

182
200
180

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

Portions of RGB colors in percentages

R + G + B =
182 + 200 + 180 = 562 (100%)
R 182 of 562 ~ 32.38%
G 200 of 562 ~ 35.59%
B 180 of 562 ~ 32.03%

%32.38
%35.59
%32.03

CMYK color model

#B6C8B4 color CMYK value is (9,0,10,22).

  • cyan value is 9.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 21.57%
CMYK:
(9,0,10,22)
C9M0Y10K22 
(9%,0%,10%,22%)
(0.09/0.00/0.10/0.22)	

CMYK percentages

%9
%0
%10
%21.57

Codes

Color #B6C8B4 in popluar color models

B6C8B4
RGB182200180
HSL114°15.38%74.51%
HSB/HSV114°10.00%78.43%
CMYK9.00%0.00%10.00%
21.57%

Color #B6C8B4 in popluar number systems.

HEXB6C8B4
Decimal182200180
Binary101101101100100010110100
Octal266310264

Shades and tints

Shades of #B6C8B4

#B6C8B4
(182,200,180)
#A6B6A4
(166,182,164)
#96A494
(150,164,148)
#869284
(134,146,132)
#768074
(118,128,116)
#666E64
(102,110,100)
#565C54
(86,92,84)
#464A44
(70,74,68)
#363834
(54,56,52)
#262624
(38,38,36)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B6C8B4

#B6C8B4
(182,200,180)
#BCCDBA
(188,205,186)
#C2D2C0
(194,210,192)
#C8D7C6
(200,215,198)
#CEDCCC
(206,220,204)
#D4E1D2
(212,225,210)
#DAE6D8
(218,230,216)
#E0EBDE
(224,235,222)
#E6F0E4
(230,240,228)
#ECF5EA
(236,245,234)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C8B4 color. Also use rgb(182,200,180) instead hex code.

Text Font Color

.myTextColor { color: #B6C8B4; }

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

This text font color is #B6C8B4.


Background Color

.myBgColor { background-color: #B6C8B4; }

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

This div background color is #B6C8B4.


Border color

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

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

This div border color is #B6C8B4.


Opacity

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

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

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

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

This text has shadow with #B6C8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C8B4 on black background.


Color preview on white background

This text has color #B6C8B4 on white background.



Black color preview on #B6C8B4 background

This text has black color on #B6C8B4 background.


White color preview on #B6C8B4 background

This text has white color on #B6C8B4 background.