COLOR #B2CAE5

HEX: #B2CAE5
RGB: (178,202,229)

Color info

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

RGB color model

#B2CAE5 color RGB value is (178,202,229).

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

RGB channels and saturation

R 178 of 255 = 70%
G 202 of 255 = 79%
B 229 of 255 = 90%

178
202
229

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

Portions of RGB colors in percentages

R + G + B =
178 + 202 + 229 = 609 (100%)
R 178 of 609 ~ 29.23%
G 202 of 609 ~ 33.17%
B 229 of 609 ~ 37.6%

%29.23
%33.17
%37.6

CMYK color model

#B2CAE5 color CMYK value is (22,12,0,10).

  • cyan value is 22.27%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(22,12,0,10)
C22M12Y0K10 
(22%,12%,0%,10%)
(0.22/0.12/0.00/0.10)	

CMYK percentages

%22.27
%11.79
%0
%10.2

Codes

Color #B2CAE5 in popluar color models

B2CAE5
RGB178202229
HSL212°49.51%79.80%
HSB/HSV212°22.27%89.80%
CMYK22.27%11.79%0.00%
10.20%

Color #B2CAE5 in popluar number systems.

HEXB2CAE5
Decimal178202229
Binary101100101100101011100101
Octal262312345

Shades and tints

Shades of #B2CAE5

#B2CAE5
(178,202,229)
#A2B8D1
(162,184,209)
#92A6BD
(146,166,189)
#8294A9
(130,148,169)
#728295
(114,130,149)
#627081
(98,112,129)
#525E6D
(82,94,109)
#424C59
(66,76,89)
#323A45
(50,58,69)
#222831
(34,40,49)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #B2CAE5

#B2CAE5
(178,202,229)
#B9CEE7
(185,206,231)
#C0D2E9
(192,210,233)
#C7D6EB
(199,214,235)
#CEDAED
(206,218,237)
#D5DEEF
(213,222,239)
#DCE2F1
(220,226,241)
#E3E6F3
(227,230,243)
#EAEAF5
(234,234,245)
#F1EEF7
(241,238,247)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CAE5; }

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

This text font color is #B2CAE5.


Background Color

.myBgColor { background-color: #B2CAE5; }

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

This div background color is #B2CAE5.


Border color

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

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

This div border color is #B2CAE5.


Opacity

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

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

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

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

This text has shadow with #B2CAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CAE5 on black background.


Color preview on white background

This text has color #B2CAE5 on white background.



Black color preview on #B2CAE5 background

This text has black color on #B2CAE5 background.


White color preview on #B2CAE5 background

This text has white color on #B2CAE5 background.