COLOR #BAE3BC

HEX: #BAE3BC
RGB: (186,227,188)

Color info

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

RGB color model

#BAE3BC color RGB value is (186,227,188).

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

RGB channels and saturation

R 186 of 255 = 73%
G 227 of 255 = 89%
B 188 of 255 = 74%

186
227
188

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

Portions of RGB colors in percentages

R + G + B =
186 + 227 + 188 = 601 (100%)
R 186 of 601 ~ 30.95%
G 227 of 601 ~ 37.77%
B 188 of 601 ~ 31.28%

%30.95
%37.77
%31.28

CMYK color model

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

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 17.18%
  • key color value is 10.98%
CMYK:
(18,0,17,11)
C18M0Y17K11 
(18%,0%,17%,11%)
(0.18/0.00/0.17/0.11)	

CMYK percentages

%18.06
%0
%17.18
%10.98

Codes

Color #BAE3BC in popluar color models

BAE3BC
RGB186227188
HSL123°42.27%80.98%
HSB/HSV123°18.06%89.02%
CMYK18.06%0.00%17.18%
10.98%

Color #BAE3BC in popluar number systems.

HEXBAE3BC
Decimal186227188
Binary101110101110001110111100
Octal272343274

Shades and tints

Shades of #BAE3BC

#BAE3BC
(186,227,188)
#AACFAB
(170,207,171)
#9ABB9A
(154,187,154)
#8AA789
(138,167,137)
#7A9378
(122,147,120)
#6A7F67
(106,127,103)
#5A6B56
(90,107,86)
#4A5745
(74,87,69)
#3A4334
(58,67,52)
#2A2F23
(42,47,35)
#1A1B12
(26,27,18)
#000000
(0,0,0)

Tints of #BAE3BC

#BAE3BC
(186,227,188)
#C0E5C2
(192,229,194)
#C6E7C8
(198,231,200)
#CCE9CE
(204,233,206)
#D2EBD4
(210,235,212)
#D8EDDA
(216,237,218)
#DEEFE0
(222,239,224)
#E4F1E6
(228,241,230)
#EAF3EC
(234,243,236)
#F0F5F2
(240,245,242)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE3BC; }

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

This text font color is #BAE3BC.


Background Color

.myBgColor { background-color: #BAE3BC; }

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

This div background color is #BAE3BC.


Border color

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

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

This div border color is #BAE3BC.


Opacity

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

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

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

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

This text has shadow with #BAE3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE3BC on black background.


Color preview on white background

This text has color #BAE3BC on white background.



Black color preview on #BAE3BC background

This text has black color on #BAE3BC background.


White color preview on #BAE3BC background

This text has white color on #BAE3BC background.