COLOR #B1CF87

HEX: #B1CF87
RGB: (177,207,135)

Color info

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

RGB color model

#B1CF87 color RGB value is (177,207,135).

  • red value is 177;
  • green value is 207;
  • blue value is 135.
RGB:
(177,207,135)
(69%,81%,53%)

RGB channels and saturation

R 177 of 255 = 69%
G 207 of 255 = 81%
B 135 of 255 = 53%

177
207
135

R + G + B ~ 68%. #B1CF87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 207 + 135 = 519 (100%)
R 177 of 519 ~ 34.1%
G 207 of 519 ~ 39.88%
B 135 of 519 ~ 26.01%

%34.1
%39.88
%26.01

CMYK color model

#B1CF87 color CMYK value is (14,0,35,19).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 18.82%
CMYK:
(14,0,35,19)
C14M0Y35K19 
(14%,0%,35%,19%)
(0.14/0.00/0.35/0.19)	

CMYK percentages

%14.49
%0
%34.78
%18.82

Codes

Color #B1CF87 in popluar color models

B1CF87
RGB177207135
HSL85°42.86%67.06%
HSB/HSV85°34.78%81.18%
CMYK14.49%0.00%34.78%
18.82%

Color #B1CF87 in popluar number systems.

HEXB1CF87
Decimal177207135
Binary101100011100111110000111
Octal261317207

Shades and tints

Shades of #B1CF87

#B1CF87
(177,207,135)
#A1BD7B
(161,189,123)
#91AB6F
(145,171,111)
#819963
(129,153,99)
#718757
(113,135,87)
#61754B
(97,117,75)
#51633F
(81,99,63)
#415133
(65,81,51)
#313F27
(49,63,39)
#212D1B
(33,45,27)
#111B0F
(17,27,15)
#000000
(0,0,0)

Tints of #B1CF87

#B1CF87
(177,207,135)
#B8D391
(184,211,145)
#BFD79B
(191,215,155)
#C6DBA5
(198,219,165)
#CDDFAF
(205,223,175)
#D4E3B9
(212,227,185)
#DBE7C3
(219,231,195)
#E2EBCD
(226,235,205)
#E9EFD7
(233,239,215)
#F0F3E1
(240,243,225)
#F7F7EB
(247,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CF87 color. Also use rgb(177,207,135) instead hex code.

Text Font Color

.myTextColor { color: #B1CF87; }

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

This text font color is #B1CF87.


Background Color

.myBgColor { background-color: #B1CF87; }

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

This div background color is #B1CF87.


Border color

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

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

This div border color is #B1CF87.


Opacity

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

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

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

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

This text has shadow with #B1CF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CF87 on black background.


Color preview on white background

This text has color #B1CF87 on white background.



Black color preview on #B1CF87 background

This text has black color on #B1CF87 background.


White color preview on #B1CF87 background

This text has white color on #B1CF87 background.