COLOR #B6CCB4

HEX: #B6CCB4
RGB: (182,204,180)

Color info

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

RGB color model

#B6CCB4 color RGB value is (182,204,180).

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

RGB channels and saturation

R 182 of 255 = 71%
G 204 of 255 = 80%
B 180 of 255 = 71%

182
204
180

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

Portions of RGB colors in percentages

R + G + B =
182 + 204 + 180 = 566 (100%)
R 182 of 566 ~ 32.16%
G 204 of 566 ~ 36.04%
B 180 of 566 ~ 31.8%

%32.16
%36.04
%31.8

CMYK color model

#B6CCB4 color CMYK value is (11,0,12,20).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 20.00%
CMYK:
(11,0,12,20)
C11M0Y12K20 
(11%,0%,12%,20%)
(0.11/0.00/0.12/0.20)	

CMYK percentages

%10.78
%0
%11.76
%20

Codes

Color #B6CCB4 in popluar color models

B6CCB4
RGB182204180
HSL115°19.05%75.29%
HSB/HSV115°11.76%80.00%
CMYK10.78%0.00%11.76%
20.00%

Color #B6CCB4 in popluar number systems.

HEXB6CCB4
Decimal182204180
Binary101101101100110010110100
Octal266314264

Shades and tints

Shades of #B6CCB4

#B6CCB4
(182,204,180)
#A6BAA4
(166,186,164)
#96A894
(150,168,148)
#869684
(134,150,132)
#768474
(118,132,116)
#667264
(102,114,100)
#566054
(86,96,84)
#464E44
(70,78,68)
#363C34
(54,60,52)
#262A24
(38,42,36)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #B6CCB4

#B6CCB4
(182,204,180)
#BCD0BA
(188,208,186)
#C2D4C0
(194,212,192)
#C8D8C6
(200,216,198)
#CEDCCC
(206,220,204)
#D4E0D2
(212,224,210)
#DAE4D8
(218,228,216)
#E0E8DE
(224,232,222)
#E6ECE4
(230,236,228)
#ECF0EA
(236,240,234)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CCB4; }

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

This text font color is #B6CCB4.


Background Color

.myBgColor { background-color: #B6CCB4; }

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

This div background color is #B6CCB4.


Border color

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

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

This div border color is #B6CCB4.


Opacity

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

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

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

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

This text has shadow with #B6CCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CCB4 on black background.


Color preview on white background

This text has color #B6CCB4 on white background.



Black color preview on #B6CCB4 background

This text has black color on #B6CCB4 background.


White color preview on #B6CCB4 background

This text has white color on #B6CCB4 background.