COLOR #BAC6F3

HEX: #BAC6F3
RGB: (186,198,243)

Color info

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

RGB color model

#BAC6F3 color RGB value is (186,198,243).

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

RGB channels and saturation

R 186 of 255 = 73%
G 198 of 255 = 78%
B 243 of 255 = 95%

186
198
243

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

Portions of RGB colors in percentages

R + G + B =
186 + 198 + 243 = 627 (100%)
R 186 of 627 ~ 29.67%
G 198 of 627 ~ 31.58%
B 243 of 627 ~ 38.76%

%29.67
%31.58
%38.76

CMYK color model

#BAC6F3 color CMYK value is (23,19,0,5).

  • cyan value is 23.46%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(23,19,0,5)
C23M19Y0K5 
(23%,19%,0%,5%)
(0.23/0.19/0.00/0.05)	

CMYK percentages

%23.46
%18.52
%0
%4.71

Codes

Color #BAC6F3 in popluar color models

BAC6F3
RGB186198243
HSL227°70.37%84.12%
HSB/HSV227°23.46%95.29%
CMYK23.46%18.52%0.00%
4.71%

Color #BAC6F3 in popluar number systems.

HEXBAC6F3
Decimal186198243
Binary101110101100011011110011
Octal272306363

Shades and tints

Shades of #BAC6F3

#BAC6F3
(186,198,243)
#AAB4DD
(170,180,221)
#9AA2C7
(154,162,199)
#8A90B1
(138,144,177)
#7A7E9B
(122,126,155)
#6A6C85
(106,108,133)
#5A5A6F
(90,90,111)
#4A4859
(74,72,89)
#3A3643
(58,54,67)
#2A242D
(42,36,45)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #BAC6F3

#BAC6F3
(186,198,243)
#C0CBF4
(192,203,244)
#C6D0F5
(198,208,245)
#CCD5F6
(204,213,246)
#D2DAF7
(210,218,247)
#D8DFF8
(216,223,248)
#DEE4F9
(222,228,249)
#E4E9FA
(228,233,250)
#EAEEFB
(234,238,251)
#F0F3FC
(240,243,252)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC6F3; }

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

This text font color is #BAC6F3.


Background Color

.myBgColor { background-color: #BAC6F3; }

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

This div background color is #BAC6F3.


Border color

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

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

This div border color is #BAC6F3.


Opacity

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

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

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

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

This text has shadow with #BAC6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC6F3 on black background.


Color preview on white background

This text has color #BAC6F3 on white background.



Black color preview on #BAC6F3 background

This text has black color on #BAC6F3 background.


White color preview on #BAC6F3 background

This text has white color on #BAC6F3 background.