COLOR #BAE6A6

HEX: #BAE6A6
RGB: (186,230,166)

Color info

#BAE6A6 contains mainly red and green colors. Web safe color of #BAE6A6 is #CCCC99 (or #CC9).

RGB color model

#BAE6A6 color RGB value is (186,230,166).

  • red value is 186;
  • green value is 230;
  • blue value is 166.
RGB:
(186,230,166)
(73%,90%,65%)

RGB channels and saturation

R 186 of 255 = 73%
G 230 of 255 = 90%
B 166 of 255 = 65%

186
230
166

R + G + B ~ 76%. #BAE6A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 230 + 166 = 582 (100%)
R 186 of 582 ~ 31.96%
G 230 of 582 ~ 39.52%
B 166 of 582 ~ 28.52%

%31.96
%39.52
%28.52

CMYK color model

#BAE6A6 color CMYK value is (19,0,28,10).

  • cyan value is 19.13%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 9.80%
CMYK:
(19,0,28,10)
C19M0Y28K10 
(19%,0%,28%,10%)
(0.19/0.00/0.28/0.10)	

CMYK percentages

%19.13
%0
%27.83
%9.8

Codes

Color #BAE6A6 in popluar color models

BAE6A6
RGB186230166
HSL101°56.14%77.65%
HSB/HSV101°27.83%90.20%
CMYK19.13%0.00%27.83%
9.80%

Color #BAE6A6 in popluar number systems.

HEXBAE6A6
Decimal186230166
Binary101110101110011010100110
Octal272346246

Shades and tints

Shades of #BAE6A6

#BAE6A6
(186,230,166)
#AAD297
(170,210,151)
#9ABE88
(154,190,136)
#8AAA79
(138,170,121)
#7A966A
(122,150,106)
#6A825B
(106,130,91)
#5A6E4C
(90,110,76)
#4A5A3D
(74,90,61)
#3A462E
(58,70,46)
#2A321F
(42,50,31)
#1A1E10
(26,30,16)
#000000
(0,0,0)

Tints of #BAE6A6

#BAE6A6
(186,230,166)
#C0E8AE
(192,232,174)
#C6EAB6
(198,234,182)
#CCECBE
(204,236,190)
#D2EEC6
(210,238,198)
#D8F0CE
(216,240,206)
#DEF2D6
(222,242,214)
#E4F4DE
(228,244,222)
#EAF6E6
(234,246,230)
#F0F8EE
(240,248,238)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE6A6; }

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

This text font color is #BAE6A6.


Background Color

.myBgColor { background-color: #BAE6A6; }

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

This div background color is #BAE6A6.


Border color

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

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

This div border color is #BAE6A6.


Opacity

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

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

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

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

This text has shadow with #BAE6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE6A6 on black background.


Color preview on white background

This text has color #BAE6A6 on white background.



Black color preview on #BAE6A6 background

This text has black color on #BAE6A6 background.


White color preview on #BAE6A6 background

This text has white color on #BAE6A6 background.