COLOR #B1CB81

HEX: #B1CB81
RGB: (177,203,129)

Color info

#B1CB81 contains mainly red and green colors. Web safe color of #B1CB81 is #99CC99 (or #9C9).

RGB color model

#B1CB81 color RGB value is (177,203,129).

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

RGB channels and saturation

R 177 of 255 = 69%
G 203 of 255 = 80%
B 129 of 255 = 51%

177
203
129

R + G + B ~ 67%. #B1CB81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 203 + 129 = 509 (100%)
R 177 of 509 ~ 34.77%
G 203 of 509 ~ 39.88%
B 129 of 509 ~ 25.34%

%34.77
%39.88
%25.34

CMYK color model

#B1CB81 color CMYK value is (13,0,36,20).

  • cyan value is 12.81%
  • magenta value is 0.00%
  • yellow value is 36.45%
  • key color value is 20.39%
CMYK:
(13,0,36,20)
C13M0Y36K20 
(13%,0%,36%,20%)
(0.13/0.00/0.36/0.20)	

CMYK percentages

%12.81
%0
%36.45
%20.39

Codes

Color #B1CB81 in popluar color models

B1CB81
RGB177203129
HSL81°41.57%65.10%
HSB/HSV81°36.45%79.61%
CMYK12.81%0.00%36.45%
20.39%

Color #B1CB81 in popluar number systems.

HEXB1CB81
Decimal177203129
Binary101100011100101110000001
Octal261313201

Shades and tints

Shades of #B1CB81

#B1CB81
(177,203,129)
#A1B976
(161,185,118)
#91A76B
(145,167,107)
#819560
(129,149,96)
#718355
(113,131,85)
#61714A
(97,113,74)
#515F3F
(81,95,63)
#414D34
(65,77,52)
#313B29
(49,59,41)
#21291E
(33,41,30)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #B1CB81

#B1CB81
(177,203,129)
#B8CF8C
(184,207,140)
#BFD397
(191,211,151)
#C6D7A2
(198,215,162)
#CDDBAD
(205,219,173)
#D4DFB8
(212,223,184)
#DBE3C3
(219,227,195)
#E2E7CE
(226,231,206)
#E9EBD9
(233,235,217)
#F0EFE4
(240,239,228)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CB81; }

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

This text font color is #B1CB81.


Background Color

.myBgColor { background-color: #B1CB81; }

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

This div background color is #B1CB81.


Border color

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

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

This div border color is #B1CB81.


Opacity

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

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

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

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

This text has shadow with #B1CB81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CB81 on black background.


Color preview on white background

This text has color #B1CB81 on white background.



Black color preview on #B1CB81 background

This text has black color on #B1CB81 background.


White color preview on #B1CB81 background

This text has white color on #B1CB81 background.