COLOR #B1C2CD

HEX: #B1C2CD
RGB: (177,194,205)

Color info

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

RGB color model

#B1C2CD color RGB value is (177,194,205).

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

RGB channels and saturation

R 177 of 255 = 69%
G 194 of 255 = 76%
B 205 of 255 = 80%

177
194
205

R + G + B ~ 75%. #B1C2CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 194 + 205 = 576 (100%)
R 177 of 576 ~ 30.73%
G 194 of 576 ~ 33.68%
B 205 of 576 ~ 35.59%

%30.73
%33.68
%35.59

CMYK color model

#B1C2CD color CMYK value is (14,5,0,20).

  • cyan value is 13.66%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(14,5,0,20)
C14M5Y0K20 
(14%,5%,0%,20%)
(0.14/0.05/0.00/0.20)	

CMYK percentages

%13.66
%5.37
%0
%19.61

Codes

Color #B1C2CD in popluar color models

B1C2CD
RGB177194205
HSL204°21.88%74.90%
HSB/HSV204°13.66%80.39%
CMYK13.66%5.37%0.00%
19.61%

Color #B1C2CD in popluar number systems.

HEXB1C2CD
Decimal177194205
Binary101100011100001011001101
Octal261302315

Shades and tints

Shades of #B1C2CD

#B1C2CD
(177,194,205)
#A1B1BB
(161,177,187)
#91A0A9
(145,160,169)
#818F97
(129,143,151)
#717E85
(113,126,133)
#616D73
(97,109,115)
#515C61
(81,92,97)
#414B4F
(65,75,79)
#313A3D
(49,58,61)
#21292B
(33,41,43)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #B1C2CD

#B1C2CD
(177,194,205)
#B8C7D1
(184,199,209)
#BFCCD5
(191,204,213)
#C6D1D9
(198,209,217)
#CDD6DD
(205,214,221)
#D4DBE1
(212,219,225)
#DBE0E5
(219,224,229)
#E2E5E9
(226,229,233)
#E9EAED
(233,234,237)
#F0EFF1
(240,239,241)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C2CD; }

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

This text font color is #B1C2CD.


Background Color

.myBgColor { background-color: #B1C2CD; }

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

This div background color is #B1C2CD.


Border color

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

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

This div border color is #B1C2CD.


Opacity

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

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

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

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

This text has shadow with #B1C2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C2CD on black background.


Color preview on white background

This text has color #B1C2CD on white background.



Black color preview on #B1C2CD background

This text has black color on #B1C2CD background.


White color preview on #B1C2CD background

This text has white color on #B1C2CD background.