COLOR #B1C3C5

HEX: #B1C3C5 RGB: (177,195,197)

Color info

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

RGB color model

#B1C3C5 color RGB value is (177,195,197).

RGB: (177,195,197) (69%, 76%, 77%)

RGB channels and saturation

R 177 of 255 = 69%
G 195 of 255 = 76%
B 197 of 255 = 77%

177
195
197

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

Portions of RGB colors in percentages

R + G + B = 177 + 195 + 197 = 569 (100%)
R 177 of 569 ~ 31.11%
G 195 of 569 ~ 34.27%
B 197 of 569 ~ 34.62'%

%31.11
%34.27
%34.62

CMYK color model

#B1C3C5 color CMYK value is (10,1,0,23).

  • cyan value is 10.15%
  • magenta value is 1.02%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (10,1,0,23) C10M1Y0K23 (10%,1%,0%,23%) (0.10/0.01/0.00/0.23) 

CMYK percentages

%10.15
%1.02
%0
%22.75

Codes

Color #B1C3C5 in popluar color models

B1 C3 C5
RGB 177 195 197
HSL 186° 14.71% 73.33%
HSB/HSV 186° 10.15% 77.25%
CMYK 10.15% 1.02% 0.00%
22.75%

Color #B1C3C5 in popluar number systems.

HEX B1 C3 C5
Decimal 177 195 197
Binary 10110001 11000011 11000101
Octal 261 303 305

Shades and tints

Shades of #B1C3C5

#B1C3C5
(177,195,197)
#A1B2B4
(161,178,180)
#91A1A3
(145,161,163)
#819092
(129,144,146)
#717F81
(113,127,129)
#616E70
(97,110,112)
#515D5F
(81,93,95)
#414C4E
(65,76,78)
#313B3D
(49,59,61)
#212A2C
(33,42,44)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #B1C3C5

#B1C3C5
(177,195,197)
#B8C8CA
(184,200,202)
#BFCDCF
(191,205,207)
#C6D2D4
(198,210,212)
#CDD7D9
(205,215,217)
#D4DCDE
(212,220,222)
#DBE1E3
(219,225,227)
#E2E6E8
(226,230,232)
#E9EBED
(233,235,237)
#F0F0F2
(240,240,242)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C3C5; }

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

This text font color is #B1C3C5.

Background Color

.myBgColor { background-color: #B1C3C5; }

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

This div background color is #B1C3C5.

Border color

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

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

This div border color is #B1C3C5.

Opacity

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

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

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

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

This text has shadow with #B1C3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C3C5.

Preview

Color preview on black background

This text has color #B1C3C5 on black background.


Color preview on white background

This text has color #B1C3C5 on white background.


Black color preview on #B1C3C5 background

This text has black color on #B1C3C5 background.


White color preview on #B1C3C5 background

This text has white color on #B1C3C5 background.


Related colors

Complementary color

Complementary color for #hex is #4E3C3A.


I love getcolorcode.com

Triadic colors

1 #C5B1C3 and #C3C5B1 with #B1C3C5 are triadic colors.

2 #C5C3B1 and #C3B1C5 with #B1C3C5 are triadic colors.