COLOR #BAE87B

HEX: #BAE87B
RGB: (186,232,123)

Color info

#BAE87B contains mainly red and green colors. Web safe color of #BAE87B is #CCFF66 (or #CF6).

RGB color model

#BAE87B color RGB value is (186,232,123).

  • red value is 186;
  • green value is 232;
  • blue value is 123.
RGB:
(186,232,123)
(73%,91%,48%)

RGB channels and saturation

R 186 of 255 = 73%
G 232 of 255 = 91%
B 123 of 255 = 48%

186
232
123

R + G + B ~ 71%. #BAE87B is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 232 + 123 = 541 (100%)
R 186 of 541 ~ 34.38%
G 232 of 541 ~ 42.88%
B 123 of 541 ~ 22.74%

%34.38
%42.88
%22.74

CMYK color model

#BAE87B color CMYK value is (20,0,47,9).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 46.98%
  • key color value is 9.02%
CMYK:
(20,0,47,9)
C20M0Y47K9 
(20%,0%,47%,9%)
(0.20/0.00/0.47/0.09)	

CMYK percentages

%19.83
%0
%46.98
%9.02

Codes

Color #BAE87B in popluar color models

BAE87B
RGB186232123
HSL85°70.32%69.61%
HSB/HSV85°46.98%90.98%
CMYK19.83%0.00%46.98%
9.02%

Color #BAE87B in popluar number systems.

HEXBAE87B
Decimal186232123
Binary10111010111010001111011
Octal272350173

Shades and tints

Shades of #BAE87B

#BAE87B
(186,232,123)
#AAD370
(170,211,112)
#9ABE65
(154,190,101)
#8AA95A
(138,169,90)
#7A944F
(122,148,79)
#6A7F44
(106,127,68)
#5A6A39
(90,106,57)
#4A552E
(74,85,46)
#3A4023
(58,64,35)
#2A2B18
(42,43,24)
#1A160D
(26,22,13)
#000000
(0,0,0)

Tints of #BAE87B

#BAE87B
(186,232,123)
#C0EA87
(192,234,135)
#C6EC93
(198,236,147)
#CCEE9F
(204,238,159)
#D2F0AB
(210,240,171)
#D8F2B7
(216,242,183)
#DEF4C3
(222,244,195)
#E4F6CF
(228,246,207)
#EAF8DB
(234,248,219)
#F0FAE7
(240,250,231)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE87B color. Also use rgb(186,232,123) instead hex code.

Text Font Color

.myTextColor { color: #BAE87B; }

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

This text font color is #BAE87B.


Background Color

.myBgColor { background-color: #BAE87B; }

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

This div background color is #BAE87B.


Border color

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

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

This div border color is #BAE87B.


Opacity

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

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

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

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

This text has shadow with #BAE87B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE87B on black background.


Color preview on white background

This text has color #BAE87B on white background.



Black color preview on #BAE87B background

This text has black color on #BAE87B background.


White color preview on #BAE87B background

This text has white color on #BAE87B background.