COLOR #B7D56C

HEX: #B7D56C
RGB: (183,213,108)

Color info

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

RGB color model

#B7D56C color RGB value is (183,213,108).

  • red value is 183;
  • green value is 213;
  • blue value is 108.
RGB:
(183,213,108)
(72%,84%,42%)

RGB channels and saturation

R 183 of 255 = 72%
G 213 of 255 = 84%
B 108 of 255 = 42%

183
213
108

R + G + B ~ 66%. #B7D56C is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 213 + 108 = 504 (100%)
R 183 of 504 ~ 36.31%
G 213 of 504 ~ 42.26%
B 108 of 504 ~ 21.43%

%36.31
%42.26
%21.43

CMYK color model

#B7D56C color CMYK value is (14,0,49,16).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 49.30%
  • key color value is 16.47%
CMYK:
(14,0,49,16)
C14M0Y49K16 
(14%,0%,49%,16%)
(0.14/0.00/0.49/0.16)	

CMYK percentages

%14.08
%0
%49.3
%16.47

Codes

Color #B7D56C in popluar color models

B7D56C
RGB183213108
HSL77°55.56%62.94%
HSB/HSV77°49.30%83.53%
CMYK14.08%0.00%49.30%
16.47%

Color #B7D56C in popluar number systems.

HEXB7D56C
Decimal183213108
Binary10110111110101011101100
Octal267325154

Shades and tints

Shades of #B7D56C

#B7D56C
(183,213,108)
#A7C263
(167,194,99)
#97AF5A
(151,175,90)
#879C51
(135,156,81)
#778948
(119,137,72)
#67763F
(103,118,63)
#576336
(87,99,54)
#47502D
(71,80,45)
#373D24
(55,61,36)
#272A1B
(39,42,27)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #B7D56C

#B7D56C
(183,213,108)
#BDD879
(189,216,121)
#C3DB86
(195,219,134)
#C9DE93
(201,222,147)
#CFE1A0
(207,225,160)
#D5E4AD
(213,228,173)
#DBE7BA
(219,231,186)
#E1EAC7
(225,234,199)
#E7EDD4
(231,237,212)
#EDF0E1
(237,240,225)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D56C color. Also use rgb(183,213,108) instead hex code.

Text Font Color

.myTextColor { color: #B7D56C; }

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

This text font color is #B7D56C.


Background Color

.myBgColor { background-color: #B7D56C; }

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

This div background color is #B7D56C.


Border color

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

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

This div border color is #B7D56C.


Opacity

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

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

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

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

This text has shadow with #B7D56C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D56C on black background.


Color preview on white background

This text has color #B7D56C on white background.



Black color preview on #B7D56C background

This text has black color on #B7D56C background.


White color preview on #B7D56C background

This text has white color on #B7D56C background.