COLOR #BAE6E5

HEX: #BAE6E5
RGB: (186,230,229)

Color info

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

RGB color model

#BAE6E5 color RGB value is (186,230,229).

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

RGB channels and saturation

R 186 of 255 = 73%
G 230 of 255 = 90%
B 229 of 255 = 90%

186
230
229

R + G + B ~ 84%. #BAE6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 230 + 229 = 645 (100%)
R 186 of 645 ~ 28.84%
G 230 of 645 ~ 35.66%
B 229 of 645 ~ 35.5%

%28.84
%35.66
%35.5

CMYK color model

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

  • cyan value is 19.13%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.80%
CMYK:
(19,0,0,10)
C19M0Y0K10 
(19%,0%,0%,10%)
(0.19/0.00/0.00/0.10)	

CMYK percentages

%19.13
%0
%0.43
%9.8

Codes

Color #BAE6E5 in popluar color models

BAE6E5
RGB186230229
HSL179°46.81%81.57%
HSB/HSV179°19.13%90.20%
CMYK19.13%0.00%0.43%
9.80%

Color #BAE6E5 in popluar number systems.

HEXBAE6E5
Decimal186230229
Binary101110101110011011100101
Octal272346345

Shades and tints

Shades of #BAE6E5

#BAE6E5
(186,230,229)
#AAD2D1
(170,210,209)
#9ABEBD
(154,190,189)
#8AAAA9
(138,170,169)
#7A9695
(122,150,149)
#6A8281
(106,130,129)
#5A6E6D
(90,110,109)
#4A5A59
(74,90,89)
#3A4645
(58,70,69)
#2A3231
(42,50,49)
#1A1E1D
(26,30,29)
#000000
(0,0,0)

Tints of #BAE6E5

#BAE6E5
(186,230,229)
#C0E8E7
(192,232,231)
#C6EAE9
(198,234,233)
#CCECEB
(204,236,235)
#D2EEED
(210,238,237)
#D8F0EF
(216,240,239)
#DEF2F1
(222,242,241)
#E4F4F3
(228,244,243)
#EAF6F5
(234,246,245)
#F0F8F7
(240,248,247)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE6E5; }

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

This text font color is #BAE6E5.


Background Color

.myBgColor { background-color: #BAE6E5; }

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

This div background color is #BAE6E5.


Border color

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

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

This div border color is #BAE6E5.


Opacity

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

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

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

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

This text has shadow with #BAE6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE6E5 on black background.


Color preview on white background

This text has color #BAE6E5 on white background.



Black color preview on #BAE6E5 background

This text has black color on #BAE6E5 background.


White color preview on #BAE6E5 background

This text has white color on #BAE6E5 background.