COLOR #B6CCE6

HEX: #B6CCE6
RGB: (182,204,230)

Color info

#B6CCE6 contains red, green and blue colors in about the same proportion. Web safe color of #B6CCE6 is #CCCCCC (or #CCC).

RGB color model

#B6CCE6 color RGB value is (182,204,230).

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

RGB channels and saturation

R 182 of 255 = 71%
G 204 of 255 = 80%
B 230 of 255 = 90%

182
204
230

R + G + B ~ 80%. #B6CCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 204 + 230 = 616 (100%)
R 182 of 616 ~ 29.55%
G 204 of 616 ~ 33.12%
B 230 of 616 ~ 37.34%

%29.55
%33.12
%37.34

CMYK color model

#B6CCE6 color CMYK value is (21,11,0,10).

  • cyan value is 20.87%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(21,11,0,10)
C21M11Y0K10 
(21%,11%,0%,10%)
(0.21/0.11/0.00/0.10)	

CMYK percentages

%20.87
%11.3
%0
%9.8

Codes

Color #B6CCE6 in popluar color models

B6CCE6
RGB182204230
HSL213°48.98%80.78%
HSB/HSV213°20.87%90.20%
CMYK20.87%11.30%0.00%
9.80%

Color #B6CCE6 in popluar number systems.

HEXB6CCE6
Decimal182204230
Binary101101101100110011100110
Octal266314346

Shades and tints

Shades of #B6CCE6

#B6CCE6
(182,204,230)
#A6BAD2
(166,186,210)
#96A8BE
(150,168,190)
#8696AA
(134,150,170)
#768496
(118,132,150)
#667282
(102,114,130)
#56606E
(86,96,110)
#464E5A
(70,78,90)
#363C46
(54,60,70)
#262A32
(38,42,50)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #B6CCE6

#B6CCE6
(182,204,230)
#BCD0E8
(188,208,232)
#C2D4EA
(194,212,234)
#C8D8EC
(200,216,236)
#CEDCEE
(206,220,238)
#D4E0F0
(212,224,240)
#DAE4F2
(218,228,242)
#E0E8F4
(224,232,244)
#E6ECF6
(230,236,246)
#ECF0F8
(236,240,248)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CCE6; }

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

This text font color is #B6CCE6.


Background Color

.myBgColor { background-color: #B6CCE6; }

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

This div background color is #B6CCE6.


Border color

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

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

This div border color is #B6CCE6.


Opacity

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

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

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

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

This text has shadow with #B6CCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CCE6 on black background.


Color preview on white background

This text has color #B6CCE6 on white background.



Black color preview on #B6CCE6 background

This text has black color on #B6CCE6 background.


White color preview on #B6CCE6 background

This text has white color on #B6CCE6 background.