COLOR #BAE99E

HEX: #BAE99E RGB: (186,233,158)

Color info

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

RGB color model

#BAE99E color RGB value is (186,233,158).

RGB: (186,233,158) (73%, 91%, 62%)

RGB channels and saturation

R 186 of 255 = 73%
G 233 of 255 = 91%
B 158 of 255 = 62%

186
233
158

R + G + B ~ 75%. #BAE99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 233 + 158 = 577 (100%)
R 186 of 577 ~ 32.24%
G 233 of 577 ~ 40.38%
B 158 of 577 ~ 27.38'%

%32.24
%40.38
%27.38

CMYK color model

#BAE99E color CMYK value is (20,0,32,9).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 8.63%

CMYK: (20,0,32,9)
C20M0Y32K9 (20%, 0%, 32%, 9%)
(0.20 / 0.00 / 0.32 / 0.09)

CMYK percentages

%20.17
%0
%32.19
%8.63

Codes

Color #BAE99E in popluar color models

BA E9 9E
RGB 186 233 158
HSL 98° 63.03% 76.67%
HSB/HSV 98° 32.19% 91.37%
CMYK 20.17% 0.00% 32.19%
8.63%

Color #BAE99E in popluar number systems.

HEX BA E9 9E
Decimal 186 233 158
Binary 10111010 11101001 10011110
Octal 272 351 236

Shades and tints

Shades of #BAE99E

#BAE99E
(186,233,158)
#AAD490
(170,212,144)
#9ABF82
(154,191,130)
#8AAA74
(138,170,116)
#7A9566
(122,149,102)
#6A8058
(106,128,88)
#5A6B4A
(90,107,74)
#4A563C
(74,86,60)
#3A412E
(58,65,46)
#2A2C20
(42,44,32)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #BAE99E

#BAE99E
(186,233,158)
#C0EBA6
(192,235,166)
#C6EDAE
(198,237,174)
#CCEFB6
(204,239,182)
#D2F1BE
(210,241,190)
#D8F3C6
(216,243,198)
#DEF5CE
(222,245,206)
#E4F7D6
(228,247,214)
#EAF9DE
(234,249,222)
#F0FBE6
(240,251,230)
#F6FDEE
(246,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE99E color. Also use rgb(186,233,158) instead hex code.

Text Font Color

.myTextColor { color: #BAE99E; }

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

This text font color is #BAE99E.

Background Color

.myBgColor { background-color: #BAE99E; }

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

This div background color is #BAE99E.

Border color

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

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

This div border color is #BAE99E.

Opacity

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

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

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

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

This text has shadow with #BAE99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE99E.

Preview

Color preview on black background

This text has color #BAE99E on black background.


Color preview on white background

This text has color #BAE99E on white background.


Black color preview on #BAE99E background

This text has black color on #BAE99E background.


White color preview on #BAE99E background

This text has white color on #BAE99E background.


Related colors

Complementary color

Complementary color for #hex is #451661.


I love getcolorcode.com

Triadic colors

1 #9EBAE9 and #E99EBA with #BAE99E are triadic colors.

2 #9EE9BA and #E9BA9E with #BAE99E are triadic colors.