COLOR #B1C1ED

HEX: #B1C1ED RGB: (177,193,237)

Color info

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

RGB color model

#B1C1ED color RGB value is (177,193,237).

RGB: (177,193,237) (69%, 76%, 93%)

RGB channels and saturation

R 177 of 255 = 69%
G 193 of 255 = 76%
B 237 of 255 = 93%

177
193
237

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

Portions of RGB colors in percentages

R + G + B = 177 + 193 + 237 = 607 (100%)
R 177 of 607 ~ 29.16%
G 193 of 607 ~ 31.8%
B 237 of 607 ~ 39.04'%

%29.16
%31.8
%39.04

CMYK color model

#B1C1ED color CMYK value is (25,19,0,7).

  • cyan value is 25.32%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (25,19,0,7) C25M19Y0K7 (25%,19%,0%,7%) (0.25/0.19/0.00/0.07) 

CMYK percentages

%25.32
%18.57
%0
%7.06

Codes

Color #B1C1ED in popluar color models

B1 C1 ED
RGB 177 193 237
HSL 224° 62.50% 81.18%
HSB/HSV 224° 25.32% 92.94%
CMYK 25.32% 18.57% 0.00%
7.06%

Color #B1C1ED in popluar number systems.

HEX B1 C1 ED
Decimal 177 193 237
Binary 10110001 11000001 11101101
Octal 261 301 355

Shades and tints

Shades of #B1C1ED

#B1C1ED
(177,193,237)
#A1B0D8
(161,176,216)
#919FC3
(145,159,195)
#818EAE
(129,142,174)
#717D99
(113,125,153)
#616C84
(97,108,132)
#515B6F
(81,91,111)
#414A5A
(65,74,90)
#313945
(49,57,69)
#212830
(33,40,48)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #B1C1ED

#B1C1ED
(177,193,237)
#B8C6EE
(184,198,238)
#BFCBEF
(191,203,239)
#C6D0F0
(198,208,240)
#CDD5F1
(205,213,241)
#D4DAF2
(212,218,242)
#DBDFF3
(219,223,243)
#E2E4F4
(226,228,244)
#E9E9F5
(233,233,245)
#F0EEF6
(240,238,246)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C1ED; }

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

This text font color is #B1C1ED.

Background Color

.myBgColor { background-color: #B1C1ED; }

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

This div background color is #B1C1ED.

Border color

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

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

This div border color is #B1C1ED.

Opacity

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

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

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

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

This text has shadow with #B1C1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C1ED.

Preview

Color preview on black background

This text has color #B1C1ED on black background.


Color preview on white background

This text has color #B1C1ED on white background.


Black color preview on #B1C1ED background

This text has black color on #B1C1ED background.


White color preview on #B1C1ED background

This text has white color on #B1C1ED background.


Related colors

Complementary color

Complementary color for #hex is #4E3E12.


I love getcolorcode.com

Triadic colors

1 #EDB1C1 and #C1EDB1 with #B1C1ED are triadic colors.

2 #EDC1B1 and #C1B1ED with #B1C1ED are triadic colors.