COLOR #BAE3BA

HEX: #BAE3BA
RGB: (186,227,186)

Color info

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

RGB color model

#BAE3BA color RGB value is (186,227,186).

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

RGB channels and saturation

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

186
227
186

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

Portions of RGB colors in percentages

R + G + B =
186 + 227 + 186 = 599 (100%)
R 186 of 599 ~ 31.05%
G 227 of 599 ~ 37.9%
B 186 of 599 ~ 31.05%

%31.05
%37.9
%31.05

CMYK color model

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

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

CMYK percentages

%18.06
%0
%18.06
%10.98

Codes

Color #BAE3BA in popluar color models

BAE3BA
RGB186227186
HSL120°42.27%80.98%
HSB/HSV120°18.06%89.02%
CMYK18.06%0.00%18.06%
10.98%

Color #BAE3BA in popluar number systems.

HEXBAE3BA
Decimal186227186
Binary101110101110001110111010
Octal272343272

Shades and tints

Shades of #BAE3BA

#BAE3BA
(186,227,186)
#AACFAA
(170,207,170)
#9ABB9A
(154,187,154)
#8AA78A
(138,167,138)
#7A937A
(122,147,122)
#6A7F6A
(106,127,106)
#5A6B5A
(90,107,90)
#4A574A
(74,87,74)
#3A433A
(58,67,58)
#2A2F2A
(42,47,42)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #BAE3BA

#BAE3BA
(186,227,186)
#C0E5C0
(192,229,192)
#C6E7C6
(198,231,198)
#CCE9CC
(204,233,204)
#D2EBD2
(210,235,210)
#D8EDD8
(216,237,216)
#DEEFDE
(222,239,222)
#E4F1E4
(228,241,228)
#EAF3EA
(234,243,234)
#F0F5F0
(240,245,240)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE3BA; }

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

This text font color is #BAE3BA.


Background Color

.myBgColor { background-color: #BAE3BA; }

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

This div background color is #BAE3BA.


Border color

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

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

This div border color is #BAE3BA.


Opacity

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

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

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

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

This text has shadow with #BAE3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE3BA on black background.


Color preview on white background

This text has color #BAE3BA on white background.



Black color preview on #BAE3BA background

This text has black color on #BAE3BA background.


White color preview on #BAE3BA background

This text has white color on #BAE3BA background.