COLOR #B1CFC6

HEX: #B1CFC6
RGB: (177,207,198)

Color info

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

RGB color model

#B1CFC6 color RGB value is (177,207,198).

  • red value is 177;
  • green value is 207;
  • blue value is 198.
RGB:
(177,207,198)
(69%,81%,78%)

RGB channels and saturation

R 177 of 255 = 69%
G 207 of 255 = 81%
B 198 of 255 = 78%

177
207
198

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

Portions of RGB colors in percentages

R + G + B =
177 + 207 + 198 = 582 (100%)
R 177 of 582 ~ 30.41%
G 207 of 582 ~ 35.57%
B 198 of 582 ~ 34.02%

%30.41
%35.57
%34.02

CMYK color model

#B1CFC6 color CMYK value is (14,0,4,19).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 18.82%
CMYK:
(14,0,4,19)
C14M0Y4K19 
(14%,0%,4%,19%)
(0.14/0.00/0.04/0.19)	

CMYK percentages

%14.49
%0
%4.35
%18.82

Codes

Color #B1CFC6 in popluar color models

B1CFC6
RGB177207198
HSL162°23.81%75.29%
HSB/HSV162°14.49%81.18%
CMYK14.49%0.00%4.35%
18.82%

Color #B1CFC6 in popluar number systems.

HEXB1CFC6
Decimal177207198
Binary101100011100111111000110
Octal261317306

Shades and tints

Shades of #B1CFC6

#B1CFC6
(177,207,198)
#A1BDB4
(161,189,180)
#91ABA2
(145,171,162)
#819990
(129,153,144)
#71877E
(113,135,126)
#61756C
(97,117,108)
#51635A
(81,99,90)
#415148
(65,81,72)
#313F36
(49,63,54)
#212D24
(33,45,36)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #B1CFC6

#B1CFC6
(177,207,198)
#B8D3CB
(184,211,203)
#BFD7D0
(191,215,208)
#C6DBD5
(198,219,213)
#CDDFDA
(205,223,218)
#D4E3DF
(212,227,223)
#DBE7E4
(219,231,228)
#E2EBE9
(226,235,233)
#E9EFEE
(233,239,238)
#F0F3F3
(240,243,243)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CFC6; }

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

This text font color is #B1CFC6.


Background Color

.myBgColor { background-color: #B1CFC6; }

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

This div background color is #B1CFC6.


Border color

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

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

This div border color is #B1CFC6.


Opacity

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

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

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

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

This text has shadow with #B1CFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CFC6 on black background.


Color preview on white background

This text has color #B1CFC6 on white background.



Black color preview on #B1CFC6 background

This text has black color on #B1CFC6 background.


White color preview on #B1CFC6 background

This text has white color on #B1CFC6 background.