COLOR #B7C564

HEX: #B7C564
RGB: (183,197,100)

Color info

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

RGB color model

#B7C564 color RGB value is (183,197,100).

  • red value is 183;
  • green value is 197;
  • blue value is 100.
RGB:
(183,197,100)
(72%,77%,39%)

RGB channels and saturation

R 183 of 255 = 72%
G 197 of 255 = 77%
B 100 of 255 = 39%

183
197
100

R + G + B ~ 63%. #B7C564 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 197 + 100 = 480 (100%)
R 183 of 480 ~ 38.13%
G 197 of 480 ~ 41.04%
B 100 of 480 ~ 20.83%

%38.13
%41.04
%20.83

CMYK color model

#B7C564 color CMYK value is (7,0,49,23).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 49.24%
  • key color value is 22.75%
CMYK:
(7,0,49,23)
C7M0Y49K23 
(7%,0%,49%,23%)
(0.07/0.00/0.49/0.23)	

CMYK percentages

%7.11
%0
%49.24
%22.75

Codes

Color #B7C564 in popluar color models

B7C564
RGB183197100
HSL69°45.54%58.24%
HSB/HSV69°49.24%77.25%
CMYK7.11%0.00%49.24%
22.75%

Color #B7C564 in popluar number systems.

HEXB7C564
Decimal183197100
Binary10110111110001011100100
Octal267305144

Shades and tints

Shades of #B7C564

#B7C564
(183,197,100)
#A7B45B
(167,180,91)
#97A352
(151,163,82)
#879249
(135,146,73)
#778140
(119,129,64)
#677037
(103,112,55)
#575F2E
(87,95,46)
#474E25
(71,78,37)
#373D1C
(55,61,28)
#272C13
(39,44,19)
#171B0A
(23,27,10)
#000000
(0,0,0)

Tints of #B7C564

#B7C564
(183,197,100)
#BDCA72
(189,202,114)
#C3CF80
(195,207,128)
#C9D48E
(201,212,142)
#CFD99C
(207,217,156)
#D5DEAA
(213,222,170)
#DBE3B8
(219,227,184)
#E1E8C6
(225,232,198)
#E7EDD4
(231,237,212)
#EDF2E2
(237,242,226)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C564 color. Also use rgb(183,197,100) instead hex code.

Text Font Color

.myTextColor { color: #B7C564; }

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

This text font color is #B7C564.


Background Color

.myBgColor { background-color: #B7C564; }

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

This div background color is #B7C564.


Border color

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

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

This div border color is #B7C564.


Opacity

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

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

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

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

This text has shadow with #B7C564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C564 on black background.


Color preview on white background

This text has color #B7C564 on white background.



Black color preview on #B7C564 background

This text has black color on #B7C564 background.


White color preview on #B7C564 background

This text has white color on #B7C564 background.