COLOR #B1C8DE

HEX: #B1C8DE
RGB: (177,200,222)

Color info

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

RGB color model

#B1C8DE color RGB value is (177,200,222).

  • red value is 177;
  • green value is 200;
  • blue value is 222.
RGB:
(177,200,222)
(69%,78%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 222 of 255 = 87%

177
200
222

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

Portions of RGB colors in percentages

R + G + B =
177 + 200 + 222 = 599 (100%)
R 177 of 599 ~ 29.55%
G 200 of 599 ~ 33.39%
B 222 of 599 ~ 37.06%

%29.55
%33.39
%37.06

CMYK color model

#B1C8DE color CMYK value is (20,10,0,13).

  • cyan value is 20.27%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(20,10,0,13)
C20M10Y0K13 
(20%,10%,0%,13%)
(0.20/0.10/0.00/0.13)	

CMYK percentages

%20.27
%9.91
%0
%12.94

Codes

Color #B1C8DE in popluar color models

B1C8DE
RGB177200222
HSL209°40.54%78.24%
HSB/HSV209°20.27%87.06%
CMYK20.27%9.91%0.00%
12.94%

Color #B1C8DE in popluar number systems.

HEXB1C8DE
Decimal177200222
Binary101100011100100011011110
Octal261310336

Shades and tints

Shades of #B1C8DE

#B1C8DE
(177,200,222)
#A1B6CA
(161,182,202)
#91A4B6
(145,164,182)
#8192A2
(129,146,162)
#71808E
(113,128,142)
#616E7A
(97,110,122)
#515C66
(81,92,102)
#414A52
(65,74,82)
#31383E
(49,56,62)
#21262A
(33,38,42)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #B1C8DE

#B1C8DE
(177,200,222)
#B8CDE1
(184,205,225)
#BFD2E4
(191,210,228)
#C6D7E7
(198,215,231)
#CDDCEA
(205,220,234)
#D4E1ED
(212,225,237)
#DBE6F0
(219,230,240)
#E2EBF3
(226,235,243)
#E9F0F6
(233,240,246)
#F0F5F9
(240,245,249)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C8DE color. Also use rgb(177,200,222) instead hex code.

Text Font Color

.myTextColor { color: #B1C8DE; }

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

This text font color is #B1C8DE.


Background Color

.myBgColor { background-color: #B1C8DE; }

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

This div background color is #B1C8DE.


Border color

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

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

This div border color is #B1C8DE.


Opacity

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

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

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

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

This text has shadow with #B1C8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C8DE on black background.


Color preview on white background

This text has color #B1C8DE on white background.



Black color preview on #B1C8DE background

This text has black color on #B1C8DE background.


White color preview on #B1C8DE background

This text has white color on #B1C8DE background.