COLOR #B1C6E1

HEX: #B1C6E1
RGB: (177,198,225)

Color info

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

RGB color model

#B1C6E1 color RGB value is (177,198,225).

  • red value is 177;
  • green value is 198;
  • blue value is 225.
RGB:
(177,198,225)
(69%,78%,88%)

RGB channels and saturation

R 177 of 255 = 69%
G 198 of 255 = 78%
B 225 of 255 = 88%

177
198
225

R + G + B ~ 78%. #B1C6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 198 + 225 = 600 (100%)
R 177 of 600 ~ 29.5%
G 198 of 600 ~ 33%
B 225 of 600 ~ 37.5%

%29.5
%33
%37.5

CMYK color model

#B1C6E1 color CMYK value is (21,12,0,12).

  • cyan value is 21.33%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(21,12,0,12)
C21M12Y0K12 
(21%,12%,0%,12%)
(0.21/0.12/0.00/0.12)	

CMYK percentages

%21.33
%12
%0
%11.76

Codes

Color #B1C6E1 in popluar color models

B1C6E1
RGB177198225
HSL214°44.44%78.82%
HSB/HSV214°21.33%88.24%
CMYK21.33%12.00%0.00%
11.76%

Color #B1C6E1 in popluar number systems.

HEXB1C6E1
Decimal177198225
Binary101100011100011011100001
Octal261306341

Shades and tints

Shades of #B1C6E1

#B1C6E1
(177,198,225)
#A1B4CD
(161,180,205)
#91A2B9
(145,162,185)
#8190A5
(129,144,165)
#717E91
(113,126,145)
#616C7D
(97,108,125)
#515A69
(81,90,105)
#414855
(65,72,85)
#313641
(49,54,65)
#21242D
(33,36,45)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #B1C6E1

#B1C6E1
(177,198,225)
#B8CBE3
(184,203,227)
#BFD0E5
(191,208,229)
#C6D5E7
(198,213,231)
#CDDAE9
(205,218,233)
#D4DFEB
(212,223,235)
#DBE4ED
(219,228,237)
#E2E9EF
(226,233,239)
#E9EEF1
(233,238,241)
#F0F3F3
(240,243,243)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C6E1 color. Also use rgb(177,198,225) instead hex code.

Text Font Color

.myTextColor { color: #B1C6E1; }

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

This text font color is #B1C6E1.


Background Color

.myBgColor { background-color: #B1C6E1; }

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

This div background color is #B1C6E1.


Border color

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

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

This div border color is #B1C6E1.


Opacity

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

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

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

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

This text has shadow with #B1C6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C6E1 on black background.


Color preview on white background

This text has color #B1C6E1 on white background.



Black color preview on #B1C6E1 background

This text has black color on #B1C6E1 background.


White color preview on #B1C6E1 background

This text has white color on #B1C6E1 background.