COLOR #B6CCBB

HEX: #B6CCBB RGB: (182,204,187)

Color info

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

RGB color model

#B6CCBB color RGB value is (182,204,187).

RGB: (182,204,187) (71%, 80%, 73%)

RGB channels and saturation

R 182 of 255 = 71%
G 204 of 255 = 80%
B 187 of 255 = 73%

182
204
187

R + G + B ~ 75%. #B6CCBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 204 + 187 = 573 (100%)
R 182 of 573 ~ 31.76%
G 204 of 573 ~ 35.6%
B 187 of 573 ~ 32.64'%

%31.76
%35.6
%32.64

CMYK color model

#B6CCBB color CMYK value is (11,0,8,20).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 20.00%
CMYK: (11,0,8,20) C11M0Y8K20 (11%,0%,8%,20%) (0.11/0.00/0.08/0.20) 

CMYK percentages

%10.78
%0
%8.33
%20

Codes

Color #B6CCBB in popluar color models

B6 CC BB
RGB 182 204 187
HSL 134° 17.74% 75.69%
HSB/HSV 134° 10.78% 80.00%
CMYK 10.78% 0.00% 8.33%
20.00%

Color #B6CCBB in popluar number systems.

HEX B6 CC BB
Decimal 182 204 187
Binary 10110110 11001100 10111011
Octal 266 314 273

Shades and tints

Shades of #B6CCBB

#B6CCBB
(182,204,187)
#A6BAAA
(166,186,170)
#96A899
(150,168,153)
#869688
(134,150,136)
#768477
(118,132,119)
#667266
(102,114,102)
#566055
(86,96,85)
#464E44
(70,78,68)
#363C33
(54,60,51)
#262A22
(38,42,34)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #B6CCBB

#B6CCBB
(182,204,187)
#BCD0C1
(188,208,193)
#C2D4C7
(194,212,199)
#C8D8CD
(200,216,205)
#CEDCD3
(206,220,211)
#D4E0D9
(212,224,217)
#DAE4DF
(218,228,223)
#E0E8E5
(224,232,229)
#E6ECEB
(230,236,235)
#ECF0F1
(236,240,241)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CCBB; }

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

This text font color is #B6CCBB.

Background Color

.myBgColor { background-color: #B6CCBB; }

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

This div background color is #B6CCBB.

Border color

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

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

This div border color is #B6CCBB.

Opacity

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

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

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

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

This text has shadow with #B6CCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CCBB.

Preview

Color preview on black background

This text has color #B6CCBB on black background.


Color preview on white background

This text has color #B6CCBB on white background.


Black color preview on #B6CCBB background

This text has black color on #B6CCBB background.


White color preview on #B6CCBB background

This text has white color on #B6CCBB background.


Related colors

Complementary color

Complementary color for #hex is #493344.


I love getcolorcode.com

Triadic colors

1 #BBB6CC and #CCBBB6 with #B6CCBB are triadic colors.

2 #BBCCB6 and #CCB6BB with #B6CCBB are triadic colors.