COLOR #BAEADD

HEX: #BAEADD
RGB: (186,234,221)

Color info

#BAEADD contains red, green and blue colors in about the same proportion. Web safe color of #BAEADD is #CCFFCC (or #CFC).

RGB color model

#BAEADD color RGB value is (186,234,221).

  • red value is 186;
  • green value is 234;
  • blue value is 221.
RGB:
(186,234,221)
(73%,92%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 234 of 255 = 92%
B 221 of 255 = 87%

186
234
221

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

Portions of RGB colors in percentages

R + G + B =
186 + 234 + 221 = 641 (100%)
R 186 of 641 ~ 29.02%
G 234 of 641 ~ 36.51%
B 221 of 641 ~ 34.48%

%29.02
%36.51
%34.48

CMYK color model

#BAEADD color CMYK value is (21,0,6,8).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK:
(21,0,6,8)
C21M0Y6K8 
(21%,0%,6%,8%)
(0.21/0.00/0.06/0.08)	

CMYK percentages

%20.51
%0
%5.56
%8.24

Codes

Color #BAEADD in popluar color models

BAEADD
RGB186234221
HSL164°53.33%82.35%
HSB/HSV164°20.51%91.76%
CMYK20.51%0.00%5.56%
8.24%

Color #BAEADD in popluar number systems.

HEXBAEADD
Decimal186234221
Binary101110101110101011011101
Octal272352335

Shades and tints

Shades of #BAEADD

#BAEADD
(186,234,221)
#AAD5C9
(170,213,201)
#9AC0B5
(154,192,181)
#8AABA1
(138,171,161)
#7A968D
(122,150,141)
#6A8179
(106,129,121)
#5A6C65
(90,108,101)
#4A5751
(74,87,81)
#3A423D
(58,66,61)
#2A2D29
(42,45,41)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #BAEADD

#BAEADD
(186,234,221)
#C0EBE0
(192,235,224)
#C6ECE3
(198,236,227)
#CCEDE6
(204,237,230)
#D2EEE9
(210,238,233)
#D8EFEC
(216,239,236)
#DEF0EF
(222,240,239)
#E4F1F2
(228,241,242)
#EAF2F5
(234,242,245)
#F0F3F8
(240,243,248)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEADD color. Also use rgb(186,234,221) instead hex code.

Text Font Color

.myTextColor { color: #BAEADD; }

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

This text font color is #BAEADD.


Background Color

.myBgColor { background-color: #BAEADD; }

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

This div background color is #BAEADD.


Border color

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

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

This div border color is #BAEADD.


Opacity

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

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

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

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

This text has shadow with #BAEADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEADD on black background.


Color preview on white background

This text has color #BAEADD on white background.



Black color preview on #BAEADD background

This text has black color on #BAEADD background.


White color preview on #BAEADD background

This text has white color on #BAEADD background.