COLOR #BAEEDC

HEX: #BAEEDC
RGB: (186,238,220)

Color info

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

RGB color model

#BAEEDC color RGB value is (186,238,220).

  • red value is 186;
  • green value is 238;
  • blue value is 220.
RGB:
(186,238,220)
(73%,93%,86%)

RGB channels and saturation

R 186 of 255 = 73%
G 238 of 255 = 93%
B 220 of 255 = 86%

186
238
220

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

Portions of RGB colors in percentages

R + G + B =
186 + 238 + 220 = 644 (100%)
R 186 of 644 ~ 28.88%
G 238 of 644 ~ 36.96%
B 220 of 644 ~ 34.16%

%28.88
%36.96
%34.16

CMYK color model

#BAEEDC color CMYK value is (22,0,8,7).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK:
(22,0,8,7)
C22M0Y8K7 
(22%,0%,8%,7%)
(0.22/0.00/0.08/0.07)	

CMYK percentages

%21.85
%0
%7.56
%6.67

Codes

Color #BAEEDC in popluar color models

BAEEDC
RGB186238220
HSL159°60.47%83.14%
HSB/HSV159°21.85%93.33%
CMYK21.85%0.00%7.56%
6.67%

Color #BAEEDC in popluar number systems.

HEXBAEEDC
Decimal186238220
Binary101110101110111011011100
Octal272356334

Shades and tints

Shades of #BAEEDC

#BAEEDC
(186,238,220)
#AAD9C8
(170,217,200)
#9AC4B4
(154,196,180)
#8AAFA0
(138,175,160)
#7A9A8C
(122,154,140)
#6A8578
(106,133,120)
#5A7064
(90,112,100)
#4A5B50
(74,91,80)
#3A463C
(58,70,60)
#2A3128
(42,49,40)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #BAEEDC

#BAEEDC
(186,238,220)
#C0EFDF
(192,239,223)
#C6F0E2
(198,240,226)
#CCF1E5
(204,241,229)
#D2F2E8
(210,242,232)
#D8F3EB
(216,243,235)
#DEF4EE
(222,244,238)
#E4F5F1
(228,245,241)
#EAF6F4
(234,246,244)
#F0F7F7
(240,247,247)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEEDC color. Also use rgb(186,238,220) instead hex code.

Text Font Color

.myTextColor { color: #BAEEDC; }

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

This text font color is #BAEEDC.


Background Color

.myBgColor { background-color: #BAEEDC; }

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

This div background color is #BAEEDC.


Border color

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

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

This div border color is #BAEEDC.


Opacity

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

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

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

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

This text has shadow with #BAEEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEEDC on black background.


Color preview on white background

This text has color #BAEEDC on white background.



Black color preview on #BAEEDC background

This text has black color on #BAEEDC background.


White color preview on #BAEEDC background

This text has white color on #BAEEDC background.