COLOR #B1C5C3

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

Color info

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

RGB color model

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

  • red value is 177;
  • green value is 197;
  • blue value is 195.
RGB:
(177,197,195)
(69%,77%,76%)

RGB channels and saturation

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

177
197
195

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

Portions of RGB colors in percentages

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

%31.11
%34.62
%34.27

CMYK color model

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

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

CMYK percentages

%10.15
%0
%1.02
%22.75

Codes

Color #B1C5C3 in popluar color models

B1C5C3
RGB177197195
HSL174°14.71%73.33%
HSB/HSV174°10.15%77.25%
CMYK10.15%0.00%1.02%
22.75%

Color #B1C5C3 in popluar number systems.

HEXB1C5C3
Decimal177197195
Binary101100011100010111000011
Octal261305303

Shades and tints

Shades of #B1C5C3

#B1C5C3
(177,197,195)
#A1B4B2
(161,180,178)
#91A3A1
(145,163,161)
#819290
(129,146,144)
#71817F
(113,129,127)
#61706E
(97,112,110)
#515F5D
(81,95,93)
#414E4C
(65,78,76)
#313D3B
(49,61,59)
#212C2A
(33,44,42)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #B1C5C3

#B1C5C3
(177,197,195)
#B8CAC8
(184,202,200)
#BFCFCD
(191,207,205)
#C6D4D2
(198,212,210)
#CDD9D7
(205,217,215)
#D4DEDC
(212,222,220)
#DBE3E1
(219,227,225)
#E2E8E6
(226,232,230)
#E9EDEB
(233,237,235)
#F0F2F0
(240,242,240)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C5C3; }

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

This text font color is #B1C5C3.


Background Color

.myBgColor { background-color: #B1C5C3; }

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

This div background color is #B1C5C3.


Border color

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

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

This div border color is #B1C5C3.


Opacity

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

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

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

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

This text has shadow with #B1C5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C5C3 on black background.


Color preview on white background

This text has color #B1C5C3 on white background.



Black color preview on #B1C5C3 background

This text has black color on #B1C5C3 background.


White color preview on #B1C5C3 background

This text has white color on #B1C5C3 background.