COLOR #BAE7BC

HEX: #BAE7BC
RGB: (186,231,188)

Color info

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

RGB color model

#BAE7BC color RGB value is (186,231,188).

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

RGB channels and saturation

R 186 of 255 = 73%
G 231 of 255 = 91%
B 188 of 255 = 74%

186
231
188

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

Portions of RGB colors in percentages

R + G + B =
186 + 231 + 188 = 605 (100%)
R 186 of 605 ~ 30.74%
G 231 of 605 ~ 38.18%
B 188 of 605 ~ 31.07%

%30.74
%38.18
%31.07

CMYK color model

#BAE7BC color CMYK value is (19,0,19,9).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 18.61%
  • key color value is 9.41%
CMYK:
(19,0,19,9)
C19M0Y19K9 
(19%,0%,19%,9%)
(0.19/0.00/0.19/0.09)	

CMYK percentages

%19.48
%0
%18.61
%9.41

Codes

Color #BAE7BC in popluar color models

BAE7BC
RGB186231188
HSL123°48.39%81.76%
HSB/HSV123°19.48%90.59%
CMYK19.48%0.00%18.61%
9.41%

Color #BAE7BC in popluar number systems.

HEXBAE7BC
Decimal186231188
Binary101110101110011110111100
Octal272347274

Shades and tints

Shades of #BAE7BC

#BAE7BC
(186,231,188)
#AAD2AB
(170,210,171)
#9ABD9A
(154,189,154)
#8AA889
(138,168,137)
#7A9378
(122,147,120)
#6A7E67
(106,126,103)
#5A6956
(90,105,86)
#4A5445
(74,84,69)
#3A3F34
(58,63,52)
#2A2A23
(42,42,35)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #BAE7BC

#BAE7BC
(186,231,188)
#C0E9C2
(192,233,194)
#C6EBC8
(198,235,200)
#CCEDCE
(204,237,206)
#D2EFD4
(210,239,212)
#D8F1DA
(216,241,218)
#DEF3E0
(222,243,224)
#E4F5E6
(228,245,230)
#EAF7EC
(234,247,236)
#F0F9F2
(240,249,242)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE7BC; }

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

This text font color is #BAE7BC.


Background Color

.myBgColor { background-color: #BAE7BC; }

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

This div background color is #BAE7BC.


Border color

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

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

This div border color is #BAE7BC.


Opacity

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

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

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

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

This text has shadow with #BAE7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE7BC on black background.


Color preview on white background

This text has color #BAE7BC on white background.



Black color preview on #BAE7BC background

This text has black color on #BAE7BC background.


White color preview on #BAE7BC background

This text has white color on #BAE7BC background.