COLOR #BAE9DC

HEX: #BAE9DC
RGB: (186,233,220)

Color info

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

RGB color model

#BAE9DC color RGB value is (186,233,220).

  • red value is 186;
  • green value is 233;
  • blue value is 220.
RGB:
(186,233,220)
(73%,91%,86%)

RGB channels and saturation

R 186 of 255 = 73%
G 233 of 255 = 91%
B 220 of 255 = 86%

186
233
220

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

Portions of RGB colors in percentages

R + G + B =
186 + 233 + 220 = 639 (100%)
R 186 of 639 ~ 29.11%
G 233 of 639 ~ 36.46%
B 220 of 639 ~ 34.43%

%29.11
%36.46
%34.43

CMYK color model

#BAE9DC color CMYK value is (20,0,6,9).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 8.63%
CMYK:
(20,0,6,9)
C20M0Y6K9 
(20%,0%,6%,9%)
(0.20/0.00/0.06/0.09)	

CMYK percentages

%20.17
%0
%5.58
%8.63

Codes

Color #BAE9DC in popluar color models

BAE9DC
RGB186233220
HSL163°51.65%82.16%
HSB/HSV163°20.17%91.37%
CMYK20.17%0.00%5.58%
8.63%

Color #BAE9DC in popluar number systems.

HEXBAE9DC
Decimal186233220
Binary101110101110100111011100
Octal272351334

Shades and tints

Shades of #BAE9DC

#BAE9DC
(186,233,220)
#AAD4C8
(170,212,200)
#9ABFB4
(154,191,180)
#8AAAA0
(138,170,160)
#7A958C
(122,149,140)
#6A8078
(106,128,120)
#5A6B64
(90,107,100)
#4A5650
(74,86,80)
#3A413C
(58,65,60)
#2A2C28
(42,44,40)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #BAE9DC

#BAE9DC
(186,233,220)
#C0EBDF
(192,235,223)
#C6EDE2
(198,237,226)
#CCEFE5
(204,239,229)
#D2F1E8
(210,241,232)
#D8F3EB
(216,243,235)
#DEF5EE
(222,245,238)
#E4F7F1
(228,247,241)
#EAF9F4
(234,249,244)
#F0FBF7
(240,251,247)
#F6FDFA
(246,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE9DC; }

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

This text font color is #BAE9DC.


Background Color

.myBgColor { background-color: #BAE9DC; }

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

This div background color is #BAE9DC.


Border color

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

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

This div border color is #BAE9DC.


Opacity

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

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

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

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

This text has shadow with #BAE9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE9DC on black background.


Color preview on white background

This text has color #BAE9DC on white background.



Black color preview on #BAE9DC background

This text has black color on #BAE9DC background.


White color preview on #BAE9DC background

This text has white color on #BAE9DC background.