COLOR #B1CCCC

HEX: #B1CCCC
RGB: (177,204,204)

Color info

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

RGB color model

#B1CCCC color RGB value is (177,204,204).

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

RGB channels and saturation

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

177
204
204

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

Portions of RGB colors in percentages

R + G + B =
177 + 204 + 204 = 585 (100%)
R 177 of 585 ~ 30.26%
G 204 of 585 ~ 34.87%
B 204 of 585 ~ 34.87%

%30.26
%34.87
%34.87

CMYK color model

#B1CCCC color CMYK value is (13,0,0,20).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(13,0,0,20)
C13M0Y0K20 
(13%,0%,0%,20%)
(0.13/0.00/0.00/0.20)	

CMYK percentages

%13.24
%0
%0
%20

Codes

Color #B1CCCC in popluar color models

B1CCCC
RGB177204204
HSL180°20.93%74.71%
HSB/HSV180°13.24%80.00%
CMYK13.24%0.00%0.00%
20.00%

Color #B1CCCC in popluar number systems.

HEXB1CCCC
Decimal177204204
Binary101100011100110011001100
Octal261314314

Shades and tints

Shades of #B1CCCC

#B1CCCC
(177,204,204)
#A1BABA
(161,186,186)
#91A8A8
(145,168,168)
#819696
(129,150,150)
#718484
(113,132,132)
#617272
(97,114,114)
#516060
(81,96,96)
#414E4E
(65,78,78)
#313C3C
(49,60,60)
#212A2A
(33,42,42)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #B1CCCC

#B1CCCC
(177,204,204)
#B8D0D0
(184,208,208)
#BFD4D4
(191,212,212)
#C6D8D8
(198,216,216)
#CDDCDC
(205,220,220)
#D4E0E0
(212,224,224)
#DBE4E4
(219,228,228)
#E2E8E8
(226,232,232)
#E9ECEC
(233,236,236)
#F0F0F0
(240,240,240)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CCCC; }

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

This text font color is #B1CCCC.


Background Color

.myBgColor { background-color: #B1CCCC; }

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

This div background color is #B1CCCC.


Border color

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

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

This div border color is #B1CCCC.


Opacity

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

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

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

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

This text has shadow with #B1CCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CCCC on black background.


Color preview on white background

This text has color #B1CCCC on white background.



Black color preview on #B1CCCC background

This text has black color on #B1CCCC background.


White color preview on #B1CCCC background

This text has white color on #B1CCCC background.