COLOR #BAE88C

HEX: #BAE88C
RGB: (186,232,140)

Color info

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

RGB color model

#BAE88C color RGB value is (186,232,140).

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

RGB channels and saturation

R 186 of 255 = 73%
G 232 of 255 = 91%
B 140 of 255 = 55%

186
232
140

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

Portions of RGB colors in percentages

R + G + B =
186 + 232 + 140 = 558 (100%)
R 186 of 558 ~ 33.33%
G 232 of 558 ~ 41.58%
B 140 of 558 ~ 25.09%

%33.33
%41.58
%25.09

CMYK color model

#BAE88C color CMYK value is (20,0,40,9).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 9.02%
CMYK:
(20,0,40,9)
C20M0Y40K9 
(20%,0%,40%,9%)
(0.20/0.00/0.40/0.09)	

CMYK percentages

%19.83
%0
%39.66
%9.02

Codes

Color #BAE88C in popluar color models

BAE88C
RGB186232140
HSL90°66.67%72.94%
HSB/HSV90°39.66%90.98%
CMYK19.83%0.00%39.66%
9.02%

Color #BAE88C in popluar number systems.

HEXBAE88C
Decimal186232140
Binary101110101110100010001100
Octal272350214

Shades and tints

Shades of #BAE88C

#BAE88C
(186,232,140)
#AAD380
(170,211,128)
#9ABE74
(154,190,116)
#8AA968
(138,169,104)
#7A945C
(122,148,92)
#6A7F50
(106,127,80)
#5A6A44
(90,106,68)
#4A5538
(74,85,56)
#3A402C
(58,64,44)
#2A2B20
(42,43,32)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #BAE88C

#BAE88C
(186,232,140)
#C0EA96
(192,234,150)
#C6ECA0
(198,236,160)
#CCEEAA
(204,238,170)
#D2F0B4
(210,240,180)
#D8F2BE
(216,242,190)
#DEF4C8
(222,244,200)
#E4F6D2
(228,246,210)
#EAF8DC
(234,248,220)
#F0FAE6
(240,250,230)
#F6FCF0
(246,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE88C; }

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

This text font color is #BAE88C.


Background Color

.myBgColor { background-color: #BAE88C; }

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

This div background color is #BAE88C.


Border color

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

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

This div border color is #BAE88C.


Opacity

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

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

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

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

This text has shadow with #BAE88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE88C on black background.


Color preview on white background

This text has color #BAE88C on white background.



Black color preview on #BAE88C background

This text has black color on #BAE88C background.


White color preview on #BAE88C background

This text has white color on #BAE88C background.