COLOR #B6C7F7

HEX: #B6C7F7
RGB: (182,199,247)

Color info

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

RGB color model

#B6C7F7 color RGB value is (182,199,247).

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

RGB channels and saturation

R 182 of 255 = 71%
G 199 of 255 = 78%
B 247 of 255 = 97%

182
199
247

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

Portions of RGB colors in percentages

R + G + B =
182 + 199 + 247 = 628 (100%)
R 182 of 628 ~ 28.98%
G 199 of 628 ~ 31.69%
B 247 of 628 ~ 39.33%

%28.98
%31.69
%39.33

CMYK color model

#B6C7F7 color CMYK value is (26,19,0,3).

  • cyan value is 26.32%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(26,19,0,3)
C26M19Y0K3 
(26%,19%,0%,3%)
(0.26/0.19/0.00/0.03)	

CMYK percentages

%26.32
%19.43
%0
%3.14

Codes

Color #B6C7F7 in popluar color models

B6C7F7
RGB182199247
HSL224°80.25%84.12%
HSB/HSV224°26.32%96.86%
CMYK26.32%19.43%0.00%
3.14%

Color #B6C7F7 in popluar number systems.

HEXB6C7F7
Decimal182199247
Binary101101101100011111110111
Octal266307367

Shades and tints

Shades of #B6C7F7

#B6C7F7
(182,199,247)
#A6B5E1
(166,181,225)
#96A3CB
(150,163,203)
#8691B5
(134,145,181)
#767F9F
(118,127,159)
#666D89
(102,109,137)
#565B73
(86,91,115)
#46495D
(70,73,93)
#363747
(54,55,71)
#262531
(38,37,49)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #B6C7F7

#B6C7F7
(182,199,247)
#BCCCF7
(188,204,247)
#C2D1F7
(194,209,247)
#C8D6F7
(200,214,247)
#CEDBF7
(206,219,247)
#D4E0F7
(212,224,247)
#DAE5F7
(218,229,247)
#E0EAF7
(224,234,247)
#E6EFF7
(230,239,247)
#ECF4F7
(236,244,247)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C7F7; }

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

This text font color is #B6C7F7.


Background Color

.myBgColor { background-color: #B6C7F7; }

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

This div background color is #B6C7F7.


Border color

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

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

This div border color is #B6C7F7.


Opacity

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

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

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

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

This text has shadow with #B6C7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C7F7 on black background.


Color preview on white background

This text has color #B6C7F7 on white background.



Black color preview on #B6C7F7 background

This text has black color on #B6C7F7 background.


White color preview on #B6C7F7 background

This text has white color on #B6C7F7 background.