COLOR #B6CECE

HEX: #B6CECE
RGB: (182,206,206)

Color info

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

RGB color model

#B6CECE color RGB value is (182,206,206).

  • red value is 182;
  • green value is 206;
  • blue value is 206.
RGB:
(182,206,206)
(71%,81%,81%)

RGB channels and saturation

R 182 of 255 = 71%
G 206 of 255 = 81%
B 206 of 255 = 81%

182
206
206

R + G + B ~ 78%. #B6CECE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 206 + 206 = 594 (100%)
R 182 of 594 ~ 30.64%
G 206 of 594 ~ 34.68%
B 206 of 594 ~ 34.68%

%30.64
%34.68
%34.68

CMYK color model

#B6CECE color CMYK value is (12,0,0,19).

  • cyan value is 11.65%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(12,0,0,19)
C12M0Y0K19 
(12%,0%,0%,19%)
(0.12/0.00/0.00/0.19)	

CMYK percentages

%11.65
%0
%0
%19.22

Codes

Color #B6CECE in popluar color models

B6CECE
RGB182206206
HSL180°19.67%76.08%
HSB/HSV180°11.65%80.78%
CMYK11.65%0.00%0.00%
19.22%

Color #B6CECE in popluar number systems.

HEXB6CECE
Decimal182206206
Binary101101101100111011001110
Octal266316316

Shades and tints

Shades of #B6CECE

#B6CECE
(182,206,206)
#A6BCBC
(166,188,188)
#96AAAA
(150,170,170)
#869898
(134,152,152)
#768686
(118,134,134)
#667474
(102,116,116)
#566262
(86,98,98)
#465050
(70,80,80)
#363E3E
(54,62,62)
#262C2C
(38,44,44)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #B6CECE

#B6CECE
(182,206,206)
#BCD2D2
(188,210,210)
#C2D6D6
(194,214,214)
#C8DADA
(200,218,218)
#CEDEDE
(206,222,222)
#D4E2E2
(212,226,226)
#DAE6E6
(218,230,230)
#E0EAEA
(224,234,234)
#E6EEEE
(230,238,238)
#ECF2F2
(236,242,242)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CECE; }

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

This text font color is #B6CECE.


Background Color

.myBgColor { background-color: #B6CECE; }

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

This div background color is #B6CECE.


Border color

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

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

This div border color is #B6CECE.


Opacity

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

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

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

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

This text has shadow with #B6CECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CECE on black background.


Color preview on white background

This text has color #B6CECE on white background.



Black color preview on #B6CECE background

This text has black color on #B6CECE background.


White color preview on #B6CECE background

This text has white color on #B6CECE background.