COLOR #B6CEE8

HEX: #B6CEE8
RGB: (182,206,232)

Color info

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

RGB color model

#B6CEE8 color RGB value is (182,206,232).

  • red value is 182;
  • green value is 206;
  • blue value is 232.
RGB:
(182,206,232)
(71%,81%,91%)

RGB channels and saturation

R 182 of 255 = 71%
G 206 of 255 = 81%
B 232 of 255 = 91%

182
206
232

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

Portions of RGB colors in percentages

R + G + B =
182 + 206 + 232 = 620 (100%)
R 182 of 620 ~ 29.35%
G 206 of 620 ~ 33.23%
B 232 of 620 ~ 37.42%

%29.35
%33.23
%37.42

CMYK color model

#B6CEE8 color CMYK value is (22,11,0,9).

  • cyan value is 21.55%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(22,11,0,9)
C22M11Y0K9 
(22%,11%,0%,9%)
(0.22/0.11/0.00/0.09)	

CMYK percentages

%21.55
%11.21
%0
%9.02

Codes

Color #B6CEE8 in popluar color models

B6CEE8
RGB182206232
HSL211°52.08%81.18%
HSB/HSV211°21.55%90.98%
CMYK21.55%11.21%0.00%
9.02%

Color #B6CEE8 in popluar number systems.

HEXB6CEE8
Decimal182206232
Binary101101101100111011101000
Octal266316350

Shades and tints

Shades of #B6CEE8

#B6CEE8
(182,206,232)
#A6BCD3
(166,188,211)
#96AABE
(150,170,190)
#8698A9
(134,152,169)
#768694
(118,134,148)
#66747F
(102,116,127)
#56626A
(86,98,106)
#465055
(70,80,85)
#363E40
(54,62,64)
#262C2B
(38,44,43)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #B6CEE8

#B6CEE8
(182,206,232)
#BCD2EA
(188,210,234)
#C2D6EC
(194,214,236)
#C8DAEE
(200,218,238)
#CEDEF0
(206,222,240)
#D4E2F2
(212,226,242)
#DAE6F4
(218,230,244)
#E0EAF6
(224,234,246)
#E6EEF8
(230,238,248)
#ECF2FA
(236,242,250)
#F2F6FC
(242,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CEE8 color. Also use rgb(182,206,232) instead hex code.

Text Font Color

.myTextColor { color: #B6CEE8; }

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

This text font color is #B6CEE8.


Background Color

.myBgColor { background-color: #B6CEE8; }

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

This div background color is #B6CEE8.


Border color

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

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

This div border color is #B6CEE8.


Opacity

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

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

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

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

This text has shadow with #B6CEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CEE8 on black background.


Color preview on white background

This text has color #B6CEE8 on white background.



Black color preview on #B6CEE8 background

This text has black color on #B6CEE8 background.


White color preview on #B6CEE8 background

This text has white color on #B6CEE8 background.