COLOR #B4E69E

HEX: #B4E69E
RGB: (180,230,158)

Color info

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

RGB color model

#B4E69E color RGB value is (180,230,158).

  • red value is 180;
  • green value is 230;
  • blue value is 158.
RGB:
(180,230,158)
(71%,90%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 230 of 255 = 90%
B 158 of 255 = 62%

180
230
158

R + G + B ~ 74%. #B4E69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 230 + 158 = 568 (100%)
R 180 of 568 ~ 31.69%
G 230 of 568 ~ 40.49%
B 158 of 568 ~ 27.82%

%31.69
%40.49
%27.82

CMYK color model

#B4E69E color CMYK value is (22,0,31,10).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 9.80%
CMYK:
(22,0,31,10)
C22M0Y31K10 
(22%,0%,31%,10%)
(0.22/0.00/0.31/0.10)	

CMYK percentages

%21.74
%0
%31.3
%9.8

Codes

Color #B4E69E in popluar color models

B4E69E
RGB180230158
HSL102°59.02%76.08%
HSB/HSV102°31.30%90.20%
CMYK21.74%0.00%31.30%
9.80%

Color #B4E69E in popluar number systems.

HEXB4E69E
Decimal180230158
Binary101101001110011010011110
Octal264346236

Shades and tints

Shades of #B4E69E

#B4E69E
(180,230,158)
#A4D290
(164,210,144)
#94BE82
(148,190,130)
#84AA74
(132,170,116)
#749666
(116,150,102)
#648258
(100,130,88)
#546E4A
(84,110,74)
#445A3C
(68,90,60)
#34462E
(52,70,46)
#243220
(36,50,32)
#141E12
(20,30,18)
#000000
(0,0,0)

Tints of #B4E69E

#B4E69E
(180,230,158)
#BAE8A6
(186,232,166)
#C0EAAE
(192,234,174)
#C6ECB6
(198,236,182)
#CCEEBE
(204,238,190)
#D2F0C6
(210,240,198)
#D8F2CE
(216,242,206)
#DEF4D6
(222,244,214)
#E4F6DE
(228,246,222)
#EAF8E6
(234,248,230)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E69E color. Also use rgb(180,230,158) instead hex code.

Text Font Color

.myTextColor { color: #B4E69E; }

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

This text font color is #B4E69E.


Background Color

.myBgColor { background-color: #B4E69E; }

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

This div background color is #B4E69E.


Border color

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

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

This div border color is #B4E69E.


Opacity

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

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

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

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

This text has shadow with #B4E69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E69E on black background.


Color preview on white background

This text has color #B4E69E on white background.



Black color preview on #B4E69E background

This text has black color on #B4E69E background.


White color preview on #B4E69E background

This text has white color on #B4E69E background.