COLOR #B1C7DC

HEX: #B1C7DC
RGB: (177,199,220)

Color info

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

RGB color model

#B1C7DC color RGB value is (177,199,220).

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

RGB channels and saturation

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

177
199
220

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

Portions of RGB colors in percentages

R + G + B =
177 + 199 + 220 = 596 (100%)
R 177 of 596 ~ 29.7%
G 199 of 596 ~ 33.39%
B 220 of 596 ~ 36.91%

%29.7
%33.39
%36.91

CMYK color model

#B1C7DC color CMYK value is (20,10,0,14).

  • cyan value is 19.55%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,10,0,14)
C20M10Y0K14 
(20%,10%,0%,14%)
(0.20/0.10/0.00/0.14)	

CMYK percentages

%19.55
%9.55
%0
%13.73

Codes

Color #B1C7DC in popluar color models

B1C7DC
RGB177199220
HSL209°38.05%77.84%
HSB/HSV209°19.55%86.27%
CMYK19.55%9.55%0.00%
13.73%

Color #B1C7DC in popluar number systems.

HEXB1C7DC
Decimal177199220
Binary101100011100011111011100
Octal261307334

Shades and tints

Shades of #B1C7DC

#B1C7DC
(177,199,220)
#A1B5C8
(161,181,200)
#91A3B4
(145,163,180)
#8191A0
(129,145,160)
#717F8C
(113,127,140)
#616D78
(97,109,120)
#515B64
(81,91,100)
#414950
(65,73,80)
#31373C
(49,55,60)
#212528
(33,37,40)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #B1C7DC

#B1C7DC
(177,199,220)
#B8CCDF
(184,204,223)
#BFD1E2
(191,209,226)
#C6D6E5
(198,214,229)
#CDDBE8
(205,219,232)
#D4E0EB
(212,224,235)
#DBE5EE
(219,229,238)
#E2EAF1
(226,234,241)
#E9EFF4
(233,239,244)
#F0F4F7
(240,244,247)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C7DC; }

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

This text font color is #B1C7DC.


Background Color

.myBgColor { background-color: #B1C7DC; }

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

This div background color is #B1C7DC.


Border color

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

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

This div border color is #B1C7DC.


Opacity

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

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

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

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

This text has shadow with #B1C7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C7DC on black background.


Color preview on white background

This text has color #B1C7DC on white background.



Black color preview on #B1C7DC background

This text has black color on #B1C7DC background.


White color preview on #B1C7DC background

This text has white color on #B1C7DC background.