COLOR #B1CAF3

HEX: #B1CAF3
RGB: (177,202,243)

Color info

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

RGB color model

#B1CAF3 color RGB value is (177,202,243).

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

RGB channels and saturation

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

177
202
243

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

Portions of RGB colors in percentages

R + G + B =
177 + 202 + 243 = 622 (100%)
R 177 of 622 ~ 28.46%
G 202 of 622 ~ 32.48%
B 243 of 622 ~ 39.07%

%28.46
%32.48
%39.07

CMYK color model

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

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

CMYK percentages

%27.16
%16.87
%0
%4.71

Codes

Color #B1CAF3 in popluar color models

B1CAF3
RGB177202243
HSL217°73.33%82.35%
HSB/HSV217°27.16%95.29%
CMYK27.16%16.87%0.00%
4.71%

Color #B1CAF3 in popluar number systems.

HEXB1CAF3
Decimal177202243
Binary101100011100101011110011
Octal261312363

Shades and tints

Shades of #B1CAF3

#B1CAF3
(177,202,243)
#A1B8DD
(161,184,221)
#91A6C7
(145,166,199)
#8194B1
(129,148,177)
#71829B
(113,130,155)
#617085
(97,112,133)
#515E6F
(81,94,111)
#414C59
(65,76,89)
#313A43
(49,58,67)
#21282D
(33,40,45)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #B1CAF3

#B1CAF3
(177,202,243)
#B8CEF4
(184,206,244)
#BFD2F5
(191,210,245)
#C6D6F6
(198,214,246)
#CDDAF7
(205,218,247)
#D4DEF8
(212,222,248)
#DBE2F9
(219,226,249)
#E2E6FA
(226,230,250)
#E9EAFB
(233,234,251)
#F0EEFC
(240,238,252)
#F7F2FD
(247,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CAF3; }

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

This text font color is #B1CAF3.


Background Color

.myBgColor { background-color: #B1CAF3; }

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

This div background color is #B1CAF3.


Border color

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

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

This div border color is #B1CAF3.


Opacity

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

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

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

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

This text has shadow with #B1CAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CAF3 on black background.


Color preview on white background

This text has color #B1CAF3 on white background.



Black color preview on #B1CAF3 background

This text has black color on #B1CAF3 background.


White color preview on #B1CAF3 background

This text has white color on #B1CAF3 background.