COLOR #B6C7F6

HEX: #B6C7F6
RGB: (182,199,246)

Color info

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

RGB color model

#B6C7F6 color RGB value is (182,199,246).

  • red value is 182;
  • green value is 199;
  • blue value is 246.
RGB:
(182,199,246)
(71%,78%,96%)

RGB channels and saturation

R 182 of 255 = 71%
G 199 of 255 = 78%
B 246 of 255 = 96%

182
199
246

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

Portions of RGB colors in percentages

R + G + B =
182 + 199 + 246 = 627 (100%)
R 182 of 627 ~ 29.03%
G 199 of 627 ~ 31.74%
B 246 of 627 ~ 39.23%

%29.03
%31.74
%39.23

CMYK color model

#B6C7F6 color CMYK value is (26,19,0,4).

  • cyan value is 26.02%
  • magenta value is 19.11%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(26,19,0,4)
C26M19Y0K4 
(26%,19%,0%,4%)
(0.26/0.19/0.00/0.04)	

CMYK percentages

%26.02
%19.11
%0
%3.53

Codes

Color #B6C7F6 in popluar color models

B6C7F6
RGB182199246
HSL224°78.05%83.92%
HSB/HSV224°26.02%96.47%
CMYK26.02%19.11%0.00%
3.53%

Color #B6C7F6 in popluar number systems.

HEXB6C7F6
Decimal182199246
Binary101101101100011111110110
Octal266307366

Shades and tints

Shades of #B6C7F6

#B6C7F6
(182,199,246)
#A6B5E0
(166,181,224)
#96A3CA
(150,163,202)
#8691B4
(134,145,180)
#767F9E
(118,127,158)
#666D88
(102,109,136)
#565B72
(86,91,114)
#46495C
(70,73,92)
#363746
(54,55,70)
#262530
(38,37,48)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #B6C7F6

#B6C7F6
(182,199,246)
#BCCCF6
(188,204,246)
#C2D1F6
(194,209,246)
#C8D6F6
(200,214,246)
#CEDBF6
(206,219,246)
#D4E0F6
(212,224,246)
#DAE5F6
(218,229,246)
#E0EAF6
(224,234,246)
#E6EFF6
(230,239,246)
#ECF4F6
(236,244,246)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C7F6 color. Also use rgb(182,199,246) instead hex code.

Text Font Color

.myTextColor { color: #B6C7F6; }

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

This text font color is #B6C7F6.


Background Color

.myBgColor { background-color: #B6C7F6; }

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

This div background color is #B6C7F6.


Border color

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

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

This div border color is #B6C7F6.


Opacity

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

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

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

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

This text has shadow with #B6C7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C7F6 on black background.


Color preview on white background

This text has color #B6C7F6 on white background.



Black color preview on #B6C7F6 background

This text has black color on #B6C7F6 background.


White color preview on #B6C7F6 background

This text has white color on #B6C7F6 background.