COLOR #BAE8DA

HEX: #BAE8DA
RGB: (186,232,218)

Color info

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

RGB color model

#BAE8DA color RGB value is (186,232,218).

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

RGB channels and saturation

R 186 of 255 = 73%
G 232 of 255 = 91%
B 218 of 255 = 85%

186
232
218

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

Portions of RGB colors in percentages

R + G + B =
186 + 232 + 218 = 636 (100%)
R 186 of 636 ~ 29.25%
G 232 of 636 ~ 36.48%
B 218 of 636 ~ 34.28%

%29.25
%36.48
%34.28

CMYK color model

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

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

CMYK percentages

%19.83
%0
%6.03
%9.02

Codes

Color #BAE8DA in popluar color models

BAE8DA
RGB186232218
HSL162°50.00%81.96%
HSB/HSV162°19.83%90.98%
CMYK19.83%0.00%6.03%
9.02%

Color #BAE8DA in popluar number systems.

HEXBAE8DA
Decimal186232218
Binary101110101110100011011010
Octal272350332

Shades and tints

Shades of #BAE8DA

#BAE8DA
(186,232,218)
#AAD3C7
(170,211,199)
#9ABEB4
(154,190,180)
#8AA9A1
(138,169,161)
#7A948E
(122,148,142)
#6A7F7B
(106,127,123)
#5A6A68
(90,106,104)
#4A5555
(74,85,85)
#3A4042
(58,64,66)
#2A2B2F
(42,43,47)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #BAE8DA

#BAE8DA
(186,232,218)
#C0EADD
(192,234,221)
#C6ECE0
(198,236,224)
#CCEEE3
(204,238,227)
#D2F0E6
(210,240,230)
#D8F2E9
(216,242,233)
#DEF4EC
(222,244,236)
#E4F6EF
(228,246,239)
#EAF8F2
(234,248,242)
#F0FAF5
(240,250,245)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE8DA; }

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

This text font color is #BAE8DA.


Background Color

.myBgColor { background-color: #BAE8DA; }

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

This div background color is #BAE8DA.


Border color

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

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

This div border color is #BAE8DA.


Opacity

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

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

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

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

This text has shadow with #BAE8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE8DA on black background.


Color preview on white background

This text has color #BAE8DA on white background.



Black color preview on #BAE8DA background

This text has black color on #BAE8DA background.


White color preview on #BAE8DA background

This text has white color on #BAE8DA background.