COLOR #B7D816

HEX: #B7D816
RGB: (183,216,22)

Color info

#B7D816 contains mainly red and green colors. Web safe color of #B7D816 is #CCCC00 (or #CC0).

RGB color model

#B7D816 color RGB value is (183,216,22).

  • red value is 183;
  • green value is 216;
  • blue value is 22.
RGB:
(183,216,22)
(72%,85%,9%)

RGB channels and saturation

R 183 of 255 = 72%
G 216 of 255 = 85%
B 22 of 255 = 9%

183
216
22

R + G + B ~ 55%. #B7D816 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 216 + 22 = 421 (100%)
R 183 of 421 ~ 43.47%
G 216 of 421 ~ 51.31%
B 22 of 421 ~ 5.23%

%43.47
%51.31

CMYK color model

#B7D816 color CMYK value is (15,0,90,15).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 89.81%
  • key color value is 15.29%
CMYK:
(15,0,90,15)
C15M0Y90K15 
(15%,0%,90%,15%)
(0.15/0.00/0.90/0.15)	

CMYK percentages

%15.28
%0
%89.81
%15.29

Codes

Color #B7D816 in popluar color models

B7D816
RGB18321622
HSL70°81.51%46.67%
HSB/HSV70°89.81%84.71%
CMYK15.28%0.00%89.81%
15.29%

Color #B7D816 in popluar number systems.

HEXB7D816
Decimal18321622
Binary101101111101100010110
Octal26733026

Shades and tints

Shades of #B7D816

#B7D816
(183,216,22)
#A7C514
(167,197,20)
#97B212
(151,178,18)
#879F10
(135,159,16)
#778C0E
(119,140,14)
#67790C
(103,121,12)
#57660A
(87,102,10)
#475308
(71,83,8)
#374006
(55,64,6)
#272D04
(39,45,4)
#171A02
(23,26,2)
#000000
(0,0,0)

Tints of #B7D816

#B7D816
(183,216,22)
#BDDB2B
(189,219,43)
#C3DE40
(195,222,64)
#C9E155
(201,225,85)
#CFE46A
(207,228,106)
#D5E77F
(213,231,127)
#DBEA94
(219,234,148)
#E1EDA9
(225,237,169)
#E7F0BE
(231,240,190)
#EDF3D3
(237,243,211)
#F3F6E8
(243,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D816 color. Also use rgb(183,216,22) instead hex code.

Text Font Color

.myTextColor { color: #B7D816; }

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

This text font color is #B7D816.


Background Color

.myBgColor { background-color: #B7D816; }

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

This div background color is #B7D816.


Border color

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

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

This div border color is #B7D816.


Opacity

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

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

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

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

This text has shadow with #B7D816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D816 on black background.


Color preview on white background

This text has color #B7D816 on white background.



Black color preview on #B7D816 background

This text has black color on #B7D816 background.


White color preview on #B7D816 background

This text has white color on #B7D816 background.