COLOR #BAEA89

HEX: #BAEA89
RGB: (186,234,137)

Color info

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

RGB color model

#BAEA89 color RGB value is (186,234,137).

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

RGB channels and saturation

R 186 of 255 = 73%
G 234 of 255 = 92%
B 137 of 255 = 54%

186
234
137

R + G + B ~ 73%. #BAEA89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 234 + 137 = 557 (100%)
R 186 of 557 ~ 33.39%
G 234 of 557 ~ 42.01%
B 137 of 557 ~ 24.6%

%33.39
%42.01
%24.6

CMYK color model

#BAEA89 color CMYK value is (21,0,41,8).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 41.45%
  • key color value is 8.24%
CMYK:
(21,0,41,8)
C21M0Y41K8 
(21%,0%,41%,8%)
(0.21/0.00/0.41/0.08)	

CMYK percentages

%20.51
%0
%41.45
%8.24

Codes

Color #BAEA89 in popluar color models

BAEA89
RGB186234137
HSL90°69.78%72.75%
HSB/HSV90°41.45%91.76%
CMYK20.51%0.00%41.45%
8.24%

Color #BAEA89 in popluar number systems.

HEXBAEA89
Decimal186234137
Binary101110101110101010001001
Octal272352211

Shades and tints

Shades of #BAEA89

#BAEA89
(186,234,137)
#AAD57D
(170,213,125)
#9AC071
(154,192,113)
#8AAB65
(138,171,101)
#7A9659
(122,150,89)
#6A814D
(106,129,77)
#5A6C41
(90,108,65)
#4A5735
(74,87,53)
#3A4229
(58,66,41)
#2A2D1D
(42,45,29)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #BAEA89

#BAEA89
(186,234,137)
#C0EB93
(192,235,147)
#C6EC9D
(198,236,157)
#CCEDA7
(204,237,167)
#D2EEB1
(210,238,177)
#D8EFBB
(216,239,187)
#DEF0C5
(222,240,197)
#E4F1CF
(228,241,207)
#EAF2D9
(234,242,217)
#F0F3E3
(240,243,227)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEA89; }

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

This text font color is #BAEA89.


Background Color

.myBgColor { background-color: #BAEA89; }

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

This div background color is #BAEA89.


Border color

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

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

This div border color is #BAEA89.


Opacity

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

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

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

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

This text has shadow with #BAEA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEA89 on black background.


Color preview on white background

This text has color #BAEA89 on white background.



Black color preview on #BAEA89 background

This text has black color on #BAEA89 background.


White color preview on #BAEA89 background

This text has white color on #BAEA89 background.