COLOR #BAE9B6

HEX: #BAE9B6
RGB: (186,233,182)

Color info

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

RGB color model

#BAE9B6 color RGB value is (186,233,182).

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

RGB channels and saturation

R 186 of 255 = 73%
G 233 of 255 = 91%
B 182 of 255 = 71%

186
233
182

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

Portions of RGB colors in percentages

R + G + B =
186 + 233 + 182 = 601 (100%)
R 186 of 601 ~ 30.95%
G 233 of 601 ~ 38.77%
B 182 of 601 ~ 30.28%

%30.95
%38.77
%30.28

CMYK color model

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

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 8.63%
CMYK:
(20,0,22,9)
C20M0Y22K9 
(20%,0%,22%,9%)
(0.20/0.00/0.22/0.09)	

CMYK percentages

%20.17
%0
%21.89
%8.63

Codes

Color #BAE9B6 in popluar color models

BAE9B6
RGB186233182
HSL115°53.68%81.37%
HSB/HSV115°21.89%91.37%
CMYK20.17%0.00%21.89%
8.63%

Color #BAE9B6 in popluar number systems.

HEXBAE9B6
Decimal186233182
Binary101110101110100110110110
Octal272351266

Shades and tints

Shades of #BAE9B6

#BAE9B6
(186,233,182)
#AAD4A6
(170,212,166)
#9ABF96
(154,191,150)
#8AAA86
(138,170,134)
#7A9576
(122,149,118)
#6A8066
(106,128,102)
#5A6B56
(90,107,86)
#4A5646
(74,86,70)
#3A4136
(58,65,54)
#2A2C26
(42,44,38)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #BAE9B6

#BAE9B6
(186,233,182)
#C0EBBC
(192,235,188)
#C6EDC2
(198,237,194)
#CCEFC8
(204,239,200)
#D2F1CE
(210,241,206)
#D8F3D4
(216,243,212)
#DEF5DA
(222,245,218)
#E4F7E0
(228,247,224)
#EAF9E6
(234,249,230)
#F0FBEC
(240,251,236)
#F6FDF2
(246,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE9B6; }

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

This text font color is #BAE9B6.


Background Color

.myBgColor { background-color: #BAE9B6; }

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

This div background color is #BAE9B6.


Border color

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

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

This div border color is #BAE9B6.


Opacity

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

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

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

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

This text has shadow with #BAE9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE9B6 on black background.


Color preview on white background

This text has color #BAE9B6 on white background.



Black color preview on #BAE9B6 background

This text has black color on #BAE9B6 background.


White color preview on #BAE9B6 background

This text has white color on #BAE9B6 background.