COLOR #BAEA83

HEX: #BAEA83
RGB: (186,234,131)

Color info

#BAEA83 contains mainly red and green colors. Web safe color of #BAEA83 is #CCFF99 (or #CF9).

RGB color model

#BAEA83 color RGB value is (186,234,131).

  • red value is 186;
  • green value is 234;
  • blue value is 131.
RGB:
(186,234,131)
(73%,92%,51%)

RGB channels and saturation

R 186 of 255 = 73%
G 234 of 255 = 92%
B 131 of 255 = 51%

186
234
131

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

Portions of RGB colors in percentages

R + G + B =
186 + 234 + 131 = 551 (100%)
R 186 of 551 ~ 33.76%
G 234 of 551 ~ 42.47%
B 131 of 551 ~ 23.77%

%33.76
%42.47
%23.77

CMYK color model

#BAEA83 color CMYK value is (21,0,44,8).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 44.02%
  • key color value is 8.24%
CMYK:
(21,0,44,8)
C21M0Y44K8 
(21%,0%,44%,8%)
(0.21/0.00/0.44/0.08)	

CMYK percentages

%20.51
%0
%44.02
%8.24

Codes

Color #BAEA83 in popluar color models

BAEA83
RGB186234131
HSL88°71.03%71.57%
HSB/HSV88°44.02%91.76%
CMYK20.51%0.00%44.02%
8.24%

Color #BAEA83 in popluar number systems.

HEXBAEA83
Decimal186234131
Binary101110101110101010000011
Octal272352203

Shades and tints

Shades of #BAEA83

#BAEA83
(186,234,131)
#AAD578
(170,213,120)
#9AC06D
(154,192,109)
#8AAB62
(138,171,98)
#7A9657
(122,150,87)
#6A814C
(106,129,76)
#5A6C41
(90,108,65)
#4A5736
(74,87,54)
#3A422B
(58,66,43)
#2A2D20
(42,45,32)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #BAEA83

#BAEA83
(186,234,131)
#C0EB8E
(192,235,142)
#C6EC99
(198,236,153)
#CCEDA4
(204,237,164)
#D2EEAF
(210,238,175)
#D8EFBA
(216,239,186)
#DEF0C5
(222,240,197)
#E4F1D0
(228,241,208)
#EAF2DB
(234,242,219)
#F0F3E6
(240,243,230)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEA83 color. Also use rgb(186,234,131) instead hex code.

Text Font Color

.myTextColor { color: #BAEA83; }

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

This text font color is #BAEA83.


Background Color

.myBgColor { background-color: #BAEA83; }

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

This div background color is #BAEA83.


Border color

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

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

This div border color is #BAEA83.


Opacity

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

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

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

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

This text has shadow with #BAEA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEA83 on black background.


Color preview on white background

This text has color #BAEA83 on white background.



Black color preview on #BAEA83 background

This text has black color on #BAEA83 background.


White color preview on #BAEA83 background

This text has white color on #BAEA83 background.