COLOR #BAE6CC

HEX: #BAE6CC
RGB: (186,230,204)

Color info

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

RGB color model

#BAE6CC color RGB value is (186,230,204).

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

RGB channels and saturation

R 186 of 255 = 73%
G 230 of 255 = 90%
B 204 of 255 = 80%

186
230
204

R + G + B ~ 81%. #BAE6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 230 + 204 = 620 (100%)
R 186 of 620 ~ 30%
G 230 of 620 ~ 37.1%
B 204 of 620 ~ 32.9%

%30
%37.1
%32.9

CMYK color model

#BAE6CC color CMYK value is (19,0,11,10).

  • cyan value is 19.13%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 9.80%
CMYK:
(19,0,11,10)
C19M0Y11K10 
(19%,0%,11%,10%)
(0.19/0.00/0.11/0.10)	

CMYK percentages

%19.13
%0
%11.3
%9.8

Codes

Color #BAE6CC in popluar color models

BAE6CC
RGB186230204
HSL145°46.81%81.57%
HSB/HSV145°19.13%90.20%
CMYK19.13%0.00%11.30%
9.80%

Color #BAE6CC in popluar number systems.

HEXBAE6CC
Decimal186230204
Binary101110101110011011001100
Octal272346314

Shades and tints

Shades of #BAE6CC

#BAE6CC
(186,230,204)
#AAD2BA
(170,210,186)
#9ABEA8
(154,190,168)
#8AAA96
(138,170,150)
#7A9684
(122,150,132)
#6A8272
(106,130,114)
#5A6E60
(90,110,96)
#4A5A4E
(74,90,78)
#3A463C
(58,70,60)
#2A322A
(42,50,42)
#1A1E18
(26,30,24)
#000000
(0,0,0)

Tints of #BAE6CC

#BAE6CC
(186,230,204)
#C0E8D0
(192,232,208)
#C6EAD4
(198,234,212)
#CCECD8
(204,236,216)
#D2EEDC
(210,238,220)
#D8F0E0
(216,240,224)
#DEF2E4
(222,242,228)
#E4F4E8
(228,244,232)
#EAF6EC
(234,246,236)
#F0F8F0
(240,248,240)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE6CC; }

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

This text font color is #BAE6CC.


Background Color

.myBgColor { background-color: #BAE6CC; }

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

This div background color is #BAE6CC.


Border color

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

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

This div border color is #BAE6CC.


Opacity

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

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

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

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

This text has shadow with #BAE6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE6CC on black background.


Color preview on white background

This text has color #BAE6CC on white background.



Black color preview on #BAE6CC background

This text has black color on #BAE6CC background.


White color preview on #BAE6CC background

This text has white color on #BAE6CC background.