COLOR #B2C9CE

HEX: #B2C9CE
RGB: (178,201,206)

Color info

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

RGB color model

#B2C9CE color RGB value is (178,201,206).

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

RGB channels and saturation

R 178 of 255 = 70%
G 201 of 255 = 79%
B 206 of 255 = 81%

178
201
206

R + G + B ~ 77%. #B2C9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 201 + 206 = 585 (100%)
R 178 of 585 ~ 30.43%
G 201 of 585 ~ 34.36%
B 206 of 585 ~ 35.21%

%30.43
%34.36
%35.21

CMYK color model

#B2C9CE color CMYK value is (14,2,0,19).

  • cyan value is 13.59%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(14,2,0,19)
C14M2Y0K19 
(14%,2%,0%,19%)
(0.14/0.02/0.00/0.19)	

CMYK percentages

%13.59
%2.43
%0
%19.22

Codes

Color #B2C9CE in popluar color models

B2C9CE
RGB178201206
HSL191°22.22%75.29%
HSB/HSV191°13.59%80.78%
CMYK13.59%2.43%0.00%
19.22%

Color #B2C9CE in popluar number systems.

HEXB2C9CE
Decimal178201206
Binary101100101100100111001110
Octal262311316

Shades and tints

Shades of #B2C9CE

#B2C9CE
(178,201,206)
#A2B7BC
(162,183,188)
#92A5AA
(146,165,170)
#829398
(130,147,152)
#728186
(114,129,134)
#626F74
(98,111,116)
#525D62
(82,93,98)
#424B50
(66,75,80)
#32393E
(50,57,62)
#22272C
(34,39,44)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #B2C9CE

#B2C9CE
(178,201,206)
#B9CDD2
(185,205,210)
#C0D1D6
(192,209,214)
#C7D5DA
(199,213,218)
#CED9DE
(206,217,222)
#D5DDE2
(213,221,226)
#DCE1E6
(220,225,230)
#E3E5EA
(227,229,234)
#EAE9EE
(234,233,238)
#F1EDF2
(241,237,242)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C9CE; }

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

This text font color is #B2C9CE.


Background Color

.myBgColor { background-color: #B2C9CE; }

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

This div background color is #B2C9CE.


Border color

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

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

This div border color is #B2C9CE.


Opacity

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

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

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

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

This text has shadow with #B2C9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C9CE on black background.


Color preview on white background

This text has color #B2C9CE on white background.



Black color preview on #B2C9CE background

This text has black color on #B2C9CE background.


White color preview on #B2C9CE background

This text has white color on #B2C9CE background.