COLOR #B1CCC8

HEX: #B1CCC8
RGB: (177,204,200)

Color info

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

RGB color model

#B1CCC8 color RGB value is (177,204,200).

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

RGB channels and saturation

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

177
204
200

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

Portions of RGB colors in percentages

R + G + B =
177 + 204 + 200 = 581 (100%)
R 177 of 581 ~ 30.46%
G 204 of 581 ~ 35.11%
B 200 of 581 ~ 34.42%

%30.46
%35.11
%34.42

CMYK color model

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

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

CMYK percentages

%13.24
%0
%1.96
%20

Codes

Color #B1CCC8 in popluar color models

B1CCC8
RGB177204200
HSL171°20.93%74.71%
HSB/HSV171°13.24%80.00%
CMYK13.24%0.00%1.96%
20.00%

Color #B1CCC8 in popluar number systems.

HEXB1CCC8
Decimal177204200
Binary101100011100110011001000
Octal261314310

Shades and tints

Shades of #B1CCC8

#B1CCC8
(177,204,200)
#A1BAB6
(161,186,182)
#91A8A4
(145,168,164)
#819692
(129,150,146)
#718480
(113,132,128)
#61726E
(97,114,110)
#51605C
(81,96,92)
#414E4A
(65,78,74)
#313C38
(49,60,56)
#212A26
(33,42,38)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #B1CCC8

#B1CCC8
(177,204,200)
#B8D0CD
(184,208,205)
#BFD4D2
(191,212,210)
#C6D8D7
(198,216,215)
#CDDCDC
(205,220,220)
#D4E0E1
(212,224,225)
#DBE4E6
(219,228,230)
#E2E8EB
(226,232,235)
#E9ECF0
(233,236,240)
#F0F0F5
(240,240,245)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CCC8; }

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

This text font color is #B1CCC8.


Background Color

.myBgColor { background-color: #B1CCC8; }

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

This div background color is #B1CCC8.


Border color

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

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

This div border color is #B1CCC8.


Opacity

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

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

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

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

This text has shadow with #B1CCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CCC8 on black background.


Color preview on white background

This text has color #B1CCC8 on white background.



Black color preview on #B1CCC8 background

This text has black color on #B1CCC8 background.


White color preview on #B1CCC8 background

This text has white color on #B1CCC8 background.