COLOR #B1CD71

HEX: #B1CD71 RGB: (177,205,113)

Color info

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

RGB color model

#B1CD71 color RGB value is (177,205,113).

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

RGB channels and saturation

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

177
205
113

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

Portions of RGB colors in percentages

R + G + B = 177 + 205 + 113 = 495 (100%)
R 177 of 495 ~ 35.76%
G 205 of 495 ~ 41.41%
B 113 of 495 ~ 22.83'%

%35.76
%41.41
%22.83

CMYK color model

#B1CD71 color CMYK value is (14,0,45,20).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 44.88%
  • key color value is 19.61%
CMYK: (14,0,45,20) C14M0Y45K20 (14%,0%,45%,20%) (0.14/0.00/0.45/0.20) 

CMYK percentages

%13.66
%0
%44.88
%19.61

Codes

Color #B1CD71 in popluar color models

B1 CD 71
RGB 177 205 113
HSL 78° 47.92% 62.35%
HSB/HSV 78° 44.88% 80.39%
CMYK 13.66% 0.00% 44.88%
19.61%

Color #B1CD71 in popluar number systems.

HEX B1 CD 71
Decimal 177 205 113
Binary 10110001 11001101 1110001
Octal 261 315 161

Shades and tints

Shades of #B1CD71

#B1CD71
(177,205,113)
#A1BB67
(161,187,103)
#91A95D
(145,169,93)
#819753
(129,151,83)
#718549
(113,133,73)
#61733F
(97,115,63)
#516135
(81,97,53)
#414F2B
(65,79,43)
#313D21
(49,61,33)
#212B17
(33,43,23)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #B1CD71

#B1CD71
(177,205,113)
#B8D17D
(184,209,125)
#BFD589
(191,213,137)
#C6D995
(198,217,149)
#CDDDA1
(205,221,161)
#D4E1AD
(212,225,173)
#DBE5B9
(219,229,185)
#E2E9C5
(226,233,197)
#E9EDD1
(233,237,209)
#F0F1DD
(240,241,221)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CD71; }

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

This text font color is #B1CD71.

Background Color

.myBgColor { background-color: #B1CD71; }

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

This div background color is #B1CD71.

Border color

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

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

This div border color is #B1CD71.

Opacity

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

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

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

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

This text has shadow with #B1CD71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CD71.

Preview

Color preview on black background

This text has color #B1CD71 on black background.


Color preview on white background

This text has color #B1CD71 on white background.


Black color preview on #B1CD71 background

This text has black color on #B1CD71 background.


White color preview on #B1CD71 background

This text has white color on #B1CD71 background.


Related colors

Complementary color

Complementary color for #hex is #4E328E.


I love getcolorcode.com

Triadic colors

1 #71B1CD and #CD71B1 with #B1CD71 are triadic colors.

2 #71CDB1 and #CDB171 with #B1CD71 are triadic colors.