COLOR #B1CB71

HEX: #B1CB71 RGB: (177,203,113)

Color info

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

RGB color model

#B1CB71 color RGB value is (177,203,113).

RGB: (177,203,113) (69%, 80%, 44%)

RGB channels and saturation

R 177 of 255 = 69%
G 203 of 255 = 80%
B 113 of 255 = 44%

177
203
113

R + G + B ~ 64%. #B1CB71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 203 + 113 = 493 (100%)
R 177 of 493 ~ 35.9%
G 203 of 493 ~ 41.18%
B 113 of 493 ~ 22.92'%

%35.9
%41.18
%22.92

CMYK color model

#B1CB71 color CMYK value is (13,0,44,20).

  • cyan value is 12.81%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 20.39%

CMYK: (13,0,44,20)
C13M0Y44K20 (13%, 0%, 44%, 20%)
(0.13 / 0.00 / 0.44 / 0.20)

CMYK percentages

%12.81
%0
%44.33
%20.39

Codes

Color #B1CB71 in popluar color models

B1 CB 71
RGB 177 203 113
HSL 77° 46.39% 61.96%
HSB/HSV 77° 44.33% 79.61%
CMYK 12.81% 0.00% 44.33%
20.39%

Color #B1CB71 in popluar number systems.

HEX B1 CB 71
Decimal 177 203 113
Binary 10110001 11001011 1110001
Octal 261 313 161

Shades and tints

Shades of #B1CB71

#B1CB71
(177,203,113)
#A1B967
(161,185,103)
#91A75D
(145,167,93)
#819553
(129,149,83)
#718349
(113,131,73)
#61713F
(97,113,63)
#515F35
(81,95,53)
#414D2B
(65,77,43)
#313B21
(49,59,33)
#212917
(33,41,23)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #B1CB71

#B1CB71
(177,203,113)
#B8CF7D
(184,207,125)
#BFD389
(191,211,137)
#C6D795
(198,215,149)
#CDDBA1
(205,219,161)
#D4DFAD
(212,223,173)
#DBE3B9
(219,227,185)
#E2E7C5
(226,231,197)
#E9EBD1
(233,235,209)
#F0EFDD
(240,239,221)
#F7F3E9
(247,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CB71; }

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

This text font color is #B1CB71.

Background Color

.myBgColor { background-color: #B1CB71; }

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

This div background color is #B1CB71.

Border color

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

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

This div border color is #B1CB71.

Opacity

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

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

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

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

This text has shadow with #B1CB71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CB71.

Preview

Color preview on black background

This text has color #B1CB71 on black background.


Color preview on white background

This text has color #B1CB71 on white background.


Black color preview on #B1CB71 background

This text has black color on #B1CB71 background.


White color preview on #B1CB71 background

This text has white color on #B1CB71 background.


Related colors

Complementary color

Complementary color for #hex is #4E348E.


I love getcolorcode.com

Triadic colors

1 #71B1CB and #CB71B1 with #B1CB71 are triadic colors.

2 #71CBB1 and #CBB171 with #B1CB71 are triadic colors.