COLOR #B6D4E2

HEX: #B6D4E2
RGB: (182,212,226)

Color info

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

RGB color model

#B6D4E2 color RGB value is (182,212,226).

  • red value is 182;
  • green value is 212;
  • blue value is 226.
RGB:
(182,212,226)
(71%,83%,89%)

RGB channels and saturation

R 182 of 255 = 71%
G 212 of 255 = 83%
B 226 of 255 = 89%

182
212
226

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

Portions of RGB colors in percentages

R + G + B =
182 + 212 + 226 = 620 (100%)
R 182 of 620 ~ 29.35%
G 212 of 620 ~ 34.19%
B 226 of 620 ~ 36.45%

%29.35
%34.19
%36.45

CMYK color model

#B6D4E2 color CMYK value is (19,6,0,11).

  • cyan value is 19.47%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(19,6,0,11)
C19M6Y0K11 
(19%,6%,0%,11%)
(0.19/0.06/0.00/0.11)	

CMYK percentages

%19.47
%6.19
%0
%11.37

Codes

Color #B6D4E2 in popluar color models

B6D4E2
RGB182212226
HSL199°43.14%80.00%
HSB/HSV199°19.47%88.63%
CMYK19.47%6.19%0.00%
11.37%

Color #B6D4E2 in popluar number systems.

HEXB6D4E2
Decimal182212226
Binary101101101101010011100010
Octal266324342

Shades and tints

Shades of #B6D4E2

#B6D4E2
(182,212,226)
#A6C1CE
(166,193,206)
#96AEBA
(150,174,186)
#869BA6
(134,155,166)
#768892
(118,136,146)
#66757E
(102,117,126)
#56626A
(86,98,106)
#464F56
(70,79,86)
#363C42
(54,60,66)
#26292E
(38,41,46)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #B6D4E2

#B6D4E2
(182,212,226)
#BCD7E4
(188,215,228)
#C2DAE6
(194,218,230)
#C8DDE8
(200,221,232)
#CEE0EA
(206,224,234)
#D4E3EC
(212,227,236)
#DAE6EE
(218,230,238)
#E0E9F0
(224,233,240)
#E6ECF2
(230,236,242)
#ECEFF4
(236,239,244)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D4E2 color. Also use rgb(182,212,226) instead hex code.

Text Font Color

.myTextColor { color: #B6D4E2; }

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

This text font color is #B6D4E2.


Background Color

.myBgColor { background-color: #B6D4E2; }

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

This div background color is #B6D4E2.


Border color

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

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

This div border color is #B6D4E2.


Opacity

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

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

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

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

This text has shadow with #B6D4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D4E2 on black background.


Color preview on white background

This text has color #B6D4E2 on white background.



Black color preview on #B6D4E2 background

This text has black color on #B6D4E2 background.


White color preview on #B6D4E2 background

This text has white color on #B6D4E2 background.