COLOR #BAC7E7

HEX: #BAC7E7
RGB: (186,199,231)

Color info

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

RGB color model

#BAC7E7 color RGB value is (186,199,231).

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

RGB channels and saturation

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

186
199
231

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

Portions of RGB colors in percentages

R + G + B =
186 + 199 + 231 = 616 (100%)
R 186 of 616 ~ 30.19%
G 199 of 616 ~ 32.31%
B 231 of 616 ~ 37.5%

%30.19
%32.31
%37.5

CMYK color model

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

  • cyan value is 19.48%
  • magenta value is 13.85%
  • 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
%13.85
%0
%9.41

Codes

Color #BAC7E7 in popluar color models

BAC7E7
RGB186199231
HSL223°48.39%81.76%
HSB/HSV223°19.48%90.59%
CMYK19.48%13.85%0.00%
9.41%

Color #BAC7E7 in popluar number systems.

HEXBAC7E7
Decimal186199231
Binary101110101100011111100111
Octal272307347

Shades and tints

Shades of #BAC7E7

#BAC7E7
(186,199,231)
#AAB5D2
(170,181,210)
#9AA3BD
(154,163,189)
#8A91A8
(138,145,168)
#7A7F93
(122,127,147)
#6A6D7E
(106,109,126)
#5A5B69
(90,91,105)
#4A4954
(74,73,84)
#3A373F
(58,55,63)
#2A252A
(42,37,42)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #BAC7E7

#BAC7E7
(186,199,231)
#C0CCE9
(192,204,233)
#C6D1EB
(198,209,235)
#CCD6ED
(204,214,237)
#D2DBEF
(210,219,239)
#D8E0F1
(216,224,241)
#DEE5F3
(222,229,243)
#E4EAF5
(228,234,245)
#EAEFF7
(234,239,247)
#F0F4F9
(240,244,249)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC7E7; }

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

This text font color is #BAC7E7.


Background Color

.myBgColor { background-color: #BAC7E7; }

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

This div background color is #BAC7E7.


Border color

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

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

This div border color is #BAC7E7.


Opacity

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

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

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

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

This text has shadow with #BAC7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC7E7 on black background.


Color preview on white background

This text has color #BAC7E7 on white background.



Black color preview on #BAC7E7 background

This text has black color on #BAC7E7 background.


White color preview on #BAC7E7 background

This text has white color on #BAC7E7 background.