COLOR #B6CCC7

HEX: #B6CCC7
RGB: (182,204,199)

Color info

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

RGB color model

#B6CCC7 color RGB value is (182,204,199).

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

RGB channels and saturation

R 182 of 255 = 71%
G 204 of 255 = 80%
B 199 of 255 = 78%

182
204
199

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

Portions of RGB colors in percentages

R + G + B =
182 + 204 + 199 = 585 (100%)
R 182 of 585 ~ 31.11%
G 204 of 585 ~ 34.87%
B 199 of 585 ~ 34.02%

%31.11
%34.87
%34.02

CMYK color model

#B6CCC7 color CMYK value is (11,0,2,20).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 20.00%
CMYK:
(11,0,2,20)
C11M0Y2K20 
(11%,0%,2%,20%)
(0.11/0.00/0.02/0.20)	

CMYK percentages

%10.78
%0
%2.45
%20

Codes

Color #B6CCC7 in popluar color models

B6CCC7
RGB182204199
HSL166°17.74%75.69%
HSB/HSV166°10.78%80.00%
CMYK10.78%0.00%2.45%
20.00%

Color #B6CCC7 in popluar number systems.

HEXB6CCC7
Decimal182204199
Binary101101101100110011000111
Octal266314307

Shades and tints

Shades of #B6CCC7

#B6CCC7
(182,204,199)
#A6BAB5
(166,186,181)
#96A8A3
(150,168,163)
#869691
(134,150,145)
#76847F
(118,132,127)
#66726D
(102,114,109)
#56605B
(86,96,91)
#464E49
(70,78,73)
#363C37
(54,60,55)
#262A25
(38,42,37)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #B6CCC7

#B6CCC7
(182,204,199)
#BCD0CC
(188,208,204)
#C2D4D1
(194,212,209)
#C8D8D6
(200,216,214)
#CEDCDB
(206,220,219)
#D4E0E0
(212,224,224)
#DAE4E5
(218,228,229)
#E0E8EA
(224,232,234)
#E6ECEF
(230,236,239)
#ECF0F4
(236,240,244)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CCC7; }

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

This text font color is #B6CCC7.


Background Color

.myBgColor { background-color: #B6CCC7; }

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

This div background color is #B6CCC7.


Border color

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

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

This div border color is #B6CCC7.


Opacity

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

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

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

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

This text has shadow with #B6CCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CCC7 on black background.


Color preview on white background

This text has color #B6CCC7 on white background.



Black color preview on #B6CCC7 background

This text has black color on #B6CCC7 background.


White color preview on #B6CCC7 background

This text has white color on #B6CCC7 background.