COLOR #BAE7BF

HEX: #BAE7BF
RGB: (186,231,191)

Color info

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

RGB color model

#BAE7BF color RGB value is (186,231,191).

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

RGB channels and saturation

R 186 of 255 = 73%
G 231 of 255 = 91%
B 191 of 255 = 75%

186
231
191

R + G + B ~ 80%. #BAE7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 231 + 191 = 608 (100%)
R 186 of 608 ~ 30.59%
G 231 of 608 ~ 37.99%
B 191 of 608 ~ 31.41%

%30.59
%37.99
%31.41

CMYK color model

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

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 9.41%
CMYK:
(19,0,17,9)
C19M0Y17K9 
(19%,0%,17%,9%)
(0.19/0.00/0.17/0.09)	

CMYK percentages

%19.48
%0
%17.32
%9.41

Codes

Color #BAE7BF in popluar color models

BAE7BF
RGB186231191
HSL127°48.39%81.76%
HSB/HSV127°19.48%90.59%
CMYK19.48%0.00%17.32%
9.41%

Color #BAE7BF in popluar number systems.

HEXBAE7BF
Decimal186231191
Binary101110101110011110111111
Octal272347277

Shades and tints

Shades of #BAE7BF

#BAE7BF
(186,231,191)
#AAD2AE
(170,210,174)
#9ABD9D
(154,189,157)
#8AA88C
(138,168,140)
#7A937B
(122,147,123)
#6A7E6A
(106,126,106)
#5A6959
(90,105,89)
#4A5448
(74,84,72)
#3A3F37
(58,63,55)
#2A2A26
(42,42,38)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #BAE7BF

#BAE7BF
(186,231,191)
#C0E9C4
(192,233,196)
#C6EBC9
(198,235,201)
#CCEDCE
(204,237,206)
#D2EFD3
(210,239,211)
#D8F1D8
(216,241,216)
#DEF3DD
(222,243,221)
#E4F5E2
(228,245,226)
#EAF7E7
(234,247,231)
#F0F9EC
(240,249,236)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE7BF; }

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

This text font color is #BAE7BF.


Background Color

.myBgColor { background-color: #BAE7BF; }

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

This div background color is #BAE7BF.


Border color

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

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

This div border color is #BAE7BF.


Opacity

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

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

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

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

This text has shadow with #BAE7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE7BF on black background.


Color preview on white background

This text has color #BAE7BF on white background.



Black color preview on #BAE7BF background

This text has black color on #BAE7BF background.


White color preview on #BAE7BF background

This text has white color on #BAE7BF background.