COLOR #BAE6B6

HEX: #BAE6B6
RGB: (186,230,182)

Color info

#BAE6B6 contains red, green and blue colors in about the same proportion. Web safe color of #BAE6B6 is #CCCCCC (or #CCC).

RGB color model

#BAE6B6 color RGB value is (186,230,182).

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

RGB channels and saturation

R 186 of 255 = 73%
G 230 of 255 = 90%
B 182 of 255 = 71%

186
230
182

R + G + B ~ 78%. #BAE6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 230 + 182 = 598 (100%)
R 186 of 598 ~ 31.1%
G 230 of 598 ~ 38.46%
B 182 of 598 ~ 30.43%

%31.1
%38.46
%30.43

CMYK color model

#BAE6B6 color CMYK value is (19,0,21,10).

  • cyan value is 19.13%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 9.80%
CMYK:
(19,0,21,10)
C19M0Y21K10 
(19%,0%,21%,10%)
(0.19/0.00/0.21/0.10)	

CMYK percentages

%19.13
%0
%20.87
%9.8

Codes

Color #BAE6B6 in popluar color models

BAE6B6
RGB186230182
HSL115°48.98%80.78%
HSB/HSV115°20.87%90.20%
CMYK19.13%0.00%20.87%
9.80%

Color #BAE6B6 in popluar number systems.

HEXBAE6B6
Decimal186230182
Binary101110101110011010110110
Octal272346266

Shades and tints

Shades of #BAE6B6

#BAE6B6
(186,230,182)
#AAD2A6
(170,210,166)
#9ABE96
(154,190,150)
#8AAA86
(138,170,134)
#7A9676
(122,150,118)
#6A8266
(106,130,102)
#5A6E56
(90,110,86)
#4A5A46
(74,90,70)
#3A4636
(58,70,54)
#2A3226
(42,50,38)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #BAE6B6

#BAE6B6
(186,230,182)
#C0E8BC
(192,232,188)
#C6EAC2
(198,234,194)
#CCECC8
(204,236,200)
#D2EECE
(210,238,206)
#D8F0D4
(216,240,212)
#DEF2DA
(222,242,218)
#E4F4E0
(228,244,224)
#EAF6E6
(234,246,230)
#F0F8EC
(240,248,236)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE6B6; }

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

This text font color is #BAE6B6.


Background Color

.myBgColor { background-color: #BAE6B6; }

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

This div background color is #BAE6B6.


Border color

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

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

This div border color is #BAE6B6.


Opacity

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

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

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

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

This text has shadow with #BAE6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE6B6 on black background.


Color preview on white background

This text has color #BAE6B6 on white background.



Black color preview on #BAE6B6 background

This text has black color on #BAE6B6 background.


White color preview on #BAE6B6 background

This text has white color on #BAE6B6 background.