COLOR #BACEE8

HEX: #BACEE8
RGB: (186,206,232)

Color info

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

RGB color model

#BACEE8 color RGB value is (186,206,232).

  • red value is 186;
  • green value is 206;
  • blue value is 232.
RGB:
(186,206,232)
(73%,81%,91%)

RGB channels and saturation

R 186 of 255 = 73%
G 206 of 255 = 81%
B 232 of 255 = 91%

186
206
232

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

Portions of RGB colors in percentages

R + G + B =
186 + 206 + 232 = 624 (100%)
R 186 of 624 ~ 29.81%
G 206 of 624 ~ 33.01%
B 232 of 624 ~ 37.18%

%29.81
%33.01
%37.18

CMYK color model

#BACEE8 color CMYK value is (20,11,0,9).

  • cyan value is 19.83%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(20,11,0,9)
C20M11Y0K9 
(20%,11%,0%,9%)
(0.20/0.11/0.00/0.09)	

CMYK percentages

%19.83
%11.21
%0
%9.02

Codes

Color #BACEE8 in popluar color models

BACEE8
RGB186206232
HSL214°50.00%81.96%
HSB/HSV214°19.83%90.98%
CMYK19.83%11.21%0.00%
9.02%

Color #BACEE8 in popluar number systems.

HEXBACEE8
Decimal186206232
Binary101110101100111011101000
Octal272316350

Shades and tints

Shades of #BACEE8

#BACEE8
(186,206,232)
#AABCD3
(170,188,211)
#9AAABE
(154,170,190)
#8A98A9
(138,152,169)
#7A8694
(122,134,148)
#6A747F
(106,116,127)
#5A626A
(90,98,106)
#4A5055
(74,80,85)
#3A3E40
(58,62,64)
#2A2C2B
(42,44,43)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #BACEE8

#BACEE8
(186,206,232)
#C0D2EA
(192,210,234)
#C6D6EC
(198,214,236)
#CCDAEE
(204,218,238)
#D2DEF0
(210,222,240)
#D8E2F2
(216,226,242)
#DEE6F4
(222,230,244)
#E4EAF6
(228,234,246)
#EAEEF8
(234,238,248)
#F0F2FA
(240,242,250)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BACEE8 color. Also use rgb(186,206,232) instead hex code.

Text Font Color

.myTextColor { color: #BACEE8; }

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

This text font color is #BACEE8.


Background Color

.myBgColor { background-color: #BACEE8; }

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

This div background color is #BACEE8.


Border color

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

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

This div border color is #BACEE8.


Opacity

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

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

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

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

This text has shadow with #BACEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BACEE8 on black background.


Color preview on white background

This text has color #BACEE8 on white background.



Black color preview on #BACEE8 background

This text has black color on #BACEE8 background.


White color preview on #BACEE8 background

This text has white color on #BACEE8 background.