COLOR #BAE3ED

HEX: #BAE3ED
RGB: (186,227,237)

Color info

#BAE3ED contains red, green and blue colors in about the same proportion. Web safe color of #BAE3ED is #CCCCFF (or #CCF).

RGB color model

#BAE3ED color RGB value is (186,227,237).

  • red value is 186;
  • green value is 227;
  • blue value is 237.
RGB:
(186,227,237)
(73%,89%,93%)

RGB channels and saturation

R 186 of 255 = 73%
G 227 of 255 = 89%
B 237 of 255 = 93%

186
227
237

R + G + B ~ 85%. #BAE3ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 227 + 237 = 650 (100%)
R 186 of 650 ~ 28.62%
G 227 of 650 ~ 34.92%
B 237 of 650 ~ 36.46%

%28.62
%34.92
%36.46

CMYK color model

#BAE3ED color CMYK value is (22,4,0,7).

  • cyan value is 21.52%
  • magenta value is 4.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,4,0,7)
C22M4Y0K7 
(22%,4%,0%,7%)
(0.22/0.04/0.00/0.07)	

CMYK percentages

%21.52
%4.22
%0
%7.06

Codes

Color #BAE3ED in popluar color models

BAE3ED
RGB186227237
HSL192°58.62%82.94%
HSB/HSV192°21.52%92.94%
CMYK21.52%4.22%0.00%
7.06%

Color #BAE3ED in popluar number systems.

HEXBAE3ED
Decimal186227237
Binary101110101110001111101101
Octal272343355

Shades and tints

Shades of #BAE3ED

#BAE3ED
(186,227,237)
#AACFD8
(170,207,216)
#9ABBC3
(154,187,195)
#8AA7AE
(138,167,174)
#7A9399
(122,147,153)
#6A7F84
(106,127,132)
#5A6B6F
(90,107,111)
#4A575A
(74,87,90)
#3A4345
(58,67,69)
#2A2F30
(42,47,48)
#1A1B1B
(26,27,27)
#000000
(0,0,0)

Tints of #BAE3ED

#BAE3ED
(186,227,237)
#C0E5EE
(192,229,238)
#C6E7EF
(198,231,239)
#CCE9F0
(204,233,240)
#D2EBF1
(210,235,241)
#D8EDF2
(216,237,242)
#DEEFF3
(222,239,243)
#E4F1F4
(228,241,244)
#EAF3F5
(234,243,245)
#F0F5F6
(240,245,246)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE3ED color. Also use rgb(186,227,237) instead hex code.

Text Font Color

.myTextColor { color: #BAE3ED; }

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

This text font color is #BAE3ED.


Background Color

.myBgColor { background-color: #BAE3ED; }

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

This div background color is #BAE3ED.


Border color

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

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

This div border color is #BAE3ED.


Opacity

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

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

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

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

This text has shadow with #BAE3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE3ED on black background.


Color preview on white background

This text has color #BAE3ED on white background.



Black color preview on #BAE3ED background

This text has black color on #BAE3ED background.


White color preview on #BAE3ED background

This text has white color on #BAE3ED background.