COLOR #BAC6E6

HEX: #BAC6E6
RGB: (186,198,230)

Color info

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

RGB color model

#BAC6E6 color RGB value is (186,198,230).

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

RGB channels and saturation

R 186 of 255 = 73%
G 198 of 255 = 78%
B 230 of 255 = 90%

186
198
230

R + G + B ~ 80%. #BAC6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 198 + 230 = 614 (100%)
R 186 of 614 ~ 30.29%
G 198 of 614 ~ 32.25%
B 230 of 614 ~ 37.46%

%30.29
%32.25
%37.46

CMYK color model

#BAC6E6 color CMYK value is (19,14,0,10).

  • cyan value is 19.13%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(19,14,0,10)
C19M14Y0K10 
(19%,14%,0%,10%)
(0.19/0.14/0.00/0.10)	

CMYK percentages

%19.13
%13.91
%0
%9.8

Codes

Color #BAC6E6 in popluar color models

BAC6E6
RGB186198230
HSL224°46.81%81.57%
HSB/HSV224°19.13%90.20%
CMYK19.13%13.91%0.00%
9.80%

Color #BAC6E6 in popluar number systems.

HEXBAC6E6
Decimal186198230
Binary101110101100011011100110
Octal272306346

Shades and tints

Shades of #BAC6E6

#BAC6E6
(186,198,230)
#AAB4D2
(170,180,210)
#9AA2BE
(154,162,190)
#8A90AA
(138,144,170)
#7A7E96
(122,126,150)
#6A6C82
(106,108,130)
#5A5A6E
(90,90,110)
#4A485A
(74,72,90)
#3A3646
(58,54,70)
#2A2432
(42,36,50)
#1A121E
(26,18,30)
#000000
(0,0,0)

Tints of #BAC6E6

#BAC6E6
(186,198,230)
#C0CBE8
(192,203,232)
#C6D0EA
(198,208,234)
#CCD5EC
(204,213,236)
#D2DAEE
(210,218,238)
#D8DFF0
(216,223,240)
#DEE4F2
(222,228,242)
#E4E9F4
(228,233,244)
#EAEEF6
(234,238,246)
#F0F3F8
(240,243,248)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC6E6; }

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

This text font color is #BAC6E6.


Background Color

.myBgColor { background-color: #BAC6E6; }

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

This div background color is #BAC6E6.


Border color

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

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

This div border color is #BAC6E6.


Opacity

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

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

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

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

This text has shadow with #BAC6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC6E6 on black background.


Color preview on white background

This text has color #BAC6E6 on white background.



Black color preview on #BAC6E6 background

This text has black color on #BAC6E6 background.


White color preview on #BAC6E6 background

This text has white color on #BAC6E6 background.