COLOR #B2C6CE

HEX: #B2C6CE
RGB: (178,198,206)

Color info

#B2C6CE contains red, green and blue colors in about the same proportion. Web safe color of #B2C6CE is #99CCCC (or #9CC).

RGB color model

#B2C6CE color RGB value is (178,198,206).

  • red value is 178;
  • green value is 198;
  • blue value is 206.
RGB:
(178,198,206)
(70%,78%,81%)

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 206 of 255 = 81%

178
198
206

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

Portions of RGB colors in percentages

R + G + B =
178 + 198 + 206 = 582 (100%)
R 178 of 582 ~ 30.58%
G 198 of 582 ~ 34.02%
B 206 of 582 ~ 35.4%

%30.58
%34.02
%35.4

CMYK color model

#B2C6CE color CMYK value is (14,4,0,19).

  • cyan value is 13.59%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(14,4,0,19)
C14M4Y0K19 
(14%,4%,0%,19%)
(0.14/0.04/0.00/0.19)	

CMYK percentages

%13.59
%3.88
%0
%19.22

Codes

Color #B2C6CE in popluar color models

B2C6CE
RGB178198206
HSL197°22.22%75.29%
HSB/HSV197°13.59%80.78%
CMYK13.59%3.88%0.00%
19.22%

Color #B2C6CE in popluar number systems.

HEXB2C6CE
Decimal178198206
Binary101100101100011011001110
Octal262306316

Shades and tints

Shades of #B2C6CE

#B2C6CE
(178,198,206)
#A2B4BC
(162,180,188)
#92A2AA
(146,162,170)
#829098
(130,144,152)
#727E86
(114,126,134)
#626C74
(98,108,116)
#525A62
(82,90,98)
#424850
(66,72,80)
#32363E
(50,54,62)
#22242C
(34,36,44)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #B2C6CE

#B2C6CE
(178,198,206)
#B9CBD2
(185,203,210)
#C0D0D6
(192,208,214)
#C7D5DA
(199,213,218)
#CEDADE
(206,218,222)
#D5DFE2
(213,223,226)
#DCE4E6
(220,228,230)
#E3E9EA
(227,233,234)
#EAEEEE
(234,238,238)
#F1F3F2
(241,243,242)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C6CE; }

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

This text font color is #B2C6CE.


Background Color

.myBgColor { background-color: #B2C6CE; }

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

This div background color is #B2C6CE.


Border color

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

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

This div border color is #B2C6CE.


Opacity

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

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

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

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

This text has shadow with #B2C6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C6CE on black background.


Color preview on white background

This text has color #B2C6CE on white background.



Black color preview on #B2C6CE background

This text has black color on #B2C6CE background.


White color preview on #B2C6CE background

This text has white color on #B2C6CE background.