COLOR #B1C8DA

HEX: #B1C8DA
RGB: (177,200,218)

Color info

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

RGB color model

#B1C8DA color RGB value is (177,200,218).

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

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 218 of 255 = 85%

177
200
218

R + G + B ~ 77%. #B1C8DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 200 + 218 = 595 (100%)
R 177 of 595 ~ 29.75%
G 200 of 595 ~ 33.61%
B 218 of 595 ~ 36.64%

%29.75
%33.61
%36.64

CMYK color model

#B1C8DA color CMYK value is (19,8,0,15).

  • cyan value is 18.81%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(19,8,0,15)
C19M8Y0K15 
(19%,8%,0%,15%)
(0.19/0.08/0.00/0.15)	

CMYK percentages

%18.81
%8.26
%0
%14.51

Codes

Color #B1C8DA in popluar color models

B1C8DA
RGB177200218
HSL206°35.65%77.45%
HSB/HSV206°18.81%85.49%
CMYK18.81%8.26%0.00%
14.51%

Color #B1C8DA in popluar number systems.

HEXB1C8DA
Decimal177200218
Binary101100011100100011011010
Octal261310332

Shades and tints

Shades of #B1C8DA

#B1C8DA
(177,200,218)
#A1B6C7
(161,182,199)
#91A4B4
(145,164,180)
#8192A1
(129,146,161)
#71808E
(113,128,142)
#616E7B
(97,110,123)
#515C68
(81,92,104)
#414A55
(65,74,85)
#313842
(49,56,66)
#21262F
(33,38,47)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #B1C8DA

#B1C8DA
(177,200,218)
#B8CDDD
(184,205,221)
#BFD2E0
(191,210,224)
#C6D7E3
(198,215,227)
#CDDCE6
(205,220,230)
#D4E1E9
(212,225,233)
#DBE6EC
(219,230,236)
#E2EBEF
(226,235,239)
#E9F0F2
(233,240,242)
#F0F5F5
(240,245,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C8DA; }

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

This text font color is #B1C8DA.


Background Color

.myBgColor { background-color: #B1C8DA; }

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

This div background color is #B1C8DA.


Border color

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

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

This div border color is #B1C8DA.


Opacity

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

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

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

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

This text has shadow with #B1C8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C8DA on black background.


Color preview on white background

This text has color #B1C8DA on white background.



Black color preview on #B1C8DA background

This text has black color on #B1C8DA background.


White color preview on #B1C8DA background

This text has white color on #B1C8DA background.