COLOR #B6CCF0

HEX: #B6CCF0
RGB: (182,204,240)

Color info

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

RGB color model

#B6CCF0 color RGB value is (182,204,240).

  • red value is 182;
  • green value is 204;
  • blue value is 240.
RGB:
(182,204,240)
(71%,80%,94%)

RGB channels and saturation

R 182 of 255 = 71%
G 204 of 255 = 80%
B 240 of 255 = 94%

182
204
240

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

Portions of RGB colors in percentages

R + G + B =
182 + 204 + 240 = 626 (100%)
R 182 of 626 ~ 29.07%
G 204 of 626 ~ 32.59%
B 240 of 626 ~ 38.34%

%29.07
%32.59
%38.34

CMYK color model

#B6CCF0 color CMYK value is (24,15,0,6).

  • cyan value is 24.17%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(24,15,0,6)
C24M15Y0K6 
(24%,15%,0%,6%)
(0.24/0.15/0.00/0.06)	

CMYK percentages

%24.17
%15
%0
%5.88

Codes

Color #B6CCF0 in popluar color models

B6CCF0
RGB182204240
HSL217°65.91%82.75%
HSB/HSV217°24.17%94.12%
CMYK24.17%15.00%0.00%
5.88%

Color #B6CCF0 in popluar number systems.

HEXB6CCF0
Decimal182204240
Binary101101101100110011110000
Octal266314360

Shades and tints

Shades of #B6CCF0

#B6CCF0
(182,204,240)
#A6BADB
(166,186,219)
#96A8C6
(150,168,198)
#8696B1
(134,150,177)
#76849C
(118,132,156)
#667287
(102,114,135)
#566072
(86,96,114)
#464E5D
(70,78,93)
#363C48
(54,60,72)
#262A33
(38,42,51)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #B6CCF0

#B6CCF0
(182,204,240)
#BCD0F1
(188,208,241)
#C2D4F2
(194,212,242)
#C8D8F3
(200,216,243)
#CEDCF4
(206,220,244)
#D4E0F5
(212,224,245)
#DAE4F6
(218,228,246)
#E0E8F7
(224,232,247)
#E6ECF8
(230,236,248)
#ECF0F9
(236,240,249)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CCF0 color. Also use rgb(182,204,240) instead hex code.

Text Font Color

.myTextColor { color: #B6CCF0; }

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

This text font color is #B6CCF0.


Background Color

.myBgColor { background-color: #B6CCF0; }

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

This div background color is #B6CCF0.


Border color

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

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

This div border color is #B6CCF0.


Opacity

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

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

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

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

This text has shadow with #B6CCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CCF0 on black background.


Color preview on white background

This text has color #B6CCF0 on white background.



Black color preview on #B6CCF0 background

This text has black color on #B6CCF0 background.


White color preview on #B6CCF0 background

This text has white color on #B6CCF0 background.