COLOR #B6CCC1

HEX: #B6CCC1 RGB: (182,204,193)

Color info

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

RGB color model

#B6CCC1 color RGB value is (182,204,193).

RGB: (182,204,193) (71%, 80%, 76%)

RGB channels and saturation

R 182 of 255 = 71%
G 204 of 255 = 80%
B 193 of 255 = 76%

182
204
193

R + G + B ~ 76%. #B6CCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 204 + 193 = 579 (100%)
R 182 of 579 ~ 31.43%
G 204 of 579 ~ 35.23%
B 193 of 579 ~ 33.33'%

%31.43
%35.23
%33.33

CMYK color model

#B6CCC1 color CMYK value is (11,0,5,20).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 20.00%

CMYK: (11,0,5,20)
C11M0Y5K20 (11%, 0%, 5%, 20%)
(0.11 / 0.00 / 0.05 / 0.20)

CMYK percentages

%10.78
%0
%5.39
%20

Codes

Color #B6CCC1 in popluar color models

B6 CC C1
RGB 182 204 193
HSL 150° 17.74% 75.69%
HSB/HSV 150° 10.78% 80.00%
CMYK 10.78% 0.00% 5.39%
20.00%

Color #B6CCC1 in popluar number systems.

HEX B6 CC C1
Decimal 182 204 193
Binary 10110110 11001100 11000001
Octal 266 314 301

Shades and tints

Shades of #B6CCC1

#B6CCC1
(182,204,193)
#A6BAB0
(166,186,176)
#96A89F
(150,168,159)
#86968E
(134,150,142)
#76847D
(118,132,125)
#66726C
(102,114,108)
#56605B
(86,96,91)
#464E4A
(70,78,74)
#363C39
(54,60,57)
#262A28
(38,42,40)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #B6CCC1

#B6CCC1
(182,204,193)
#BCD0C6
(188,208,198)
#C2D4CB
(194,212,203)
#C8D8D0
(200,216,208)
#CEDCD5
(206,220,213)
#D4E0DA
(212,224,218)
#DAE4DF
(218,228,223)
#E0E8E4
(224,232,228)
#E6ECE9
(230,236,233)
#ECF0EE
(236,240,238)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CCC1; }

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

This text font color is #B6CCC1.

Background Color

.myBgColor { background-color: #B6CCC1; }

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

This div background color is #B6CCC1.

Border color

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

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

This div border color is #B6CCC1.

Opacity

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

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

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

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

This text has shadow with #B6CCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CCC1.

Preview

Color preview on black background

This text has color #B6CCC1 on black background.


Color preview on white background

This text has color #B6CCC1 on white background.


Black color preview on #B6CCC1 background

This text has black color on #B6CCC1 background.


White color preview on #B6CCC1 background

This text has white color on #B6CCC1 background.


Related colors

Complementary color

Complementary color for #hex is #49333E.


I love getcolorcode.com

Triadic colors

1 #C1B6CC and #CCC1B6 with #B6CCC1 are triadic colors.

2 #C1CCB6 and #CCB6C1 with #B6CCC1 are triadic colors.