COLOR #B1C8DC

HEX: #B1C8DC
RGB: (177,200,220)

Color info

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

RGB color model

#B1C8DC color RGB value is (177,200,220).

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

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 220 of 255 = 86%

177
200
220

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

Portions of RGB colors in percentages

R + G + B =
177 + 200 + 220 = 597 (100%)
R 177 of 597 ~ 29.65%
G 200 of 597 ~ 33.5%
B 220 of 597 ~ 36.85%

%29.65
%33.5
%36.85

CMYK color model

#B1C8DC color CMYK value is (20,9,0,14).

  • cyan value is 19.55%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,9,0,14)
C20M9Y0K14 
(20%,9%,0%,14%)
(0.20/0.09/0.00/0.14)	

CMYK percentages

%19.55
%9.09
%0
%13.73

Codes

Color #B1C8DC in popluar color models

B1C8DC
RGB177200220
HSL208°38.05%77.84%
HSB/HSV208°19.55%86.27%
CMYK19.55%9.09%0.00%
13.73%

Color #B1C8DC in popluar number systems.

HEXB1C8DC
Decimal177200220
Binary101100011100100011011100
Octal261310334

Shades and tints

Shades of #B1C8DC

#B1C8DC
(177,200,220)
#A1B6C8
(161,182,200)
#91A4B4
(145,164,180)
#8192A0
(129,146,160)
#71808C
(113,128,140)
#616E78
(97,110,120)
#515C64
(81,92,100)
#414A50
(65,74,80)
#31383C
(49,56,60)
#212628
(33,38,40)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #B1C8DC

#B1C8DC
(177,200,220)
#B8CDDF
(184,205,223)
#BFD2E2
(191,210,226)
#C6D7E5
(198,215,229)
#CDDCE8
(205,220,232)
#D4E1EB
(212,225,235)
#DBE6EE
(219,230,238)
#E2EBF1
(226,235,241)
#E9F0F4
(233,240,244)
#F0F5F7
(240,245,247)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C8DC; }

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

This text font color is #B1C8DC.


Background Color

.myBgColor { background-color: #B1C8DC; }

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

This div background color is #B1C8DC.


Border color

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

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

This div border color is #B1C8DC.


Opacity

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

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

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

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

This text has shadow with #B1C8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C8DC on black background.


Color preview on white background

This text has color #B1C8DC on white background.



Black color preview on #B1C8DC background

This text has black color on #B1C8DC background.


White color preview on #B1C8DC background

This text has white color on #B1C8DC background.