COLOR #B6C1EA

HEX: #B6C1EA
RGB: (182,193,234)

Color info

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

RGB color model

#B6C1EA color RGB value is (182,193,234).

  • red value is 182;
  • green value is 193;
  • blue value is 234.
RGB:
(182,193,234)
(71%,76%,92%)

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 234 of 255 = 92%

182
193
234

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

Portions of RGB colors in percentages

R + G + B =
182 + 193 + 234 = 609 (100%)
R 182 of 609 ~ 29.89%
G 193 of 609 ~ 31.69%
B 234 of 609 ~ 38.42%

%29.89
%31.69
%38.42

CMYK color model

#B6C1EA color CMYK value is (22,18,0,8).

  • cyan value is 22.22%
  • magenta value is 17.52%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,18,0,8)
C22M18Y0K8 
(22%,18%,0%,8%)
(0.22/0.18/0.00/0.08)	

CMYK percentages

%22.22
%17.52
%0
%8.24

Codes

Color #B6C1EA in popluar color models

B6C1EA
RGB182193234
HSL227°55.32%81.57%
HSB/HSV227°22.22%91.76%
CMYK22.22%17.52%0.00%
8.24%

Color #B6C1EA in popluar number systems.

HEXB6C1EA
Decimal182193234
Binary101101101100000111101010
Octal266301352

Shades and tints

Shades of #B6C1EA

#B6C1EA
(182,193,234)
#A6B0D5
(166,176,213)
#969FC0
(150,159,192)
#868EAB
(134,142,171)
#767D96
(118,125,150)
#666C81
(102,108,129)
#565B6C
(86,91,108)
#464A57
(70,74,87)
#363942
(54,57,66)
#26282D
(38,40,45)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #B6C1EA

#B6C1EA
(182,193,234)
#BCC6EB
(188,198,235)
#C2CBEC
(194,203,236)
#C8D0ED
(200,208,237)
#CED5EE
(206,213,238)
#D4DAEF
(212,218,239)
#DADFF0
(218,223,240)
#E0E4F1
(224,228,241)
#E6E9F2
(230,233,242)
#ECEEF3
(236,238,243)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C1EA color. Also use rgb(182,193,234) instead hex code.

Text Font Color

.myTextColor { color: #B6C1EA; }

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

This text font color is #B6C1EA.


Background Color

.myBgColor { background-color: #B6C1EA; }

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

This div background color is #B6C1EA.


Border color

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

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

This div border color is #B6C1EA.


Opacity

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

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

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

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

This text has shadow with #B6C1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C1EA on black background.


Color preview on white background

This text has color #B6C1EA on white background.



Black color preview on #B6C1EA background

This text has black color on #B6C1EA background.


White color preview on #B6C1EA background

This text has white color on #B6C1EA background.