COLOR #B1C067

HEX: #B1C067
RGB: (177,192,103)

Color info

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

RGB color model

#B1C067 color RGB value is (177,192,103).

  • red value is 177;
  • green value is 192;
  • blue value is 103.
RGB:
(177,192,103)
(69%,75%,40%)

RGB channels and saturation

R 177 of 255 = 69%
G 192 of 255 = 75%
B 103 of 255 = 40%

177
192
103

R + G + B ~ 61%. #B1C067 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 192 + 103 = 472 (100%)
R 177 of 472 ~ 37.5%
G 192 of 472 ~ 40.68%
B 103 of 472 ~ 21.82%

%37.5
%40.68
%21.82

CMYK color model

#B1C067 color CMYK value is (8,0,46,25).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 46.35%
  • key color value is 24.71%
CMYK:
(8,0,46,25)
C8M0Y46K25 
(8%,0%,46%,25%)
(0.08/0.00/0.46/0.25)	

CMYK percentages

%7.81
%0
%46.35
%24.71

Codes

Color #B1C067 in popluar color models

B1C067
RGB177192103
HSL70°41.40%57.84%
HSB/HSV70°46.35%75.29%
CMYK7.81%0.00%46.35%
24.71%

Color #B1C067 in popluar number systems.

HEXB1C067
Decimal177192103
Binary10110001110000001100111
Octal261300147

Shades and tints

Shades of #B1C067

#B1C067
(177,192,103)
#A1AF5E
(161,175,94)
#919E55
(145,158,85)
#818D4C
(129,141,76)
#717C43
(113,124,67)
#616B3A
(97,107,58)
#515A31
(81,90,49)
#414928
(65,73,40)
#31381F
(49,56,31)
#212716
(33,39,22)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #B1C067

#B1C067
(177,192,103)
#B8C574
(184,197,116)
#BFCA81
(191,202,129)
#C6CF8E
(198,207,142)
#CDD49B
(205,212,155)
#D4D9A8
(212,217,168)
#DBDEB5
(219,222,181)
#E2E3C2
(226,227,194)
#E9E8CF
(233,232,207)
#F0EDDC
(240,237,220)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C067 color. Also use rgb(177,192,103) instead hex code.

Text Font Color

.myTextColor { color: #B1C067; }

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

This text font color is #B1C067.


Background Color

.myBgColor { background-color: #B1C067; }

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

This div background color is #B1C067.


Border color

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

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

This div border color is #B1C067.


Opacity

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

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

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

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

This text has shadow with #B1C067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C067 on black background.


Color preview on white background

This text has color #B1C067 on white background.



Black color preview on #B1C067 background

This text has black color on #B1C067 background.


White color preview on #B1C067 background

This text has white color on #B1C067 background.