COLOR #BACAE1

HEX: #BACAE1
RGB: (186,202,225)

Color info

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

RGB color model

#BACAE1 color RGB value is (186,202,225).

  • red value is 186;
  • green value is 202;
  • blue value is 225.
RGB:
(186,202,225)
(73%,79%,88%)

RGB channels and saturation

R 186 of 255 = 73%
G 202 of 255 = 79%
B 225 of 255 = 88%

186
202
225

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

Portions of RGB colors in percentages

R + G + B =
186 + 202 + 225 = 613 (100%)
R 186 of 613 ~ 30.34%
G 202 of 613 ~ 32.95%
B 225 of 613 ~ 36.7%

%30.34
%32.95
%36.7

CMYK color model

#BACAE1 color CMYK value is (17,10,0,12).

  • cyan value is 17.33%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(17,10,0,12)
C17M10Y0K12 
(17%,10%,0%,12%)
(0.17/0.10/0.00/0.12)	

CMYK percentages

%17.33
%10.22
%0
%11.76

Codes

Color #BACAE1 in popluar color models

BACAE1
RGB186202225
HSL215°39.39%80.59%
HSB/HSV215°17.33%88.24%
CMYK17.33%10.22%0.00%
11.76%

Color #BACAE1 in popluar number systems.

HEXBACAE1
Decimal186202225
Binary101110101100101011100001
Octal272312341

Shades and tints

Shades of #BACAE1

#BACAE1
(186,202,225)
#AAB8CD
(170,184,205)
#9AA6B9
(154,166,185)
#8A94A5
(138,148,165)
#7A8291
(122,130,145)
#6A707D
(106,112,125)
#5A5E69
(90,94,105)
#4A4C55
(74,76,85)
#3A3A41
(58,58,65)
#2A282D
(42,40,45)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #BACAE1

#BACAE1
(186,202,225)
#C0CEE3
(192,206,227)
#C6D2E5
(198,210,229)
#CCD6E7
(204,214,231)
#D2DAE9
(210,218,233)
#D8DEEB
(216,222,235)
#DEE2ED
(222,226,237)
#E4E6EF
(228,230,239)
#EAEAF1
(234,234,241)
#F0EEF3
(240,238,243)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BACAE1 color. Also use rgb(186,202,225) instead hex code.

Text Font Color

.myTextColor { color: #BACAE1; }

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

This text font color is #BACAE1.


Background Color

.myBgColor { background-color: #BACAE1; }

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

This div background color is #BACAE1.


Border color

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

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

This div border color is #BACAE1.


Opacity

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

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

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

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

This text has shadow with #BACAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BACAE1 on black background.


Color preview on white background

This text has color #BACAE1 on white background.



Black color preview on #BACAE1 background

This text has black color on #BACAE1 background.


White color preview on #BACAE1 background

This text has white color on #BACAE1 background.