COLOR #BAE7EC

HEX: #BAE7EC
RGB: (186,231,236)

Color info

#BAE7EC contains red, green and blue colors in about the same proportion. Web safe color of #BAE7EC is #CCFFFF (or #CFF).

RGB color model

#BAE7EC color RGB value is (186,231,236).

  • red value is 186;
  • green value is 231;
  • blue value is 236.
RGB:
(186,231,236)
(73%,91%,93%)

RGB channels and saturation

R 186 of 255 = 73%
G 231 of 255 = 91%
B 236 of 255 = 93%

186
231
236

R + G + B ~ 86%. #BAE7EC is light color.

Portions of RGB colors in percentages

R + G + B =
186 + 231 + 236 = 653 (100%)
R 186 of 653 ~ 28.48%
G 231 of 653 ~ 35.38%
B 236 of 653 ~ 36.14%

%28.48
%35.38
%36.14

CMYK color model

#BAE7EC color CMYK value is (21,2,0,7).

  • cyan value is 21.19%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(21,2,0,7)
C21M2Y0K7 
(21%,2%,0%,7%)
(0.21/0.02/0.00/0.07)	

CMYK percentages

%21.19
%2.12
%0
%7.45

Codes

Color #BAE7EC in popluar color models

BAE7EC
RGB186231236
HSL186°56.82%82.75%
HSB/HSV186°21.19%92.55%
CMYK21.19%2.12%0.00%
7.45%

Color #BAE7EC in popluar number systems.

HEXBAE7EC
Decimal186231236
Binary101110101110011111101100
Octal272347354

Shades and tints

Shades of #BAE7EC

#BAE7EC
(186,231,236)
#AAD2D7
(170,210,215)
#9ABDC2
(154,189,194)
#8AA8AD
(138,168,173)
#7A9398
(122,147,152)
#6A7E83
(106,126,131)
#5A696E
(90,105,110)
#4A5459
(74,84,89)
#3A3F44
(58,63,68)
#2A2A2F
(42,42,47)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #BAE7EC

#BAE7EC
(186,231,236)
#C0E9ED
(192,233,237)
#C6EBEE
(198,235,238)
#CCEDEF
(204,237,239)
#D2EFF0
(210,239,240)
#D8F1F1
(216,241,241)
#DEF3F2
(222,243,242)
#E4F5F3
(228,245,243)
#EAF7F4
(234,247,244)
#F0F9F5
(240,249,245)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE7EC color. Also use rgb(186,231,236) instead hex code.

Text Font Color

.myTextColor { color: #BAE7EC; }

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

This text font color is #BAE7EC.


Background Color

.myBgColor { background-color: #BAE7EC; }

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

This div background color is #BAE7EC.


Border color

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

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

This div border color is #BAE7EC.


Opacity

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

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

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

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

This text has shadow with #BAE7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE7EC on black background.


Color preview on white background

This text has color #BAE7EC on white background.



Black color preview on #BAE7EC background

This text has black color on #BAE7EC background.


White color preview on #BAE7EC background

This text has white color on #BAE7EC background.