COLOR #BAE5D6

HEX: #BAE5D6
RGB: (186,229,214)

Color info

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

RGB color model

#BAE5D6 color RGB value is (186,229,214).

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

RGB channels and saturation

R 186 of 255 = 73%
G 229 of 255 = 90%
B 214 of 255 = 84%

186
229
214

R + G + B ~ 82%. #BAE5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 229 + 214 = 629 (100%)
R 186 of 629 ~ 29.57%
G 229 of 629 ~ 36.41%
B 214 of 629 ~ 34.02%

%29.57
%36.41
%34.02

CMYK color model

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

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 10.20%
CMYK:
(19,0,7,10)
C19M0Y7K10 
(19%,0%,7%,10%)
(0.19/0.00/0.07/0.10)	

CMYK percentages

%18.78
%0
%6.55
%10.2

Codes

Color #BAE5D6 in popluar color models

BAE5D6
RGB186229214
HSL159°45.26%81.37%
HSB/HSV159°18.78%89.80%
CMYK18.78%0.00%6.55%
10.20%

Color #BAE5D6 in popluar number systems.

HEXBAE5D6
Decimal186229214
Binary101110101110010111010110
Octal272345326

Shades and tints

Shades of #BAE5D6

#BAE5D6
(186,229,214)
#AAD1C3
(170,209,195)
#9ABDB0
(154,189,176)
#8AA99D
(138,169,157)
#7A958A
(122,149,138)
#6A8177
(106,129,119)
#5A6D64
(90,109,100)
#4A5951
(74,89,81)
#3A453E
(58,69,62)
#2A312B
(42,49,43)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #BAE5D6

#BAE5D6
(186,229,214)
#C0E7D9
(192,231,217)
#C6E9DC
(198,233,220)
#CCEBDF
(204,235,223)
#D2EDE2
(210,237,226)
#D8EFE5
(216,239,229)
#DEF1E8
(222,241,232)
#E4F3EB
(228,243,235)
#EAF5EE
(234,245,238)
#F0F7F1
(240,247,241)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE5D6; }

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

This text font color is #BAE5D6.


Background Color

.myBgColor { background-color: #BAE5D6; }

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

This div background color is #BAE5D6.


Border color

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

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

This div border color is #BAE5D6.


Opacity

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

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

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

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

This text has shadow with #BAE5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE5D6 on black background.


Color preview on white background

This text has color #BAE5D6 on white background.



Black color preview on #BAE5D6 background

This text has black color on #BAE5D6 background.


White color preview on #BAE5D6 background

This text has white color on #BAE5D6 background.