COLOR #B1CD7F

HEX: #B1CD7F
RGB: (177,205,127)

Color info

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

RGB color model

#B1CD7F color RGB value is (177,205,127).

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

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 127 of 255 = 50%

177
205
127

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

Portions of RGB colors in percentages

R + G + B =
177 + 205 + 127 = 509 (100%)
R 177 of 509 ~ 34.77%
G 205 of 509 ~ 40.28%
B 127 of 509 ~ 24.95%

%34.77
%40.28
%24.95

CMYK color model

#B1CD7F color CMYK value is (14,0,38,20).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 38.05%
  • key color value is 19.61%
CMYK:
(14,0,38,20)
C14M0Y38K20 
(14%,0%,38%,20%)
(0.14/0.00/0.38/0.20)	

CMYK percentages

%13.66
%0
%38.05
%19.61

Codes

Color #B1CD7F in popluar color models

B1CD7F
RGB177205127
HSL82°43.82%65.10%
HSB/HSV82°38.05%80.39%
CMYK13.66%0.00%38.05%
19.61%

Color #B1CD7F in popluar number systems.

HEXB1CD7F
Decimal177205127
Binary10110001110011011111111
Octal261315177

Shades and tints

Shades of #B1CD7F

#B1CD7F
(177,205,127)
#A1BB74
(161,187,116)
#91A969
(145,169,105)
#81975E
(129,151,94)
#718553
(113,133,83)
#617348
(97,115,72)
#51613D
(81,97,61)
#414F32
(65,79,50)
#313D27
(49,61,39)
#212B1C
(33,43,28)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #B1CD7F

#B1CD7F
(177,205,127)
#B8D18A
(184,209,138)
#BFD595
(191,213,149)
#C6D9A0
(198,217,160)
#CDDDAB
(205,221,171)
#D4E1B6
(212,225,182)
#DBE5C1
(219,229,193)
#E2E9CC
(226,233,204)
#E9EDD7
(233,237,215)
#F0F1E2
(240,241,226)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CD7F; }

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

This text font color is #B1CD7F.


Background Color

.myBgColor { background-color: #B1CD7F; }

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

This div background color is #B1CD7F.


Border color

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

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

This div border color is #B1CD7F.


Opacity

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

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

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

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

This text has shadow with #B1CD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CD7F on black background.


Color preview on white background

This text has color #B1CD7F on white background.



Black color preview on #B1CD7F background

This text has black color on #B1CD7F background.


White color preview on #B1CD7F background

This text has white color on #B1CD7F background.