COLOR #B1C5BE

HEX: #B1C5BE
RGB: (177,197,190)

Color info

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

RGB color model

#B1C5BE color RGB value is (177,197,190).

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

RGB channels and saturation

R 177 of 255 = 69%
G 197 of 255 = 77%
B 190 of 255 = 75%

177
197
190

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

Portions of RGB colors in percentages

R + G + B =
177 + 197 + 190 = 564 (100%)
R 177 of 564 ~ 31.38%
G 197 of 564 ~ 34.93%
B 190 of 564 ~ 33.69%

%31.38
%34.93
%33.69

CMYK color model

#B1C5BE color CMYK value is (10,0,4,23).

  • cyan value is 10.15%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(10,0,4,23)
C10M0Y4K23 
(10%,0%,4%,23%)
(0.10/0.00/0.04/0.23)	

CMYK percentages

%10.15
%0
%3.55
%22.75

Codes

Color #B1C5BE in popluar color models

B1C5BE
RGB177197190
HSL159°14.71%73.33%
HSB/HSV159°10.15%77.25%
CMYK10.15%0.00%3.55%
22.75%

Color #B1C5BE in popluar number systems.

HEXB1C5BE
Decimal177197190
Binary101100011100010110111110
Octal261305276

Shades and tints

Shades of #B1C5BE

#B1C5BE
(177,197,190)
#A1B4AD
(161,180,173)
#91A39C
(145,163,156)
#81928B
(129,146,139)
#71817A
(113,129,122)
#617069
(97,112,105)
#515F58
(81,95,88)
#414E47
(65,78,71)
#313D36
(49,61,54)
#212C25
(33,44,37)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #B1C5BE

#B1C5BE
(177,197,190)
#B8CAC3
(184,202,195)
#BFCFC8
(191,207,200)
#C6D4CD
(198,212,205)
#CDD9D2
(205,217,210)
#D4DED7
(212,222,215)
#DBE3DC
(219,227,220)
#E2E8E1
(226,232,225)
#E9EDE6
(233,237,230)
#F0F2EB
(240,242,235)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C5BE; }

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

This text font color is #B1C5BE.


Background Color

.myBgColor { background-color: #B1C5BE; }

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

This div background color is #B1C5BE.


Border color

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

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

This div border color is #B1C5BE.


Opacity

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

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

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

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

This text has shadow with #B1C5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C5BE on black background.


Color preview on white background

This text has color #B1C5BE on white background.



Black color preview on #B1C5BE background

This text has black color on #B1C5BE background.


White color preview on #B1C5BE background

This text has white color on #B1C5BE background.