COLOR #BAE8BA

HEX: #BAE8BA
RGB: (186,232,186)

Color info

#BAE8BA contains red, green and blue colors in about the same proportion. Web safe color of #BAE8BA is #CCFFCC (or #CFC).

RGB color model

#BAE8BA color RGB value is (186,232,186).

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

RGB channels and saturation

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

186
232
186

R + G + B ~ 79%. #BAE8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 232 + 186 = 604 (100%)
R 186 of 604 ~ 30.79%
G 232 of 604 ~ 38.41%
B 186 of 604 ~ 30.79%

%30.79
%38.41
%30.79

CMYK color model

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

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

CMYK percentages

%19.83
%0
%19.83
%9.02

Codes

Color #BAE8BA in popluar color models

BAE8BA
RGB186232186
HSL120°50.00%81.96%
HSB/HSV120°19.83%90.98%
CMYK19.83%0.00%19.83%
9.02%

Color #BAE8BA in popluar number systems.

HEXBAE8BA
Decimal186232186
Binary101110101110100010111010
Octal272350272

Shades and tints

Shades of #BAE8BA

#BAE8BA
(186,232,186)
#AAD3AA
(170,211,170)
#9ABE9A
(154,190,154)
#8AA98A
(138,169,138)
#7A947A
(122,148,122)
#6A7F6A
(106,127,106)
#5A6A5A
(90,106,90)
#4A554A
(74,85,74)
#3A403A
(58,64,58)
#2A2B2A
(42,43,42)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #BAE8BA

#BAE8BA
(186,232,186)
#C0EAC0
(192,234,192)
#C6ECC6
(198,236,198)
#CCEECC
(204,238,204)
#D2F0D2
(210,240,210)
#D8F2D8
(216,242,216)
#DEF4DE
(222,244,222)
#E4F6E4
(228,246,228)
#EAF8EA
(234,248,234)
#F0FAF0
(240,250,240)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE8BA; }

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

This text font color is #BAE8BA.


Background Color

.myBgColor { background-color: #BAE8BA; }

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

This div background color is #BAE8BA.


Border color

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

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

This div border color is #BAE8BA.


Opacity

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

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

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

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

This text has shadow with #BAE8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE8BA on black background.


Color preview on white background

This text has color #BAE8BA on white background.



Black color preview on #BAE8BA background

This text has black color on #BAE8BA background.


White color preview on #BAE8BA background

This text has white color on #BAE8BA background.