COLOR #BAE4BB

HEX: #BAE4BB
RGB: (186,228,187)

Color info

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

RGB color model

#BAE4BB color RGB value is (186,228,187).

  • red value is 186;
  • green value is 228;
  • blue value is 187.
RGB:
(186,228,187)
(73%,89%,73%)

RGB channels and saturation

R 186 of 255 = 73%
G 228 of 255 = 89%
B 187 of 255 = 73%

186
228
187

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

Portions of RGB colors in percentages

R + G + B =
186 + 228 + 187 = 601 (100%)
R 186 of 601 ~ 30.95%
G 228 of 601 ~ 37.94%
B 187 of 601 ~ 31.11%

%30.95
%37.94
%31.11

CMYK color model

#BAE4BB color CMYK value is (18,0,18,11).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 10.59%
CMYK:
(18,0,18,11)
C18M0Y18K11 
(18%,0%,18%,11%)
(0.18/0.00/0.18/0.11)	

CMYK percentages

%18.42
%0
%17.98
%10.59

Codes

Color #BAE4BB in popluar color models

BAE4BB
RGB186228187
HSL121°43.75%81.18%
HSB/HSV121°18.42%89.41%
CMYK18.42%0.00%17.98%
10.59%

Color #BAE4BB in popluar number systems.

HEXBAE4BB
Decimal186228187
Binary101110101110010010111011
Octal272344273

Shades and tints

Shades of #BAE4BB

#BAE4BB
(186,228,187)
#AAD0AA
(170,208,170)
#9ABC99
(154,188,153)
#8AA888
(138,168,136)
#7A9477
(122,148,119)
#6A8066
(106,128,102)
#5A6C55
(90,108,85)
#4A5844
(74,88,68)
#3A4433
(58,68,51)
#2A3022
(42,48,34)
#1A1C11
(26,28,17)
#000000
(0,0,0)

Tints of #BAE4BB

#BAE4BB
(186,228,187)
#C0E6C1
(192,230,193)
#C6E8C7
(198,232,199)
#CCEACD
(204,234,205)
#D2ECD3
(210,236,211)
#D8EED9
(216,238,217)
#DEF0DF
(222,240,223)
#E4F2E5
(228,242,229)
#EAF4EB
(234,244,235)
#F0F6F1
(240,246,241)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE4BB color. Also use rgb(186,228,187) instead hex code.

Text Font Color

.myTextColor { color: #BAE4BB; }

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

This text font color is #BAE4BB.


Background Color

.myBgColor { background-color: #BAE4BB; }

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

This div background color is #BAE4BB.


Border color

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

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

This div border color is #BAE4BB.


Opacity

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

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

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

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

This text has shadow with #BAE4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE4BB on black background.


Color preview on white background

This text has color #BAE4BB on white background.



Black color preview on #BAE4BB background

This text has black color on #BAE4BB background.


White color preview on #BAE4BB background

This text has white color on #BAE4BB background.