COLOR #B7C77F

HEX: #B7C77F
RGB: (183,199,127)

Color info

#B7C77F contains mainly red and green colors. Web safe color of #B7C77F is #CCCC66 (or #CC6).

RGB color model

#B7C77F color RGB value is (183,199,127).

  • red value is 183;
  • green value is 199;
  • blue value is 127.
RGB:
(183,199,127)
(72%,78%,50%)

RGB channels and saturation

R 183 of 255 = 72%
G 199 of 255 = 78%
B 127 of 255 = 50%

183
199
127

R + G + B ~ 67%. #B7C77F is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 199 + 127 = 509 (100%)
R 183 of 509 ~ 35.95%
G 199 of 509 ~ 39.1%
B 127 of 509 ~ 24.95%

%35.95
%39.1
%24.95

CMYK color model

#B7C77F color CMYK value is (8,0,36,22).

  • cyan value is 8.04%
  • magenta value is 0.00%
  • yellow value is 36.18%
  • key color value is 21.96%
CMYK:
(8,0,36,22)
C8M0Y36K22 
(8%,0%,36%,22%)
(0.08/0.00/0.36/0.22)	

CMYK percentages

%8.04
%0
%36.18
%21.96

Codes

Color #B7C77F in popluar color models

B7C77F
RGB183199127
HSL73°39.13%63.92%
HSB/HSV73°36.18%78.04%
CMYK8.04%0.00%36.18%
21.96%

Color #B7C77F in popluar number systems.

HEXB7C77F
Decimal183199127
Binary10110111110001111111111
Octal267307177

Shades and tints

Shades of #B7C77F

#B7C77F
(183,199,127)
#A7B574
(167,181,116)
#97A369
(151,163,105)
#87915E
(135,145,94)
#777F53
(119,127,83)
#676D48
(103,109,72)
#575B3D
(87,91,61)
#474932
(71,73,50)
#373727
(55,55,39)
#27251C
(39,37,28)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #B7C77F

#B7C77F
(183,199,127)
#BDCC8A
(189,204,138)
#C3D195
(195,209,149)
#C9D6A0
(201,214,160)
#CFDBAB
(207,219,171)
#D5E0B6
(213,224,182)
#DBE5C1
(219,229,193)
#E1EACC
(225,234,204)
#E7EFD7
(231,239,215)
#EDF4E2
(237,244,226)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C77F color. Also use rgb(183,199,127) instead hex code.

Text Font Color

.myTextColor { color: #B7C77F; }

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

This text font color is #B7C77F.


Background Color

.myBgColor { background-color: #B7C77F; }

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

This div background color is #B7C77F.


Border color

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

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

This div border color is #B7C77F.


Opacity

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

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

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

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

This text has shadow with #B7C77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C77F on black background.


Color preview on white background

This text has color #B7C77F on white background.



Black color preview on #B7C77F background

This text has black color on #B7C77F background.


White color preview on #B7C77F background

This text has white color on #B7C77F background.