COLOR #B2C5C8

HEX: #B2C5C8
RGB: (178,197,200)

Color info

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

RGB color model

#B2C5C8 color RGB value is (178,197,200).

  • red value is 178;
  • green value is 197;
  • blue value is 200.
RGB:
(178,197,200)
(70%,77%,78%)

RGB channels and saturation

R 178 of 255 = 70%
G 197 of 255 = 77%
B 200 of 255 = 78%

178
197
200

R + G + B ~ 75%. #B2C5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 197 + 200 = 575 (100%)
R 178 of 575 ~ 30.96%
G 197 of 575 ~ 34.26%
B 200 of 575 ~ 34.78%

%30.96
%34.26
%34.78

CMYK color model

#B2C5C8 color CMYK value is (11,1,0,22).

  • cyan value is 11.00%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(11,1,0,22)
C11M1Y0K22 
(11%,1%,0%,22%)
(0.11/0.01/0.00/0.22)	

CMYK percentages

%11
%1.5
%0
%21.57

Codes

Color #B2C5C8 in popluar color models

B2C5C8
RGB178197200
HSL188°16.67%74.12%
HSB/HSV188°11.00%78.43%
CMYK11.00%1.50%0.00%
21.57%

Color #B2C5C8 in popluar number systems.

HEXB2C5C8
Decimal178197200
Binary101100101100010111001000
Octal262305310

Shades and tints

Shades of #B2C5C8

#B2C5C8
(178,197,200)
#A2B4B6
(162,180,182)
#92A3A4
(146,163,164)
#829292
(130,146,146)
#728180
(114,129,128)
#62706E
(98,112,110)
#525F5C
(82,95,92)
#424E4A
(66,78,74)
#323D38
(50,61,56)
#222C26
(34,44,38)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #B2C5C8

#B2C5C8
(178,197,200)
#B9CACD
(185,202,205)
#C0CFD2
(192,207,210)
#C7D4D7
(199,212,215)
#CED9DC
(206,217,220)
#D5DEE1
(213,222,225)
#DCE3E6
(220,227,230)
#E3E8EB
(227,232,235)
#EAEDF0
(234,237,240)
#F1F2F5
(241,242,245)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C5C8 color. Also use rgb(178,197,200) instead hex code.

Text Font Color

.myTextColor { color: #B2C5C8; }

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

This text font color is #B2C5C8.


Background Color

.myBgColor { background-color: #B2C5C8; }

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

This div background color is #B2C5C8.


Border color

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

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

This div border color is #B2C5C8.


Opacity

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

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

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

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

This text has shadow with #B2C5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C5C8 on black background.


Color preview on white background

This text has color #B2C5C8 on white background.



Black color preview on #B2C5C8 background

This text has black color on #B2C5C8 background.


White color preview on #B2C5C8 background

This text has white color on #B2C5C8 background.