COLOR #B7DE1B

HEX: #B7DE1B
RGB: (183,222,27)

Color info

#B7DE1B contains mainly red and green colors. Web safe color of #B7DE1B is #CCCC33 (or #CC3).

RGB color model

#B7DE1B color RGB value is (183,222,27).

  • red value is 183;
  • green value is 222;
  • blue value is 27.
RGB:
(183,222,27)
(72%,87%,11%)

RGB channels and saturation

R 183 of 255 = 72%
G 222 of 255 = 87%
B 27 of 255 = 11%

183
222
27

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

Portions of RGB colors in percentages

R + G + B =
183 + 222 + 27 = 432 (100%)
R 183 of 432 ~ 42.36%
G 222 of 432 ~ 51.39%
B 27 of 432 ~ 6.25%

%42.36
%51.39

CMYK color model

#B7DE1B color CMYK value is (18,0,88,13).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 87.84%
  • key color value is 12.94%
CMYK:
(18,0,88,13)
C18M0Y88K13 
(18%,0%,88%,13%)
(0.18/0.00/0.88/0.13)	

CMYK percentages

%17.57
%0
%87.84
%12.94

Codes

Color #B7DE1B in popluar color models

B7DE1B
RGB18322227
HSL72°78.31%48.82%
HSB/HSV72°87.84%87.06%
CMYK17.57%0.00%87.84%
12.94%

Color #B7DE1B in popluar number systems.

HEXB7DE1B
Decimal18322227
Binary101101111101111011011
Octal26733633

Shades and tints

Shades of #B7DE1B

#B7DE1B
(183,222,27)
#A7CA19
(167,202,25)
#97B617
(151,182,23)
#87A215
(135,162,21)
#778E13
(119,142,19)
#677A11
(103,122,17)
#57660F
(87,102,15)
#47520D
(71,82,13)
#373E0B
(55,62,11)
#272A09
(39,42,9)
#171607
(23,22,7)
#000000
(0,0,0)

Tints of #B7DE1B

#B7DE1B
(183,222,27)
#BDE12F
(189,225,47)
#C3E443
(195,228,67)
#C9E757
(201,231,87)
#CFEA6B
(207,234,107)
#D5ED7F
(213,237,127)
#DBF093
(219,240,147)
#E1F3A7
(225,243,167)
#E7F6BB
(231,246,187)
#EDF9CF
(237,249,207)
#F3FCE3
(243,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DE1B color. Also use rgb(183,222,27) instead hex code.

Text Font Color

.myTextColor { color: #B7DE1B; }

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

This text font color is #B7DE1B.


Background Color

.myBgColor { background-color: #B7DE1B; }

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

This div background color is #B7DE1B.


Border color

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

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

This div border color is #B7DE1B.


Opacity

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

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

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

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

This text has shadow with #B7DE1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DE1B on black background.


Color preview on white background

This text has color #B7DE1B on white background.



Black color preview on #B7DE1B background

This text has black color on #B7DE1B background.


White color preview on #B7DE1B background

This text has white color on #B7DE1B background.