COLOR #BAE0D7

HEX: #BAE0D7
RGB: (186,224,215)

Color info

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

RGB color model

#BAE0D7 color RGB value is (186,224,215).

  • red value is 186;
  • green value is 224;
  • blue value is 215.
RGB:
(186,224,215)
(73%,88%,84%)

RGB channels and saturation

R 186 of 255 = 73%
G 224 of 255 = 88%
B 215 of 255 = 84%

186
224
215

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

Portions of RGB colors in percentages

R + G + B =
186 + 224 + 215 = 625 (100%)
R 186 of 625 ~ 29.76%
G 224 of 625 ~ 35.84%
B 215 of 625 ~ 34.4%

%29.76
%35.84
%34.4

CMYK color model

#BAE0D7 color CMYK value is (17,0,4,12).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 12.16%
CMYK:
(17,0,4,12)
C17M0Y4K12 
(17%,0%,4%,12%)
(0.17/0.00/0.04/0.12)	

CMYK percentages

%16.96
%0
%4.02
%12.16

Codes

Color #BAE0D7 in popluar color models

BAE0D7
RGB186224215
HSL166°38.00%80.39%
HSB/HSV166°16.96%87.84%
CMYK16.96%0.00%4.02%
12.16%

Color #BAE0D7 in popluar number systems.

HEXBAE0D7
Decimal186224215
Binary101110101110000011010111
Octal272340327

Shades and tints

Shades of #BAE0D7

#BAE0D7
(186,224,215)
#AACCC4
(170,204,196)
#9AB8B1
(154,184,177)
#8AA49E
(138,164,158)
#7A908B
(122,144,139)
#6A7C78
(106,124,120)
#5A6865
(90,104,101)
#4A5452
(74,84,82)
#3A403F
(58,64,63)
#2A2C2C
(42,44,44)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #BAE0D7

#BAE0D7
(186,224,215)
#C0E2DA
(192,226,218)
#C6E4DD
(198,228,221)
#CCE6E0
(204,230,224)
#D2E8E3
(210,232,227)
#D8EAE6
(216,234,230)
#DEECE9
(222,236,233)
#E4EEEC
(228,238,236)
#EAF0EF
(234,240,239)
#F0F2F2
(240,242,242)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE0D7 color. Also use rgb(186,224,215) instead hex code.

Text Font Color

.myTextColor { color: #BAE0D7; }

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

This text font color is #BAE0D7.


Background Color

.myBgColor { background-color: #BAE0D7; }

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

This div background color is #BAE0D7.


Border color

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

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

This div border color is #BAE0D7.


Opacity

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

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

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

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

This text has shadow with #BAE0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE0D7 on black background.


Color preview on white background

This text has color #BAE0D7 on white background.



Black color preview on #BAE0D7 background

This text has black color on #BAE0D7 background.


White color preview on #BAE0D7 background

This text has white color on #BAE0D7 background.