COLOR #BACBE7

HEX: #BACBE7 RGB: (186,203,231)

Color info

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

RGB color model

#BACBE7 color RGB value is (186,203,231).

RGB: (186,203,231) (73%, 80%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 203 of 255 = 80%
B 231 of 255 = 91%

186
203
231

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

Portions of RGB colors in percentages

R + G + B = 186 + 203 + 231 = 620 (100%)
R 186 of 620 ~ 30%
G 203 of 620 ~ 32.74%
B 231 of 620 ~ 37.26'%

%30
%32.74
%37.26

CMYK color model

#BACBE7 color CMYK value is (19,12,0,9).

  • cyan value is 19.48%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (19,12,0,9)
C19M12Y0K9 (19%, 12%, 0%, 9%)
(0.19 / 0.12 / 0.00 / 0.09)

CMYK percentages

%19.48
%12.12
%0
%9.41

Codes

Color #BACBE7 in popluar color models

BA CB E7
RGB 186 203 231
HSL 217° 48.39% 81.76%
HSB/HSV 217° 19.48% 90.59%
CMYK 19.48% 12.12% 0.00%
9.41%

Color #BACBE7 in popluar number systems.

HEX BA CB E7
Decimal 186 203 231
Binary 10111010 11001011 11100111
Octal 272 313 347

Shades and tints

Shades of #BACBE7

#BACBE7
(186,203,231)
#AAB9D2
(170,185,210)
#9AA7BD
(154,167,189)
#8A95A8
(138,149,168)
#7A8393
(122,131,147)
#6A717E
(106,113,126)
#5A5F69
(90,95,105)
#4A4D54
(74,77,84)
#3A3B3F
(58,59,63)
#2A292A
(42,41,42)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #BACBE7

#BACBE7
(186,203,231)
#C0CFE9
(192,207,233)
#C6D3EB
(198,211,235)
#CCD7ED
(204,215,237)
#D2DBEF
(210,219,239)
#D8DFF1
(216,223,241)
#DEE3F3
(222,227,243)
#E4E7F5
(228,231,245)
#EAEBF7
(234,235,247)
#F0EFF9
(240,239,249)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BACBE7; }

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

This text font color is #BACBE7.

Background Color

.myBgColor { background-color: #BACBE7; }

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

This div background color is #BACBE7.

Border color

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

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

This div border color is #BACBE7.

Opacity

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

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

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

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

This text has shadow with #BACBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BACBE7.

Preview

Color preview on black background

This text has color #BACBE7 on black background.


Color preview on white background

This text has color #BACBE7 on white background.


Black color preview on #BACBE7 background

This text has black color on #BACBE7 background.


White color preview on #BACBE7 background

This text has white color on #BACBE7 background.


Related colors

Complementary color

Complementary color for #hex is #453418.


I love getcolorcode.com

Triadic colors

1 #E7BACB and #CBE7BA with #BACBE7 are triadic colors.

2 #E7CBBA and #CBBAE7 with #BACBE7 are triadic colors.