COLOR #BAE5DF

HEX: #BAE5DF
RGB: (186,229,223)

Color info

#BAE5DF contains red, green and blue colors in about the same proportion. Web safe color of #BAE5DF is #CCCCCC (or #CCC).

RGB color model

#BAE5DF color RGB value is (186,229,223).

  • red value is 186;
  • green value is 229;
  • blue value is 223.
RGB:
(186,229,223)
(73%,90%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 229 of 255 = 90%
B 223 of 255 = 87%

186
229
223

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

Portions of RGB colors in percentages

R + G + B =
186 + 229 + 223 = 638 (100%)
R 186 of 638 ~ 29.15%
G 229 of 638 ~ 35.89%
B 223 of 638 ~ 34.95%

%29.15
%35.89
%34.95

CMYK color model

#BAE5DF color CMYK value is (19,0,3,10).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK:
(19,0,3,10)
C19M0Y3K10 
(19%,0%,3%,10%)
(0.19/0.00/0.03/0.10)	

CMYK percentages

%18.78
%0
%2.62
%10.2

Codes

Color #BAE5DF in popluar color models

BAE5DF
RGB186229223
HSL172°45.26%81.37%
HSB/HSV172°18.78%89.80%
CMYK18.78%0.00%2.62%
10.20%

Color #BAE5DF in popluar number systems.

HEXBAE5DF
Decimal186229223
Binary101110101110010111011111
Octal272345337

Shades and tints

Shades of #BAE5DF

#BAE5DF
(186,229,223)
#AAD1CB
(170,209,203)
#9ABDB7
(154,189,183)
#8AA9A3
(138,169,163)
#7A958F
(122,149,143)
#6A817B
(106,129,123)
#5A6D67
(90,109,103)
#4A5953
(74,89,83)
#3A453F
(58,69,63)
#2A312B
(42,49,43)
#1A1D17
(26,29,23)
#000000
(0,0,0)

Tints of #BAE5DF

#BAE5DF
(186,229,223)
#C0E7E1
(192,231,225)
#C6E9E3
(198,233,227)
#CCEBE5
(204,235,229)
#D2EDE7
(210,237,231)
#D8EFE9
(216,239,233)
#DEF1EB
(222,241,235)
#E4F3ED
(228,243,237)
#EAF5EF
(234,245,239)
#F0F7F1
(240,247,241)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE5DF color. Also use rgb(186,229,223) instead hex code.

Text Font Color

.myTextColor { color: #BAE5DF; }

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

This text font color is #BAE5DF.


Background Color

.myBgColor { background-color: #BAE5DF; }

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

This div background color is #BAE5DF.


Border color

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

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

This div border color is #BAE5DF.


Opacity

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

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

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

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

This text has shadow with #BAE5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE5DF on black background.


Color preview on white background

This text has color #BAE5DF on white background.



Black color preview on #BAE5DF background

This text has black color on #BAE5DF background.


White color preview on #BAE5DF background

This text has white color on #BAE5DF background.