COLOR #BAE9CD

HEX: #BAE9CD
RGB: (186,233,205)

Color info

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

RGB color model

#BAE9CD color RGB value is (186,233,205).

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

RGB channels and saturation

R 186 of 255 = 73%
G 233 of 255 = 91%
B 205 of 255 = 80%

186
233
205

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

Portions of RGB colors in percentages

R + G + B =
186 + 233 + 205 = 624 (100%)
R 186 of 624 ~ 29.81%
G 233 of 624 ~ 37.34%
B 205 of 624 ~ 32.85%

%29.81
%37.34
%32.85

CMYK color model

#BAE9CD color CMYK value is (20,0,12,9).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK:
(20,0,12,9)
C20M0Y12K9 
(20%,0%,12%,9%)
(0.20/0.00/0.12/0.09)	

CMYK percentages

%20.17
%0
%12.02
%8.63

Codes

Color #BAE9CD in popluar color models

BAE9CD
RGB186233205
HSL144°51.65%82.16%
HSB/HSV144°20.17%91.37%
CMYK20.17%0.00%12.02%
8.63%

Color #BAE9CD in popluar number systems.

HEXBAE9CD
Decimal186233205
Binary101110101110100111001101
Octal272351315

Shades and tints

Shades of #BAE9CD

#BAE9CD
(186,233,205)
#AAD4BB
(170,212,187)
#9ABFA9
(154,191,169)
#8AAA97
(138,170,151)
#7A9585
(122,149,133)
#6A8073
(106,128,115)
#5A6B61
(90,107,97)
#4A564F
(74,86,79)
#3A413D
(58,65,61)
#2A2C2B
(42,44,43)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #BAE9CD

#BAE9CD
(186,233,205)
#C0EBD1
(192,235,209)
#C6EDD5
(198,237,213)
#CCEFD9
(204,239,217)
#D2F1DD
(210,241,221)
#D8F3E1
(216,243,225)
#DEF5E5
(222,245,229)
#E4F7E9
(228,247,233)
#EAF9ED
(234,249,237)
#F0FBF1
(240,251,241)
#F6FDF5
(246,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE9CD; }

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

This text font color is #BAE9CD.


Background Color

.myBgColor { background-color: #BAE9CD; }

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

This div background color is #BAE9CD.


Border color

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

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

This div border color is #BAE9CD.


Opacity

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

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

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

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

This text has shadow with #BAE9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE9CD on black background.


Color preview on white background

This text has color #BAE9CD on white background.



Black color preview on #BAE9CD background

This text has black color on #BAE9CD background.


White color preview on #BAE9CD background

This text has white color on #BAE9CD background.