COLOR #B6CAEB

HEX: #B6CAEB
RGB: (182,202,235)

Color info

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

RGB color model

#B6CAEB color RGB value is (182,202,235).

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

RGB channels and saturation

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

182
202
235

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

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 235 = 619 (100%)
R 182 of 619 ~ 29.4%
G 202 of 619 ~ 32.63%
B 235 of 619 ~ 37.96%

%29.4
%32.63
%37.96

CMYK color model

#B6CAEB color CMYK value is (23,14,0,8).

  • cyan value is 22.55%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,14,0,8)
C23M14Y0K8 
(23%,14%,0%,8%)
(0.23/0.14/0.00/0.08)	

CMYK percentages

%22.55
%14.04
%0
%7.84

Codes

Color #B6CAEB in popluar color models

B6CAEB
RGB182202235
HSL217°56.99%81.76%
HSB/HSV217°22.55%92.16%
CMYK22.55%14.04%0.00%
7.84%

Color #B6CAEB in popluar number systems.

HEXB6CAEB
Decimal182202235
Binary101101101100101011101011
Octal266312353

Shades and tints

Shades of #B6CAEB

#B6CAEB
(182,202,235)
#A6B8D6
(166,184,214)
#96A6C1
(150,166,193)
#8694AC
(134,148,172)
#768297
(118,130,151)
#667082
(102,112,130)
#565E6D
(86,94,109)
#464C58
(70,76,88)
#363A43
(54,58,67)
#26282E
(38,40,46)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #B6CAEB

#B6CAEB
(182,202,235)
#BCCEEC
(188,206,236)
#C2D2ED
(194,210,237)
#C8D6EE
(200,214,238)
#CEDAEF
(206,218,239)
#D4DEF0
(212,222,240)
#DAE2F1
(218,226,241)
#E0E6F2
(224,230,242)
#E6EAF3
(230,234,243)
#ECEEF4
(236,238,244)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CAEB; }

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

This text font color is #B6CAEB.


Background Color

.myBgColor { background-color: #B6CAEB; }

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

This div background color is #B6CAEB.


Border color

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

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

This div border color is #B6CAEB.


Opacity

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

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

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

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

This text has shadow with #B6CAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CAEB on black background.


Color preview on white background

This text has color #B6CAEB on white background.



Black color preview on #B6CAEB background

This text has black color on #B6CAEB background.


White color preview on #B6CAEB background

This text has white color on #B6CAEB background.