COLOR #B1CB80

HEX: #B1CB80
RGB: (177,203,128)

Color info

#B1CB80 contains mainly red and green colors. Web safe color of #B1CB80 is #99CC66 (or #9C6).

RGB color model

#B1CB80 color RGB value is (177,203,128).

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

RGB channels and saturation

R 177 of 255 = 69%
G 203 of 255 = 80%
B 128 of 255 = 50%

177
203
128

R + G + B ~ 66%. #B1CB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 203 + 128 = 508 (100%)
R 177 of 508 ~ 34.84%
G 203 of 508 ~ 39.96%
B 128 of 508 ~ 25.2%

%34.84
%39.96
%25.2

CMYK color model

#B1CB80 color CMYK value is (13,0,37,20).

  • cyan value is 12.81%
  • magenta value is 0.00%
  • yellow value is 36.95%
  • key color value is 20.39%
CMYK: (13,0,37,20) C13M0Y37K20 (13%,0%,37%,20%) (0.13/0.00/0.37/0.20)

CMYK percentages

%12.81
%0
%36.95
%20.39

Codes

Color #B1CB80 in popluar color models

B1CB80
RGB177203128
HSL81°41.90%64.90%
HSB/HSV81°36.95%79.61%
CMYK12.81%0.00%36.95%
20.39%

Color #B1CB80 in popluar number systems.

HEXB1CB80
Decimal177203128
Binary101100011100101110000000
Octal261313200

Shades and tints

Shades of #B1CB80

#B1CB80
(177,203,128)
#A1B975
(161,185,117)
#91A76A
(145,167,106)
#81955F
(129,149,95)
#718354
(113,131,84)
#617149
(97,113,73)
#515F3E
(81,95,62)
#414D33
(65,77,51)
#313B28
(49,59,40)
#21291D
(33,41,29)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #B1CB80

#B1CB80
(177,203,128)
#B8CF8B
(184,207,139)
#BFD396
(191,211,150)
#C6D7A1
(198,215,161)
#CDDBAC
(205,219,172)
#D4DFB7
(212,223,183)
#DBE3C2
(219,227,194)
#E2E7CD
(226,231,205)
#E9EBD8
(233,235,216)
#F0EFE3
(240,239,227)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CB80; }

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

This text font color is #B1CB80.


Background Color

.myBgColor { background-color: #B1CB80; }

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

This div background color is #B1CB80.


Border color

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

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

This div border color is #B1CB80.


Opacity

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

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

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

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

This text has shadow with #B1CB80 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1CB80 on black background.


Color preview on white background

This text has color #B1CB80 on white background.



Black color preview on #B1CB80 background

This text has black color on #B1CB80 background.


White color preview on #B1CB80 background

This text has white color on #B1CB80 background.