COLOR #B1CB91

HEX: #B1CB91
RGB: (177,203,145)

Color info

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

RGB color model

#B1CB91 color RGB value is (177,203,145).

  • red value is 177;
  • green value is 203;
  • blue value is 145.
RGB:
(177,203,145)
(69%,80%,57%)

RGB channels and saturation

R 177 of 255 = 69%
G 203 of 255 = 80%
B 145 of 255 = 57%

177
203
145

R + G + B ~ 69%. #B1CB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 203 + 145 = 525 (100%)
R 177 of 525 ~ 33.71%
G 203 of 525 ~ 38.67%
B 145 of 525 ~ 27.62%

%33.71
%38.67
%27.62

CMYK color model

#B1CB91 color CMYK value is (13,0,29,20).

  • cyan value is 12.81%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 20.39%
CMYK:
(13,0,29,20)
C13M0Y29K20 
(13%,0%,29%,20%)
(0.13/0.00/0.29/0.20)	

CMYK percentages

%12.81
%0
%28.57
%20.39

Codes

Color #B1CB91 in popluar color models

B1CB91
RGB177203145
HSL87°35.80%68.24%
HSB/HSV87°28.57%79.61%
CMYK12.81%0.00%28.57%
20.39%

Color #B1CB91 in popluar number systems.

HEXB1CB91
Decimal177203145
Binary101100011100101110010001
Octal261313221

Shades and tints

Shades of #B1CB91

#B1CB91
(177,203,145)
#A1B984
(161,185,132)
#91A777
(145,167,119)
#81956A
(129,149,106)
#71835D
(113,131,93)
#617150
(97,113,80)
#515F43
(81,95,67)
#414D36
(65,77,54)
#313B29
(49,59,41)
#21291C
(33,41,28)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #B1CB91

#B1CB91
(177,203,145)
#B8CF9B
(184,207,155)
#BFD3A5
(191,211,165)
#C6D7AF
(198,215,175)
#CDDBB9
(205,219,185)
#D4DFC3
(212,223,195)
#DBE3CD
(219,227,205)
#E2E7D7
(226,231,215)
#E9EBE1
(233,235,225)
#F0EFEB
(240,239,235)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CB91 color. Also use rgb(177,203,145) instead hex code.

Text Font Color

.myTextColor { color: #B1CB91; }

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

This text font color is #B1CB91.


Background Color

.myBgColor { background-color: #B1CB91; }

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

This div background color is #B1CB91.


Border color

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

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

This div border color is #B1CB91.


Opacity

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

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

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

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

This text has shadow with #B1CB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CB91 on black background.


Color preview on white background

This text has color #B1CB91 on white background.



Black color preview on #B1CB91 background

This text has black color on #B1CB91 background.


White color preview on #B1CB91 background

This text has white color on #B1CB91 background.