COLOR #B1C8CD

HEX: #B1C8CD
RGB: (177,200,205)

Color info

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

RGB color model

#B1C8CD color RGB value is (177,200,205).

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

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 205 of 255 = 80%

177
200
205

R + G + B ~ 76%. #B1C8CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 200 + 205 = 582 (100%)
R 177 of 582 ~ 30.41%
G 200 of 582 ~ 34.36%
B 205 of 582 ~ 35.22%

%30.41
%34.36
%35.22

CMYK color model

#B1C8CD color CMYK value is (14,2,0,20).

  • cyan value is 13.66%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(14,2,0,20)
C14M2Y0K20 
(14%,2%,0%,20%)
(0.14/0.02/0.00/0.20)	

CMYK percentages

%13.66
%2.44
%0
%19.61

Codes

Color #B1C8CD in popluar color models

B1C8CD
RGB177200205
HSL191°21.88%74.90%
HSB/HSV191°13.66%80.39%
CMYK13.66%2.44%0.00%
19.61%

Color #B1C8CD in popluar number systems.

HEXB1C8CD
Decimal177200205
Binary101100011100100011001101
Octal261310315

Shades and tints

Shades of #B1C8CD

#B1C8CD
(177,200,205)
#A1B6BB
(161,182,187)
#91A4A9
(145,164,169)
#819297
(129,146,151)
#718085
(113,128,133)
#616E73
(97,110,115)
#515C61
(81,92,97)
#414A4F
(65,74,79)
#31383D
(49,56,61)
#21262B
(33,38,43)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #B1C8CD

#B1C8CD
(177,200,205)
#B8CDD1
(184,205,209)
#BFD2D5
(191,210,213)
#C6D7D9
(198,215,217)
#CDDCDD
(205,220,221)
#D4E1E1
(212,225,225)
#DBE6E5
(219,230,229)
#E2EBE9
(226,235,233)
#E9F0ED
(233,240,237)
#F0F5F1
(240,245,241)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C8CD; }

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

This text font color is #B1C8CD.


Background Color

.myBgColor { background-color: #B1C8CD; }

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

This div background color is #B1C8CD.


Border color

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

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

This div border color is #B1C8CD.


Opacity

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

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

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

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

This text has shadow with #B1C8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C8CD on black background.


Color preview on white background

This text has color #B1C8CD on white background.



Black color preview on #B1C8CD background

This text has black color on #B1C8CD background.


White color preview on #B1C8CD background

This text has white color on #B1C8CD background.