COLOR #B1C6E3

HEX: #B1C6E3
RGB: (177,198,227)

Color info

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

RGB color model

#B1C6E3 color RGB value is (177,198,227).

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

RGB channels and saturation

R 177 of 255 = 69%
G 198 of 255 = 78%
B 227 of 255 = 89%

177
198
227

R + G + B ~ 79%. #B1C6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 198 + 227 = 602 (100%)
R 177 of 602 ~ 29.4%
G 198 of 602 ~ 32.89%
B 227 of 602 ~ 37.71%

%29.4
%32.89
%37.71

CMYK color model

#B1C6E3 color CMYK value is (22,13,0,11).

  • cyan value is 22.03%
  • magenta value is 12.78%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(22,13,0,11)
C22M13Y0K11 
(22%,13%,0%,11%)
(0.22/0.13/0.00/0.11)	

CMYK percentages

%22.03
%12.78
%0
%10.98

Codes

Color #B1C6E3 in popluar color models

B1C6E3
RGB177198227
HSL215°47.17%79.22%
HSB/HSV215°22.03%89.02%
CMYK22.03%12.78%0.00%
10.98%

Color #B1C6E3 in popluar number systems.

HEXB1C6E3
Decimal177198227
Binary101100011100011011100011
Octal261306343

Shades and tints

Shades of #B1C6E3

#B1C6E3
(177,198,227)
#A1B4CF
(161,180,207)
#91A2BB
(145,162,187)
#8190A7
(129,144,167)
#717E93
(113,126,147)
#616C7F
(97,108,127)
#515A6B
(81,90,107)
#414857
(65,72,87)
#313643
(49,54,67)
#21242F
(33,36,47)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #B1C6E3

#B1C6E3
(177,198,227)
#B8CBE5
(184,203,229)
#BFD0E7
(191,208,231)
#C6D5E9
(198,213,233)
#CDDAEB
(205,218,235)
#D4DFED
(212,223,237)
#DBE4EF
(219,228,239)
#E2E9F1
(226,233,241)
#E9EEF3
(233,238,243)
#F0F3F5
(240,243,245)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C6E3; }

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

This text font color is #B1C6E3.


Background Color

.myBgColor { background-color: #B1C6E3; }

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

This div background color is #B1C6E3.


Border color

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

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

This div border color is #B1C6E3.


Opacity

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

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

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

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

This text has shadow with #B1C6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C6E3 on black background.


Color preview on white background

This text has color #B1C6E3 on white background.



Black color preview on #B1C6E3 background

This text has black color on #B1C6E3 background.


White color preview on #B1C6E3 background

This text has white color on #B1C6E3 background.