COLOR #B1CCCE

HEX: #B1CCCE
RGB: (177,204,206)

Color info

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

RGB color model

#B1CCCE color RGB value is (177,204,206).

  • red value is 177;
  • green value is 204;
  • blue value is 206.
RGB:
(177,204,206)
(69%,80%,81%)

RGB channels and saturation

R 177 of 255 = 69%
G 204 of 255 = 80%
B 206 of 255 = 81%

177
204
206

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

Portions of RGB colors in percentages

R + G + B =
177 + 204 + 206 = 587 (100%)
R 177 of 587 ~ 30.15%
G 204 of 587 ~ 34.75%
B 206 of 587 ~ 35.09%

%30.15
%34.75
%35.09

CMYK color model

#B1CCCE color CMYK value is (14,1,0,19).

  • cyan value is 14.08%
  • magenta value is 0.97%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(14,1,0,19)
C14M1Y0K19 
(14%,1%,0%,19%)
(0.14/0.01/0.00/0.19)	

CMYK percentages

%14.08
%0.97
%0
%19.22

Codes

Color #B1CCCE in popluar color models

B1CCCE
RGB177204206
HSL184°22.83%75.10%
HSB/HSV184°14.08%80.78%
CMYK14.08%0.97%0.00%
19.22%

Color #B1CCCE in popluar number systems.

HEXB1CCCE
Decimal177204206
Binary101100011100110011001110
Octal261314316

Shades and tints

Shades of #B1CCCE

#B1CCCE
(177,204,206)
#A1BABC
(161,186,188)
#91A8AA
(145,168,170)
#819698
(129,150,152)
#718486
(113,132,134)
#617274
(97,114,116)
#516062
(81,96,98)
#414E50
(65,78,80)
#313C3E
(49,60,62)
#212A2C
(33,42,44)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #B1CCCE

#B1CCCE
(177,204,206)
#B8D0D2
(184,208,210)
#BFD4D6
(191,212,214)
#C6D8DA
(198,216,218)
#CDDCDE
(205,220,222)
#D4E0E2
(212,224,226)
#DBE4E6
(219,228,230)
#E2E8EA
(226,232,234)
#E9ECEE
(233,236,238)
#F0F0F2
(240,240,242)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CCCE color. Also use rgb(177,204,206) instead hex code.

Text Font Color

.myTextColor { color: #B1CCCE; }

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

This text font color is #B1CCCE.


Background Color

.myBgColor { background-color: #B1CCCE; }

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

This div background color is #B1CCCE.


Border color

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

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

This div border color is #B1CCCE.


Opacity

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

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

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

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

This text has shadow with #B1CCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CCCE on black background.


Color preview on white background

This text has color #B1CCCE on white background.



Black color preview on #B1CCCE background

This text has black color on #B1CCCE background.


White color preview on #B1CCCE background

This text has white color on #B1CCCE background.