COLOR #B2C5EB

HEX: #B2C5EB
RGB: (178,197,235)

Color info

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

RGB color model

#B2C5EB color RGB value is (178,197,235).

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

RGB channels and saturation

R 178 of 255 = 70%
G 197 of 255 = 77%
B 235 of 255 = 92%

178
197
235

R + G + B ~ 80%. #B2C5EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 197 + 235 = 610 (100%)
R 178 of 610 ~ 29.18%
G 197 of 610 ~ 32.3%
B 235 of 610 ~ 38.52%

%29.18
%32.3
%38.52

CMYK color model

#B2C5EB color CMYK value is (24,16,0,8).

  • cyan value is 24.26%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(24,16,0,8)
C24M16Y0K8 
(24%,16%,0%,8%)
(0.24/0.16/0.00/0.08)	

CMYK percentages

%24.26
%16.17
%0
%7.84

Codes

Color #B2C5EB in popluar color models

B2C5EB
RGB178197235
HSL220°58.76%80.98%
HSB/HSV220°24.26%92.16%
CMYK24.26%16.17%0.00%
7.84%

Color #B2C5EB in popluar number systems.

HEXB2C5EB
Decimal178197235
Binary101100101100010111101011
Octal262305353

Shades and tints

Shades of #B2C5EB

#B2C5EB
(178,197,235)
#A2B4D6
(162,180,214)
#92A3C1
(146,163,193)
#8292AC
(130,146,172)
#728197
(114,129,151)
#627082
(98,112,130)
#525F6D
(82,95,109)
#424E58
(66,78,88)
#323D43
(50,61,67)
#222C2E
(34,44,46)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #B2C5EB

#B2C5EB
(178,197,235)
#B9CAEC
(185,202,236)
#C0CFED
(192,207,237)
#C7D4EE
(199,212,238)
#CED9EF
(206,217,239)
#D5DEF0
(213,222,240)
#DCE3F1
(220,227,241)
#E3E8F2
(227,232,242)
#EAEDF3
(234,237,243)
#F1F2F4
(241,242,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C5EB; }

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

This text font color is #B2C5EB.


Background Color

.myBgColor { background-color: #B2C5EB; }

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

This div background color is #B2C5EB.


Border color

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

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

This div border color is #B2C5EB.


Opacity

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

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

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

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

This text has shadow with #B2C5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C5EB on black background.


Color preview on white background

This text has color #B2C5EB on white background.



Black color preview on #B2C5EB background

This text has black color on #B2C5EB background.


White color preview on #B2C5EB background

This text has white color on #B2C5EB background.