COLOR #B6CAEA

HEX: #B6CAEA
RGB: (182,202,234)

Color info

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

RGB color model

#B6CAEA color RGB value is (182,202,234).

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

RGB channels and saturation

R 182 of 255 = 71%
G 202 of 255 = 79%
B 234 of 255 = 92%

182
202
234

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

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 234 = 618 (100%)
R 182 of 618 ~ 29.45%
G 202 of 618 ~ 32.69%
B 234 of 618 ~ 37.86%

%29.45
%32.69
%37.86

CMYK color model

#B6CAEA color CMYK value is (22,14,0,8).

  • cyan value is 22.22%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,14,0,8)
C22M14Y0K8 
(22%,14%,0%,8%)
(0.22/0.14/0.00/0.08)	

CMYK percentages

%22.22
%13.68
%0
%8.24

Codes

Color #B6CAEA in popluar color models

B6CAEA
RGB182202234
HSL217°55.32%81.57%
HSB/HSV217°22.22%91.76%
CMYK22.22%13.68%0.00%
8.24%

Color #B6CAEA in popluar number systems.

HEXB6CAEA
Decimal182202234
Binary101101101100101011101010
Octal266312352

Shades and tints

Shades of #B6CAEA

#B6CAEA
(182,202,234)
#A6B8D5
(166,184,213)
#96A6C0
(150,166,192)
#8694AB
(134,148,171)
#768296
(118,130,150)
#667081
(102,112,129)
#565E6C
(86,94,108)
#464C57
(70,76,87)
#363A42
(54,58,66)
#26282D
(38,40,45)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #B6CAEA

#B6CAEA
(182,202,234)
#BCCEEB
(188,206,235)
#C2D2EC
(194,210,236)
#C8D6ED
(200,214,237)
#CEDAEE
(206,218,238)
#D4DEEF
(212,222,239)
#DAE2F0
(218,226,240)
#E0E6F1
(224,230,241)
#E6EAF2
(230,234,242)
#ECEEF3
(236,238,243)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CAEA; }

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

This text font color is #B6CAEA.


Background Color

.myBgColor { background-color: #B6CAEA; }

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

This div background color is #B6CAEA.


Border color

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

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

This div border color is #B6CAEA.


Opacity

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

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

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

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

This text has shadow with #B6CAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CAEA on black background.


Color preview on white background

This text has color #B6CAEA on white background.



Black color preview on #B6CAEA background

This text has black color on #B6CAEA background.


White color preview on #B6CAEA background

This text has white color on #B6CAEA background.