COLOR #B6C6EE

HEX: #B6C6EE
RGB: (182,198,238)

Color info

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

RGB color model

#B6C6EE color RGB value is (182,198,238).

  • red value is 182;
  • green value is 198;
  • blue value is 238.
RGB:
(182,198,238)
(71%,78%,93%)

RGB channels and saturation

R 182 of 255 = 71%
G 198 of 255 = 78%
B 238 of 255 = 93%

182
198
238

R + G + B ~ 81%. #B6C6EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 198 + 238 = 618 (100%)
R 182 of 618 ~ 29.45%
G 198 of 618 ~ 32.04%
B 238 of 618 ~ 38.51%

%29.45
%32.04
%38.51

CMYK color model

#B6C6EE color CMYK value is (24,17,0,7).

  • cyan value is 23.53%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,17,0,7)
C24M17Y0K7 
(24%,17%,0%,7%)
(0.24/0.17/0.00/0.07)	

CMYK percentages

%23.53
%16.81
%0
%6.67

Codes

Color #B6C6EE in popluar color models

B6C6EE
RGB182198238
HSL223°62.22%82.35%
HSB/HSV223°23.53%93.33%
CMYK23.53%16.81%0.00%
6.67%

Color #B6C6EE in popluar number systems.

HEXB6C6EE
Decimal182198238
Binary101101101100011011101110
Octal266306356

Shades and tints

Shades of #B6C6EE

#B6C6EE
(182,198,238)
#A6B4D9
(166,180,217)
#96A2C4
(150,162,196)
#8690AF
(134,144,175)
#767E9A
(118,126,154)
#666C85
(102,108,133)
#565A70
(86,90,112)
#46485B
(70,72,91)
#363646
(54,54,70)
#262431
(38,36,49)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #B6C6EE

#B6C6EE
(182,198,238)
#BCCBEF
(188,203,239)
#C2D0F0
(194,208,240)
#C8D5F1
(200,213,241)
#CEDAF2
(206,218,242)
#D4DFF3
(212,223,243)
#DAE4F4
(218,228,244)
#E0E9F5
(224,233,245)
#E6EEF6
(230,238,246)
#ECF3F7
(236,243,247)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C6EE color. Also use rgb(182,198,238) instead hex code.

Text Font Color

.myTextColor { color: #B6C6EE; }

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

This text font color is #B6C6EE.


Background Color

.myBgColor { background-color: #B6C6EE; }

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

This div background color is #B6C6EE.


Border color

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

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

This div border color is #B6C6EE.


Opacity

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

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

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

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

This text has shadow with #B6C6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C6EE on black background.


Color preview on white background

This text has color #B6C6EE on white background.



Black color preview on #B6C6EE background

This text has black color on #B6C6EE background.


White color preview on #B6C6EE background

This text has white color on #B6C6EE background.