COLOR #B4DE92

HEX: #B4DE92
RGB: (180,222,146)

Color info

#B4DE92 contains mainly red and green colors. Web safe color of #B4DE92 is #CCCC99 (or #CC9).

RGB color model

#B4DE92 color RGB value is (180,222,146).

  • red value is 180;
  • green value is 222;
  • blue value is 146.
RGB:
(180,222,146)
(71%,87%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 222 of 255 = 87%
B 146 of 255 = 57%

180
222
146

R + G + B ~ 72%. #B4DE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 222 + 146 = 548 (100%)
R 180 of 548 ~ 32.85%
G 222 of 548 ~ 40.51%
B 146 of 548 ~ 26.64%

%32.85
%40.51
%26.64

CMYK color model

#B4DE92 color CMYK value is (19,0,34,13).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 34.23%
  • key color value is 12.94%
CMYK:
(19,0,34,13)
C19M0Y34K13 
(19%,0%,34%,13%)
(0.19/0.00/0.34/0.13)	

CMYK percentages

%18.92
%0
%34.23
%12.94

Codes

Color #B4DE92 in popluar color models

B4DE92
RGB180222146
HSL93°53.52%72.16%
HSB/HSV93°34.23%87.06%
CMYK18.92%0.00%34.23%
12.94%

Color #B4DE92 in popluar number systems.

HEXB4DE92
Decimal180222146
Binary101101001101111010010010
Octal264336222

Shades and tints

Shades of #B4DE92

#B4DE92
(180,222,146)
#A4CA85
(164,202,133)
#94B678
(148,182,120)
#84A26B
(132,162,107)
#748E5E
(116,142,94)
#647A51
(100,122,81)
#546644
(84,102,68)
#445237
(68,82,55)
#343E2A
(52,62,42)
#242A1D
(36,42,29)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #B4DE92

#B4DE92
(180,222,146)
#BAE19B
(186,225,155)
#C0E4A4
(192,228,164)
#C6E7AD
(198,231,173)
#CCEAB6
(204,234,182)
#D2EDBF
(210,237,191)
#D8F0C8
(216,240,200)
#DEF3D1
(222,243,209)
#E4F6DA
(228,246,218)
#EAF9E3
(234,249,227)
#F0FCEC
(240,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DE92 color. Also use rgb(180,222,146) instead hex code.

Text Font Color

.myTextColor { color: #B4DE92; }

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

This text font color is #B4DE92.


Background Color

.myBgColor { background-color: #B4DE92; }

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

This div background color is #B4DE92.


Border color

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

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

This div border color is #B4DE92.


Opacity

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

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

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

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

This text has shadow with #B4DE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DE92 on black background.


Color preview on white background

This text has color #B4DE92 on white background.



Black color preview on #B4DE92 background

This text has black color on #B4DE92 background.


White color preview on #B4DE92 background

This text has white color on #B4DE92 background.