COLOR #B6CAEF

HEX: #B6CAEF
RGB: (182,202,239)

Color info

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

RGB color model

#B6CAEF color RGB value is (182,202,239).

  • red value is 182;
  • green value is 202;
  • blue value is 239.
RGB:
(182,202,239)
(71%,79%,94%)

RGB channels and saturation

R 182 of 255 = 71%
G 202 of 255 = 79%
B 239 of 255 = 94%

182
202
239

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

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 239 = 623 (100%)
R 182 of 623 ~ 29.21%
G 202 of 623 ~ 32.42%
B 239 of 623 ~ 38.36%

%29.21
%32.42
%38.36

CMYK color model

#B6CAEF color CMYK value is (24,15,0,6).

  • cyan value is 23.85%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(24,15,0,6)
C24M15Y0K6 
(24%,15%,0%,6%)
(0.24/0.15/0.00/0.06)	

CMYK percentages

%23.85
%15.48
%0
%6.27

Codes

Color #B6CAEF in popluar color models

B6CAEF
RGB182202239
HSL219°64.04%82.55%
HSB/HSV219°23.85%93.73%
CMYK23.85%15.48%0.00%
6.27%

Color #B6CAEF in popluar number systems.

HEXB6CAEF
Decimal182202239
Binary101101101100101011101111
Octal266312357

Shades and tints

Shades of #B6CAEF

#B6CAEF
(182,202,239)
#A6B8DA
(166,184,218)
#96A6C5
(150,166,197)
#8694B0
(134,148,176)
#76829B
(118,130,155)
#667086
(102,112,134)
#565E71
(86,94,113)
#464C5C
(70,76,92)
#363A47
(54,58,71)
#262832
(38,40,50)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #B6CAEF

#B6CAEF
(182,202,239)
#BCCEF0
(188,206,240)
#C2D2F1
(194,210,241)
#C8D6F2
(200,214,242)
#CEDAF3
(206,218,243)
#D4DEF4
(212,222,244)
#DAE2F5
(218,226,245)
#E0E6F6
(224,230,246)
#E6EAF7
(230,234,247)
#ECEEF8
(236,238,248)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CAEF color. Also use rgb(182,202,239) instead hex code.

Text Font Color

.myTextColor { color: #B6CAEF; }

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

This text font color is #B6CAEF.


Background Color

.myBgColor { background-color: #B6CAEF; }

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

This div background color is #B6CAEF.


Border color

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

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

This div border color is #B6CAEF.


Opacity

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

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

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

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

This text has shadow with #B6CAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CAEF on black background.


Color preview on white background

This text has color #B6CAEF on white background.



Black color preview on #B6CAEF background

This text has black color on #B6CAEF background.


White color preview on #B6CAEF background

This text has white color on #B6CAEF background.