COLOR #B1CAF2

HEX: #B1CAF2
RGB: (177,202,242)

Color info

#B1CAF2 contains mainly green and blue colors. Web safe color of #B1CAF2 is #99CCFF (or #9CF).

RGB color model

#B1CAF2 color RGB value is (177,202,242).

  • red value is 177;
  • green value is 202;
  • blue value is 242.
RGB:
(177,202,242)
(69%,79%,95%)

RGB channels and saturation

R 177 of 255 = 69%
G 202 of 255 = 79%
B 242 of 255 = 95%

177
202
242

R + G + B ~ 81%. #B1CAF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 202 + 242 = 621 (100%)
R 177 of 621 ~ 28.5%
G 202 of 621 ~ 32.53%
B 242 of 621 ~ 38.97%

%28.5
%32.53
%38.97

CMYK color model

#B1CAF2 color CMYK value is (27,17,0,5).

  • cyan value is 26.86%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(27,17,0,5)
C27M17Y0K5 
(27%,17%,0%,5%)
(0.27/0.17/0.00/0.05)	

CMYK percentages

%26.86
%16.53
%0
%5.1

Codes

Color #B1CAF2 in popluar color models

B1CAF2
RGB177202242
HSL217°71.43%82.16%
HSB/HSV217°26.86%94.90%
CMYK26.86%16.53%0.00%
5.10%

Color #B1CAF2 in popluar number systems.

HEXB1CAF2
Decimal177202242
Binary101100011100101011110010
Octal261312362

Shades and tints

Shades of #B1CAF2

#B1CAF2
(177,202,242)
#A1B8DC
(161,184,220)
#91A6C6
(145,166,198)
#8194B0
(129,148,176)
#71829A
(113,130,154)
#617084
(97,112,132)
#515E6E
(81,94,110)
#414C58
(65,76,88)
#313A42
(49,58,66)
#21282C
(33,40,44)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #B1CAF2

#B1CAF2
(177,202,242)
#B8CEF3
(184,206,243)
#BFD2F4
(191,210,244)
#C6D6F5
(198,214,245)
#CDDAF6
(205,218,246)
#D4DEF7
(212,222,247)
#DBE2F8
(219,226,248)
#E2E6F9
(226,230,249)
#E9EAFA
(233,234,250)
#F0EEFB
(240,238,251)
#F7F2FC
(247,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CAF2 color. Also use rgb(177,202,242) instead hex code.

Text Font Color

.myTextColor { color: #B1CAF2; }

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

This text font color is #B1CAF2.


Background Color

.myBgColor { background-color: #B1CAF2; }

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

This div background color is #B1CAF2.


Border color

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

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

This div border color is #B1CAF2.


Opacity

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

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

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

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

This text has shadow with #B1CAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CAF2 on black background.


Color preview on white background

This text has color #B1CAF2 on white background.



Black color preview on #B1CAF2 background

This text has black color on #B1CAF2 background.


White color preview on #B1CAF2 background

This text has white color on #B1CAF2 background.