COLOR #B1B5CF

HEX: #B1B5CF RGB: (177,181,207)

Color info

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

RGB color model

#B1B5CF color RGB value is (177,181,207).

RGB: (177,181,207) (69%, 71%, 81%)

RGB channels and saturation

R 177 of 255 = 69%
G 181 of 255 = 71%
B 207 of 255 = 81%

177
181
207

R + G + B ~ 74%. #B1B5CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 181 + 207 = 565 (100%)
R 177 of 565 ~ 31.33%
G 181 of 565 ~ 32.04%
B 207 of 565 ~ 36.64'%

%31.33
%32.04
%36.64

CMYK color model

#B1B5CF color CMYK value is (14,13,0,19).

  • cyan value is 14.49%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (14,13,0,19)
C14M13Y0K19 (14%, 13%, 0%, 19%)
(0.14 / 0.13 / 0.00 / 0.19)

CMYK percentages

%14.49
%12.56
%0
%18.82

Codes

Color #B1B5CF in popluar color models

B1 B5 CF
RGB 177 181 207
HSL 232° 23.81% 75.29%
HSB/HSV 232° 14.49% 81.18%
CMYK 14.49% 12.56% 0.00%
18.82%

Color #B1B5CF in popluar number systems.

HEX B1 B5 CF
Decimal 177 181 207
Binary 10110001 10110101 11001111
Octal 261 265 317

Shades and tints

Shades of #B1B5CF

#B1B5CF
(177,181,207)
#A1A5BD
(161,165,189)
#9195AB
(145,149,171)
#818599
(129,133,153)
#717587
(113,117,135)
#616575
(97,101,117)
#515563
(81,85,99)
#414551
(65,69,81)
#31353F
(49,53,63)
#21252D
(33,37,45)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #B1B5CF

#B1B5CF
(177,181,207)
#B8BBD3
(184,187,211)
#BFC1D7
(191,193,215)
#C6C7DB
(198,199,219)
#CDCDDF
(205,205,223)
#D4D3E3
(212,211,227)
#DBD9E7
(219,217,231)
#E2DFEB
(226,223,235)
#E9E5EF
(233,229,239)
#F0EBF3
(240,235,243)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B5CF; }

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

This text font color is #B1B5CF.

Background Color

.myBgColor { background-color: #B1B5CF; }

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

This div background color is #B1B5CF.

Border color

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

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

This div border color is #B1B5CF.

Opacity

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

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

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

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

This text has shadow with #B1B5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B5CF.

Preview

Color preview on black background

This text has color #B1B5CF on black background.


Color preview on white background

This text has color #B1B5CF on white background.


Black color preview on #B1B5CF background

This text has black color on #B1B5CF background.


White color preview on #B1B5CF background

This text has white color on #B1B5CF background.


Related colors

Complementary color

Complementary color for #hex is #4E4A30.


I love getcolorcode.com

Triadic colors

1 #CFB1B5 and #B5CFB1 with #B1B5CF are triadic colors.

2 #CFB5B1 and #B5B1CF with #B1B5CF are triadic colors.