COLOR #B6CAF7

HEX: #B6CAF7
RGB: (182,202,247)

Color info

#B6CAF7 contains mainly green and blue colors. Web safe color of #B6CAF7 is #CCCCFF (or #CCF).

RGB color model

#B6CAF7 color RGB value is (182,202,247).

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

RGB channels and saturation

R 182 of 255 = 71%
G 202 of 255 = 79%
B 247 of 255 = 97%

182
202
247

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

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 247 = 631 (100%)
R 182 of 631 ~ 28.84%
G 202 of 631 ~ 32.01%
B 247 of 631 ~ 39.14%

%28.84
%32.01
%39.14

CMYK color model

#B6CAF7 color CMYK value is (26,18,0,3).

  • cyan value is 26.32%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(26,18,0,3)
C26M18Y0K3 
(26%,18%,0%,3%)
(0.26/0.18/0.00/0.03)	

CMYK percentages

%26.32
%18.22
%0
%3.14

Codes

Color #B6CAF7 in popluar color models

B6CAF7
RGB182202247
HSL222°80.25%84.12%
HSB/HSV222°26.32%96.86%
CMYK26.32%18.22%0.00%
3.14%

Color #B6CAF7 in popluar number systems.

HEXB6CAF7
Decimal182202247
Binary101101101100101011110111
Octal266312367

Shades and tints

Shades of #B6CAF7

#B6CAF7
(182,202,247)
#A6B8E1
(166,184,225)
#96A6CB
(150,166,203)
#8694B5
(134,148,181)
#76829F
(118,130,159)
#667089
(102,112,137)
#565E73
(86,94,115)
#464C5D
(70,76,93)
#363A47
(54,58,71)
#262831
(38,40,49)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #B6CAF7

#B6CAF7
(182,202,247)
#BCCEF7
(188,206,247)
#C2D2F7
(194,210,247)
#C8D6F7
(200,214,247)
#CEDAF7
(206,218,247)
#D4DEF7
(212,222,247)
#DAE2F7
(218,226,247)
#E0E6F7
(224,230,247)
#E6EAF7
(230,234,247)
#ECEEF7
(236,238,247)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CAF7; }

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

This text font color is #B6CAF7.


Background Color

.myBgColor { background-color: #B6CAF7; }

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

This div background color is #B6CAF7.


Border color

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

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

This div border color is #B6CAF7.


Opacity

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

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

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

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

This text has shadow with #B6CAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CAF7 on black background.


Color preview on white background

This text has color #B6CAF7 on white background.



Black color preview on #B6CAF7 background

This text has black color on #B6CAF7 background.


White color preview on #B6CAF7 background

This text has white color on #B6CAF7 background.