COLOR #BAE8D7

HEX: #BAE8D7
RGB: (186,232,215)

Color info

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

RGB color model

#BAE8D7 color RGB value is (186,232,215).

  • red value is 186;
  • green value is 232;
  • blue value is 215.
RGB:
(186,232,215)
(73%,91%,84%)

RGB channels and saturation

R 186 of 255 = 73%
G 232 of 255 = 91%
B 215 of 255 = 84%

186
232
215

R + G + B ~ 83%. #BAE8D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 232 + 215 = 633 (100%)
R 186 of 633 ~ 29.38%
G 232 of 633 ~ 36.65%
B 215 of 633 ~ 33.97%

%29.38
%36.65
%33.97

CMYK color model

#BAE8D7 color CMYK value is (20,0,7,9).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 7.33%
  • key color value is 9.02%
CMYK:
(20,0,7,9)
C20M0Y7K9 
(20%,0%,7%,9%)
(0.20/0.00/0.07/0.09)	

CMYK percentages

%19.83
%0
%7.33
%9.02

Codes

Color #BAE8D7 in popluar color models

BAE8D7
RGB186232215
HSL158°50.00%81.96%
HSB/HSV158°19.83%90.98%
CMYK19.83%0.00%7.33%
9.02%

Color #BAE8D7 in popluar number systems.

HEXBAE8D7
Decimal186232215
Binary101110101110100011010111
Octal272350327

Shades and tints

Shades of #BAE8D7

#BAE8D7
(186,232,215)
#AAD3C4
(170,211,196)
#9ABEB1
(154,190,177)
#8AA99E
(138,169,158)
#7A948B
(122,148,139)
#6A7F78
(106,127,120)
#5A6A65
(90,106,101)
#4A5552
(74,85,82)
#3A403F
(58,64,63)
#2A2B2C
(42,43,44)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #BAE8D7

#BAE8D7
(186,232,215)
#C0EADA
(192,234,218)
#C6ECDD
(198,236,221)
#CCEEE0
(204,238,224)
#D2F0E3
(210,240,227)
#D8F2E6
(216,242,230)
#DEF4E9
(222,244,233)
#E4F6EC
(228,246,236)
#EAF8EF
(234,248,239)
#F0FAF2
(240,250,242)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE8D7; }

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

This text font color is #BAE8D7.


Background Color

.myBgColor { background-color: #BAE8D7; }

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

This div background color is #BAE8D7.


Border color

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

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

This div border color is #BAE8D7.


Opacity

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

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

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

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

This text has shadow with #BAE8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE8D7 on black background.


Color preview on white background

This text has color #BAE8D7 on white background.



Black color preview on #BAE8D7 background

This text has black color on #BAE8D7 background.


White color preview on #BAE8D7 background

This text has white color on #BAE8D7 background.