COLOR #BAEECC

HEX: #BAEECC
RGB: (186,238,204)

Color info

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

RGB color model

#BAEECC color RGB value is (186,238,204).

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

RGB channels and saturation

R 186 of 255 = 73%
G 238 of 255 = 93%
B 204 of 255 = 80%

186
238
204

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

Portions of RGB colors in percentages

R + G + B =
186 + 238 + 204 = 628 (100%)
R 186 of 628 ~ 29.62%
G 238 of 628 ~ 37.9%
B 204 of 628 ~ 32.48%

%29.62
%37.9
%32.48

CMYK color model

#BAEECC color CMYK value is (22,0,14,7).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 6.67%
CMYK:
(22,0,14,7)
C22M0Y14K7 
(22%,0%,14%,7%)
(0.22/0.00/0.14/0.07)	

CMYK percentages

%21.85
%0
%14.29
%6.67

Codes

Color #BAEECC in popluar color models

BAEECC
RGB186238204
HSL141°60.47%83.14%
HSB/HSV141°21.85%93.33%
CMYK21.85%0.00%14.29%
6.67%

Color #BAEECC in popluar number systems.

HEXBAEECC
Decimal186238204
Binary101110101110111011001100
Octal272356314

Shades and tints

Shades of #BAEECC

#BAEECC
(186,238,204)
#AAD9BA
(170,217,186)
#9AC4A8
(154,196,168)
#8AAF96
(138,175,150)
#7A9A84
(122,154,132)
#6A8572
(106,133,114)
#5A7060
(90,112,96)
#4A5B4E
(74,91,78)
#3A463C
(58,70,60)
#2A312A
(42,49,42)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #BAEECC

#BAEECC
(186,238,204)
#C0EFD0
(192,239,208)
#C6F0D4
(198,240,212)
#CCF1D8
(204,241,216)
#D2F2DC
(210,242,220)
#D8F3E0
(216,243,224)
#DEF4E4
(222,244,228)
#E4F5E8
(228,245,232)
#EAF6EC
(234,246,236)
#F0F7F0
(240,247,240)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEECC; }

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

This text font color is #BAEECC.


Background Color

.myBgColor { background-color: #BAEECC; }

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

This div background color is #BAEECC.


Border color

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

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

This div border color is #BAEECC.


Opacity

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

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

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

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

This text has shadow with #BAEECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEECC on black background.


Color preview on white background

This text has color #BAEECC on white background.



Black color preview on #BAEECC background

This text has black color on #BAEECC background.


White color preview on #BAEECC background

This text has white color on #BAEECC background.