COLOR #B1C767

HEX: #B1C767
RGB: (177,199,103)

Color info

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

RGB color model

#B1C767 color RGB value is (177,199,103).

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

RGB channels and saturation

R 177 of 255 = 69%
G 199 of 255 = 78%
B 103 of 255 = 40%

177
199
103

R + G + B ~ 62%. #B1C767 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 199 + 103 = 479 (100%)
R 177 of 479 ~ 36.95%
G 199 of 479 ~ 41.54%
B 103 of 479 ~ 21.5%

%36.95
%41.54
%21.5

CMYK color model

#B1C767 color CMYK value is (11,0,48,22).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • key color value is 21.96%
CMYK:
(11,0,48,22)
C11M0Y48K22 
(11%,0%,48%,22%)
(0.11/0.00/0.48/0.22)	

CMYK percentages

%11.06
%0
%48.24
%21.96

Codes

Color #B1C767 in popluar color models

B1C767
RGB177199103
HSL74°46.15%59.22%
HSB/HSV74°48.24%78.04%
CMYK11.06%0.00%48.24%
21.96%

Color #B1C767 in popluar number systems.

HEXB1C767
Decimal177199103
Binary10110001110001111100111
Octal261307147

Shades and tints

Shades of #B1C767

#B1C767
(177,199,103)
#A1B55E
(161,181,94)
#91A355
(145,163,85)
#81914C
(129,145,76)
#717F43
(113,127,67)
#616D3A
(97,109,58)
#515B31
(81,91,49)
#414928
(65,73,40)
#31371F
(49,55,31)
#212516
(33,37,22)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #B1C767

#B1C767
(177,199,103)
#B8CC74
(184,204,116)
#BFD181
(191,209,129)
#C6D68E
(198,214,142)
#CDDB9B
(205,219,155)
#D4E0A8
(212,224,168)
#DBE5B5
(219,229,181)
#E2EAC2
(226,234,194)
#E9EFCF
(233,239,207)
#F0F4DC
(240,244,220)
#F7F9E9
(247,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C767; }

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

This text font color is #B1C767.


Background Color

.myBgColor { background-color: #B1C767; }

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

This div background color is #B1C767.


Border color

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

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

This div border color is #B1C767.


Opacity

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

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

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

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

This text has shadow with #B1C767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C767 on black background.


Color preview on white background

This text has color #B1C767 on white background.



Black color preview on #B1C767 background

This text has black color on #B1C767 background.


White color preview on #B1C767 background

This text has white color on #B1C767 background.