COLOR #B6D1EA

HEX: #B6D1EA
RGB: (182,209,234)

Color info

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

RGB color model

#B6D1EA color RGB value is (182,209,234).

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

RGB channels and saturation

R 182 of 255 = 71%
G 209 of 255 = 82%
B 234 of 255 = 92%

182
209
234

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

Portions of RGB colors in percentages

R + G + B =
182 + 209 + 234 = 625 (100%)
R 182 of 625 ~ 29.12%
G 209 of 625 ~ 33.44%
B 234 of 625 ~ 37.44%

%29.12
%33.44
%37.44

CMYK color model

#B6D1EA color CMYK value is (22,11,0,8).

  • cyan value is 22.22%
  • magenta value is 10.68%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,11,0,8)
C22M11Y0K8 
(22%,11%,0%,8%)
(0.22/0.11/0.00/0.08)	

CMYK percentages

%22.22
%10.68
%0
%8.24

Codes

Color #B6D1EA in popluar color models

B6D1EA
RGB182209234
HSL209°55.32%81.57%
HSB/HSV209°22.22%91.76%
CMYK22.22%10.68%0.00%
8.24%

Color #B6D1EA in popluar number systems.

HEXB6D1EA
Decimal182209234
Binary101101101101000111101010
Octal266321352

Shades and tints

Shades of #B6D1EA

#B6D1EA
(182,209,234)
#A6BED5
(166,190,213)
#96ABC0
(150,171,192)
#8698AB
(134,152,171)
#768596
(118,133,150)
#667281
(102,114,129)
#565F6C
(86,95,108)
#464C57
(70,76,87)
#363942
(54,57,66)
#26262D
(38,38,45)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #B6D1EA

#B6D1EA
(182,209,234)
#BCD5EB
(188,213,235)
#C2D9EC
(194,217,236)
#C8DDED
(200,221,237)
#CEE1EE
(206,225,238)
#D4E5EF
(212,229,239)
#DAE9F0
(218,233,240)
#E0EDF1
(224,237,241)
#E6F1F2
(230,241,242)
#ECF5F3
(236,245,243)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D1EA; }

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

This text font color is #B6D1EA.


Background Color

.myBgColor { background-color: #B6D1EA; }

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

This div background color is #B6D1EA.


Border color

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

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

This div border color is #B6D1EA.


Opacity

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

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

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

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

This text has shadow with #B6D1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D1EA on black background.


Color preview on white background

This text has color #B6D1EA on white background.



Black color preview on #B6D1EA background

This text has black color on #B6D1EA background.


White color preview on #B6D1EA background

This text has white color on #B6D1EA background.