COLOR #B1CEF6

HEX: #B1CEF6
RGB: (177,206,246)

Color info

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

RGB color model

#B1CEF6 color RGB value is (177,206,246).

  • red value is 177;
  • green value is 206;
  • blue value is 246.
RGB:
(177,206,246)
(69%,81%,96%)

RGB channels and saturation

R 177 of 255 = 69%
G 206 of 255 = 81%
B 246 of 255 = 96%

177
206
246

R + G + B ~ 82%. #B1CEF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 206 + 246 = 629 (100%)
R 177 of 629 ~ 28.14%
G 206 of 629 ~ 32.75%
B 246 of 629 ~ 39.11%

%28.14
%32.75
%39.11

CMYK color model

#B1CEF6 color CMYK value is (28,16,0,4).

  • cyan value is 28.05%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(28,16,0,4)
C28M16Y0K4 
(28%,16%,0%,4%)
(0.28/0.16/0.00/0.04)	

CMYK percentages

%28.05
%16.26
%0
%3.53

Codes

Color #B1CEF6 in popluar color models

B1CEF6
RGB177206246
HSL215°79.31%82.94%
HSB/HSV215°28.05%96.47%
CMYK28.05%16.26%0.00%
3.53%

Color #B1CEF6 in popluar number systems.

HEXB1CEF6
Decimal177206246
Binary101100011100111011110110
Octal261316366

Shades and tints

Shades of #B1CEF6

#B1CEF6
(177,206,246)
#A1BCE0
(161,188,224)
#91AACA
(145,170,202)
#8198B4
(129,152,180)
#71869E
(113,134,158)
#617488
(97,116,136)
#516272
(81,98,114)
#41505C
(65,80,92)
#313E46
(49,62,70)
#212C30
(33,44,48)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #B1CEF6

#B1CEF6
(177,206,246)
#B8D2F6
(184,210,246)
#BFD6F6
(191,214,246)
#C6DAF6
(198,218,246)
#CDDEF6
(205,222,246)
#D4E2F6
(212,226,246)
#DBE6F6
(219,230,246)
#E2EAF6
(226,234,246)
#E9EEF6
(233,238,246)
#F0F2F6
(240,242,246)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CEF6 color. Also use rgb(177,206,246) instead hex code.

Text Font Color

.myTextColor { color: #B1CEF6; }

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

This text font color is #B1CEF6.


Background Color

.myBgColor { background-color: #B1CEF6; }

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

This div background color is #B1CEF6.


Border color

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

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

This div border color is #B1CEF6.


Opacity

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

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

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

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

This text has shadow with #B1CEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CEF6 on black background.


Color preview on white background

This text has color #B1CEF6 on white background.



Black color preview on #B1CEF6 background

This text has black color on #B1CEF6 background.


White color preview on #B1CEF6 background

This text has white color on #B1CEF6 background.