COLOR #B1C1EF

HEX: #B1C1EF RGB: (177,193,239)

Color info

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

RGB color model

#B1C1EF color RGB value is (177,193,239).

RGB: (177,193,239) (69%, 76%, 94%)

RGB channels and saturation

R 177 of 255 = 69%
G 193 of 255 = 76%
B 239 of 255 = 94%

177
193
239

R + G + B ~ 80%. #B1C1EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 193 + 239 = 609 (100%)
R 177 of 609 ~ 29.06%
G 193 of 609 ~ 31.69%
B 239 of 609 ~ 39.24'%

%29.06
%31.69
%39.24

CMYK color model

#B1C1EF color CMYK value is (26,19,0,6).

  • cyan value is 25.94%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (26,19,0,6) C26M19Y0K6 (26%,19%,0%,6%) (0.26/0.19/0.00/0.06) 

CMYK percentages

%25.94
%19.25
%0
%6.27

Codes

Color #B1C1EF in popluar color models

B1 C1 EF
RGB 177 193 239
HSL 225° 65.96% 81.57%
HSB/HSV 225° 25.94% 93.73%
CMYK 25.94% 19.25% 0.00%
6.27%

Color #B1C1EF in popluar number systems.

HEX B1 C1 EF
Decimal 177 193 239
Binary 10110001 11000001 11101111
Octal 261 301 357

Shades and tints

Shades of #B1C1EF

#B1C1EF
(177,193,239)
#A1B0DA
(161,176,218)
#919FC5
(145,159,197)
#818EB0
(129,142,176)
#717D9B
(113,125,155)
#616C86
(97,108,134)
#515B71
(81,91,113)
#414A5C
(65,74,92)
#313947
(49,57,71)
#212832
(33,40,50)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #B1C1EF

#B1C1EF
(177,193,239)
#B8C6F0
(184,198,240)
#BFCBF1
(191,203,241)
#C6D0F2
(198,208,242)
#CDD5F3
(205,213,243)
#D4DAF4
(212,218,244)
#DBDFF5
(219,223,245)
#E2E4F6
(226,228,246)
#E9E9F7
(233,233,247)
#F0EEF8
(240,238,248)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C1EF color. Also use rgb(177,193,239) instead hex code.

Text Font Color

.myTextColor { color: #B1C1EF; }

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

This text font color is #B1C1EF.

Background Color

.myBgColor { background-color: #B1C1EF; }

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

This div background color is #B1C1EF.

Border color

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

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

This div border color is #B1C1EF.

Opacity

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

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

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

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

This text has shadow with #B1C1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C1EF.

Preview

Color preview on black background

This text has color #B1C1EF on black background.


Color preview on white background

This text has color #B1C1EF on white background.


Black color preview on #B1C1EF background

This text has black color on #B1C1EF background.


White color preview on #B1C1EF background

This text has white color on #B1C1EF background.


Related colors

Complementary color

Complementary color for #hex is #4E3E10.


I love getcolorcode.com

Triadic colors

1 #EFB1C1 and #C1EFB1 with #B1C1EF are triadic colors.

2 #EFC1B1 and #C1B1EF with #B1C1EF are triadic colors.