COLOR #BAE5B2

HEX: #BAE5B2
RGB: (186,229,178)

Color info

#BAE5B2 contains red, green and blue colors in about the same proportion. Web safe color of #BAE5B2 is #CCCC99 (or #CC9).

RGB color model

#BAE5B2 color RGB value is (186,229,178).

  • red value is 186;
  • green value is 229;
  • blue value is 178.
RGB:
(186,229,178)
(73%,90%,70%)

RGB channels and saturation

R 186 of 255 = 73%
G 229 of 255 = 90%
B 178 of 255 = 70%

186
229
178

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

Portions of RGB colors in percentages

R + G + B =
186 + 229 + 178 = 593 (100%)
R 186 of 593 ~ 31.37%
G 229 of 593 ~ 38.62%
B 178 of 593 ~ 30.02%

%31.37
%38.62
%30.02

CMYK color model

#BAE5B2 color CMYK value is (19,0,22,10).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 10.20%
CMYK:
(19,0,22,10)
C19M0Y22K10 
(19%,0%,22%,10%)
(0.19/0.00/0.22/0.10)	

CMYK percentages

%18.78
%0
%22.27
%10.2

Codes

Color #BAE5B2 in popluar color models

BAE5B2
RGB186229178
HSL111°49.51%79.80%
HSB/HSV111°22.27%89.80%
CMYK18.78%0.00%22.27%
10.20%

Color #BAE5B2 in popluar number systems.

HEXBAE5B2
Decimal186229178
Binary101110101110010110110010
Octal272345262

Shades and tints

Shades of #BAE5B2

#BAE5B2
(186,229,178)
#AAD1A2
(170,209,162)
#9ABD92
(154,189,146)
#8AA982
(138,169,130)
#7A9572
(122,149,114)
#6A8162
(106,129,98)
#5A6D52
(90,109,82)
#4A5942
(74,89,66)
#3A4532
(58,69,50)
#2A3122
(42,49,34)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #BAE5B2

#BAE5B2
(186,229,178)
#C0E7B9
(192,231,185)
#C6E9C0
(198,233,192)
#CCEBC7
(204,235,199)
#D2EDCE
(210,237,206)
#D8EFD5
(216,239,213)
#DEF1DC
(222,241,220)
#E4F3E3
(228,243,227)
#EAF5EA
(234,245,234)
#F0F7F1
(240,247,241)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE5B2; }

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

This text font color is #BAE5B2.


Background Color

.myBgColor { background-color: #BAE5B2; }

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

This div background color is #BAE5B2.


Border color

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

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

This div border color is #BAE5B2.


Opacity

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

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

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

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

This text has shadow with #BAE5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE5B2 on black background.


Color preview on white background

This text has color #BAE5B2 on white background.



Black color preview on #BAE5B2 background

This text has black color on #BAE5B2 background.


White color preview on #BAE5B2 background

This text has white color on #BAE5B2 background.