COLOR #BAEF8C

HEX: #BAEF8C
RGB: (186,239,140)

Color info

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

RGB color model

#BAEF8C color RGB value is (186,239,140).

  • red value is 186;
  • green value is 239;
  • blue value is 140.
RGB:
(186,239,140)
(73%,94%,55%)

RGB channels and saturation

R 186 of 255 = 73%
G 239 of 255 = 94%
B 140 of 255 = 55%

186
239
140

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

Portions of RGB colors in percentages

R + G + B =
186 + 239 + 140 = 565 (100%)
R 186 of 565 ~ 32.92%
G 239 of 565 ~ 42.3%
B 140 of 565 ~ 24.78%

%32.92
%42.3
%24.78

CMYK color model

#BAEF8C color CMYK value is (22,0,41,6).

  • cyan value is 22.18%
  • magenta value is 0.00%
  • yellow value is 41.42%
  • key color value is 6.27%
CMYK:
(22,0,41,6)
C22M0Y41K6 
(22%,0%,41%,6%)
(0.22/0.00/0.41/0.06)	

CMYK percentages

%22.18
%0
%41.42
%6.27

Codes

Color #BAEF8C in popluar color models

BAEF8C
RGB186239140
HSL92°75.57%74.31%
HSB/HSV92°41.42%93.73%
CMYK22.18%0.00%41.42%
6.27%

Color #BAEF8C in popluar number systems.

HEXBAEF8C
Decimal186239140
Binary101110101110111110001100
Octal272357214

Shades and tints

Shades of #BAEF8C

#BAEF8C
(186,239,140)
#AADA80
(170,218,128)
#9AC574
(154,197,116)
#8AB068
(138,176,104)
#7A9B5C
(122,155,92)
#6A8650
(106,134,80)
#5A7144
(90,113,68)
#4A5C38
(74,92,56)
#3A472C
(58,71,44)
#2A3220
(42,50,32)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #BAEF8C

#BAEF8C
(186,239,140)
#C0F096
(192,240,150)
#C6F1A0
(198,241,160)
#CCF2AA
(204,242,170)
#D2F3B4
(210,243,180)
#D8F4BE
(216,244,190)
#DEF5C8
(222,245,200)
#E4F6D2
(228,246,210)
#EAF7DC
(234,247,220)
#F0F8E6
(240,248,230)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEF8C color. Also use rgb(186,239,140) instead hex code.

Text Font Color

.myTextColor { color: #BAEF8C; }

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

This text font color is #BAEF8C.


Background Color

.myBgColor { background-color: #BAEF8C; }

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

This div background color is #BAEF8C.


Border color

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

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

This div border color is #BAEF8C.


Opacity

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

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

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

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

This text has shadow with #BAEF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEF8C on black background.


Color preview on white background

This text has color #BAEF8C on white background.



Black color preview on #BAEF8C background

This text has black color on #BAEF8C background.


White color preview on #BAEF8C background

This text has white color on #BAEF8C background.