COLOR #BAEBC8

HEX: #BAEBC8
RGB: (186,235,200)

Color info

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

RGB color model

#BAEBC8 color RGB value is (186,235,200).

  • red value is 186;
  • green value is 235;
  • blue value is 200.
RGB:
(186,235,200)
(73%,92%,78%)

RGB channels and saturation

R 186 of 255 = 73%
G 235 of 255 = 92%
B 200 of 255 = 78%

186
235
200

R + G + B ~ 81%. #BAEBC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 235 + 200 = 621 (100%)
R 186 of 621 ~ 29.95%
G 235 of 621 ~ 37.84%
B 200 of 621 ~ 32.21%

%29.95
%37.84
%32.21

CMYK color model

#BAEBC8 color CMYK value is (21,0,15,8).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 7.84%
CMYK:
(21,0,15,8)
C21M0Y15K8 
(21%,0%,15%,8%)
(0.21/0.00/0.15/0.08)	

CMYK percentages

%20.85
%0
%14.89
%7.84

Codes

Color #BAEBC8 in popluar color models

BAEBC8
RGB186235200
HSL137°55.06%82.55%
HSB/HSV137°20.85%92.16%
CMYK20.85%0.00%14.89%
7.84%

Color #BAEBC8 in popluar number systems.

HEXBAEBC8
Decimal186235200
Binary101110101110101111001000
Octal272353310

Shades and tints

Shades of #BAEBC8

#BAEBC8
(186,235,200)
#AAD6B6
(170,214,182)
#9AC1A4
(154,193,164)
#8AAC92
(138,172,146)
#7A9780
(122,151,128)
#6A826E
(106,130,110)
#5A6D5C
(90,109,92)
#4A584A
(74,88,74)
#3A4338
(58,67,56)
#2A2E26
(42,46,38)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #BAEBC8

#BAEBC8
(186,235,200)
#C0ECCD
(192,236,205)
#C6EDD2
(198,237,210)
#CCEED7
(204,238,215)
#D2EFDC
(210,239,220)
#D8F0E1
(216,240,225)
#DEF1E6
(222,241,230)
#E4F2EB
(228,242,235)
#EAF3F0
(234,243,240)
#F0F4F5
(240,244,245)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEBC8; }

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

This text font color is #BAEBC8.


Background Color

.myBgColor { background-color: #BAEBC8; }

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

This div background color is #BAEBC8.


Border color

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

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

This div border color is #BAEBC8.


Opacity

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

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

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

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

This text has shadow with #BAEBC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEBC8 on black background.


Color preview on white background

This text has color #BAEBC8 on white background.



Black color preview on #BAEBC8 background

This text has black color on #BAEBC8 background.


White color preview on #BAEBC8 background

This text has white color on #BAEBC8 background.