COLOR #BAC6E7

HEX: #BAC6E7
RGB: (186,198,231)

Color info

#BAC6E7 contains red, green and blue colors in about the same proportion. Web safe color of #BAC6E7 is #CCCCFF (or #CCF).

RGB color model

#BAC6E7 color RGB value is (186,198,231).

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

RGB channels and saturation

R 186 of 255 = 73%
G 198 of 255 = 78%
B 231 of 255 = 91%

186
198
231

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

Portions of RGB colors in percentages

R + G + B =
186 + 198 + 231 = 615 (100%)
R 186 of 615 ~ 30.24%
G 198 of 615 ~ 32.2%
B 231 of 615 ~ 37.56%

%30.24
%32.2
%37.56

CMYK color model

#BAC6E7 color CMYK value is (19,14,0,9).

  • cyan value is 19.48%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(19,14,0,9)
C19M14Y0K9 
(19%,14%,0%,9%)
(0.19/0.14/0.00/0.09)	

CMYK percentages

%19.48
%14.29
%0
%9.41

Codes

Color #BAC6E7 in popluar color models

BAC6E7
RGB186198231
HSL224°48.39%81.76%
HSB/HSV224°19.48%90.59%
CMYK19.48%14.29%0.00%
9.41%

Color #BAC6E7 in popluar number systems.

HEXBAC6E7
Decimal186198231
Binary101110101100011011100111
Octal272306347

Shades and tints

Shades of #BAC6E7

#BAC6E7
(186,198,231)
#AAB4D2
(170,180,210)
#9AA2BD
(154,162,189)
#8A90A8
(138,144,168)
#7A7E93
(122,126,147)
#6A6C7E
(106,108,126)
#5A5A69
(90,90,105)
#4A4854
(74,72,84)
#3A363F
(58,54,63)
#2A242A
(42,36,42)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #BAC6E7

#BAC6E7
(186,198,231)
#C0CBE9
(192,203,233)
#C6D0EB
(198,208,235)
#CCD5ED
(204,213,237)
#D2DAEF
(210,218,239)
#D8DFF1
(216,223,241)
#DEE4F3
(222,228,243)
#E4E9F5
(228,233,245)
#EAEEF7
(234,238,247)
#F0F3F9
(240,243,249)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC6E7; }

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

This text font color is #BAC6E7.


Background Color

.myBgColor { background-color: #BAC6E7; }

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

This div background color is #BAC6E7.


Border color

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

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

This div border color is #BAC6E7.


Opacity

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

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

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

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

This text has shadow with #BAC6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC6E7 on black background.


Color preview on white background

This text has color #BAC6E7 on white background.



Black color preview on #BAC6E7 background

This text has black color on #BAC6E7 background.


White color preview on #BAC6E7 background

This text has white color on #BAC6E7 background.