COLOR #B1CFD9

HEX: #B1CFD9
RGB: (177,207,217)

Color info

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

RGB color model

#B1CFD9 color RGB value is (177,207,217).

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

RGB channels and saturation

R 177 of 255 = 69%
G 207 of 255 = 81%
B 217 of 255 = 85%

177
207
217

R + G + B ~ 78%. #B1CFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 207 + 217 = 601 (100%)
R 177 of 601 ~ 29.45%
G 207 of 601 ~ 34.44%
B 217 of 601 ~ 36.11%

%29.45
%34.44
%36.11

CMYK color model

#B1CFD9 color CMYK value is (18,5,0,15).

  • cyan value is 18.43%
  • magenta value is 4.61%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(18,5,0,15)
C18M5Y0K15 
(18%,5%,0%,15%)
(0.18/0.05/0.00/0.15)	

CMYK percentages

%18.43
%4.61
%0
%14.9

Codes

Color #B1CFD9 in popluar color models

B1CFD9
RGB177207217
HSL195°34.48%77.25%
HSB/HSV195°18.43%85.10%
CMYK18.43%4.61%0.00%
14.90%

Color #B1CFD9 in popluar number systems.

HEXB1CFD9
Decimal177207217
Binary101100011100111111011001
Octal261317331

Shades and tints

Shades of #B1CFD9

#B1CFD9
(177,207,217)
#A1BDC6
(161,189,198)
#91ABB3
(145,171,179)
#8199A0
(129,153,160)
#71878D
(113,135,141)
#61757A
(97,117,122)
#516367
(81,99,103)
#415154
(65,81,84)
#313F41
(49,63,65)
#212D2E
(33,45,46)
#111B1B
(17,27,27)
#000000
(0,0,0)

Tints of #B1CFD9

#B1CFD9
(177,207,217)
#B8D3DC
(184,211,220)
#BFD7DF
(191,215,223)
#C6DBE2
(198,219,226)
#CDDFE5
(205,223,229)
#D4E3E8
(212,227,232)
#DBE7EB
(219,231,235)
#E2EBEE
(226,235,238)
#E9EFF1
(233,239,241)
#F0F3F4
(240,243,244)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CFD9; }

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

This text font color is #B1CFD9.


Background Color

.myBgColor { background-color: #B1CFD9; }

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

This div background color is #B1CFD9.


Border color

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

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

This div border color is #B1CFD9.


Opacity

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

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

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

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

This text has shadow with #B1CFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CFD9 on black background.


Color preview on white background

This text has color #B1CFD9 on white background.



Black color preview on #B1CFD9 background

This text has black color on #B1CFD9 background.


White color preview on #B1CFD9 background

This text has white color on #B1CFD9 background.