COLOR #B2CAE9

HEX: #B2CAE9
RGB: (178,202,233)

Color info

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

RGB color model

#B2CAE9 color RGB value is (178,202,233).

  • red value is 178;
  • green value is 202;
  • blue value is 233.
RGB:
(178,202,233)
(70%,79%,91%)

RGB channels and saturation

R 178 of 255 = 70%
G 202 of 255 = 79%
B 233 of 255 = 91%

178
202
233

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

Portions of RGB colors in percentages

R + G + B =
178 + 202 + 233 = 613 (100%)
R 178 of 613 ~ 29.04%
G 202 of 613 ~ 32.95%
B 233 of 613 ~ 38.01%

%29.04
%32.95
%38.01

CMYK color model

#B2CAE9 color CMYK value is (24,13,0,9).

  • cyan value is 23.61%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(24,13,0,9)
C24M13Y0K9 
(24%,13%,0%,9%)
(0.24/0.13/0.00/0.09)	

CMYK percentages

%23.61
%13.3
%0
%8.63

Codes

Color #B2CAE9 in popluar color models

B2CAE9
RGB178202233
HSL214°55.56%80.59%
HSB/HSV214°23.61%91.37%
CMYK23.61%13.30%0.00%
8.63%

Color #B2CAE9 in popluar number systems.

HEXB2CAE9
Decimal178202233
Binary101100101100101011101001
Octal262312351

Shades and tints

Shades of #B2CAE9

#B2CAE9
(178,202,233)
#A2B8D4
(162,184,212)
#92A6BF
(146,166,191)
#8294AA
(130,148,170)
#728295
(114,130,149)
#627080
(98,112,128)
#525E6B
(82,94,107)
#424C56
(66,76,86)
#323A41
(50,58,65)
#22282C
(34,40,44)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2CAE9

#B2CAE9
(178,202,233)
#B9CEEB
(185,206,235)
#C0D2ED
(192,210,237)
#C7D6EF
(199,214,239)
#CEDAF1
(206,218,241)
#D5DEF3
(213,222,243)
#DCE2F5
(220,226,245)
#E3E6F7
(227,230,247)
#EAEAF9
(234,234,249)
#F1EEFB
(241,238,251)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CAE9 color. Also use rgb(178,202,233) instead hex code.

Text Font Color

.myTextColor { color: #B2CAE9; }

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

This text font color is #B2CAE9.


Background Color

.myBgColor { background-color: #B2CAE9; }

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

This div background color is #B2CAE9.


Border color

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

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

This div border color is #B2CAE9.


Opacity

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

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

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

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

This text has shadow with #B2CAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CAE9 on black background.


Color preview on white background

This text has color #B2CAE9 on white background.



Black color preview on #B2CAE9 background

This text has black color on #B2CAE9 background.


White color preview on #B2CAE9 background

This text has white color on #B2CAE9 background.