COLOR #BAEE6D

HEX: #BAEE6D
RGB: (186,238,109)

Color info

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

RGB color model

#BAEE6D color RGB value is (186,238,109).

  • red value is 186;
  • green value is 238;
  • blue value is 109.
RGB:
(186,238,109)
(73%,93%,43%)

RGB channels and saturation

R 186 of 255 = 73%
G 238 of 255 = 93%
B 109 of 255 = 43%

186
238
109

R + G + B ~ 70%. #BAEE6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 238 + 109 = 533 (100%)
R 186 of 533 ~ 34.9%
G 238 of 533 ~ 44.65%
B 109 of 533 ~ 20.45%

%34.9
%44.65
%20.45

CMYK color model

#BAEE6D color CMYK value is (22,0,54,7).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 54.20%
  • key color value is 6.67%
CMYK:
(22,0,54,7)
C22M0Y54K7 
(22%,0%,54%,7%)
(0.22/0.00/0.54/0.07)	

CMYK percentages

%21.85
%0
%54.2
%6.67

Codes

Color #BAEE6D in popluar color models

BAEE6D
RGB186238109
HSL84°79.14%68.04%
HSB/HSV84°54.20%93.33%
CMYK21.85%0.00%54.20%
6.67%

Color #BAEE6D in popluar number systems.

HEXBAEE6D
Decimal186238109
Binary10111010111011101101101
Octal272356155

Shades and tints

Shades of #BAEE6D

#BAEE6D
(186,238,109)
#AAD964
(170,217,100)
#9AC45B
(154,196,91)
#8AAF52
(138,175,82)
#7A9A49
(122,154,73)
#6A8540
(106,133,64)
#5A7037
(90,112,55)
#4A5B2E
(74,91,46)
#3A4625
(58,70,37)
#2A311C
(42,49,28)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #BAEE6D

#BAEE6D
(186,238,109)
#C0EF7A
(192,239,122)
#C6F087
(198,240,135)
#CCF194
(204,241,148)
#D2F2A1
(210,242,161)
#D8F3AE
(216,243,174)
#DEF4BB
(222,244,187)
#E4F5C8
(228,245,200)
#EAF6D5
(234,246,213)
#F0F7E2
(240,247,226)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEE6D color. Also use rgb(186,238,109) instead hex code.

Text Font Color

.myTextColor { color: #BAEE6D; }

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

This text font color is #BAEE6D.


Background Color

.myBgColor { background-color: #BAEE6D; }

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

This div background color is #BAEE6D.


Border color

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

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

This div border color is #BAEE6D.


Opacity

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

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

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

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

This text has shadow with #BAEE6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEE6D on black background.


Color preview on white background

This text has color #BAEE6D on white background.



Black color preview on #BAEE6D background

This text has black color on #BAEE6D background.


White color preview on #BAEE6D background

This text has white color on #BAEE6D background.