COLOR #B6DFE6

HEX: #B6DFE6
RGB: (182,223,230)

Color info

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

RGB color model

#B6DFE6 color RGB value is (182,223,230).

  • red value is 182;
  • green value is 223;
  • blue value is 230.
RGB:
(182,223,230)
(71%,87%,90%)

RGB channels and saturation

R 182 of 255 = 71%
G 223 of 255 = 87%
B 230 of 255 = 90%

182
223
230

R + G + B ~ 83%. #B6DFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 223 + 230 = 635 (100%)
R 182 of 635 ~ 28.66%
G 223 of 635 ~ 35.12%
B 230 of 635 ~ 36.22%

%28.66
%35.12
%36.22

CMYK color model

#B6DFE6 color CMYK value is (21,3,0,10).

  • cyan value is 20.87%
  • magenta value is 3.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(21,3,0,10)
C21M3Y0K10 
(21%,3%,0%,10%)
(0.21/0.03/0.00/0.10)	

CMYK percentages

%20.87
%3.04
%0
%9.8

Codes

Color #B6DFE6 in popluar color models

B6DFE6
RGB182223230
HSL189°48.98%80.78%
HSB/HSV189°20.87%90.20%
CMYK20.87%3.04%0.00%
9.80%

Color #B6DFE6 in popluar number systems.

HEXB6DFE6
Decimal182223230
Binary101101101101111111100110
Octal266337346

Shades and tints

Shades of #B6DFE6

#B6DFE6
(182,223,230)
#A6CBD2
(166,203,210)
#96B7BE
(150,183,190)
#86A3AA
(134,163,170)
#768F96
(118,143,150)
#667B82
(102,123,130)
#56676E
(86,103,110)
#46535A
(70,83,90)
#363F46
(54,63,70)
#262B32
(38,43,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #B6DFE6

#B6DFE6
(182,223,230)
#BCE1E8
(188,225,232)
#C2E3EA
(194,227,234)
#C8E5EC
(200,229,236)
#CEE7EE
(206,231,238)
#D4E9F0
(212,233,240)
#DAEBF2
(218,235,242)
#E0EDF4
(224,237,244)
#E6EFF6
(230,239,246)
#ECF1F8
(236,241,248)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DFE6 color. Also use rgb(182,223,230) instead hex code.

Text Font Color

.myTextColor { color: #B6DFE6; }

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

This text font color is #B6DFE6.


Background Color

.myBgColor { background-color: #B6DFE6; }

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

This div background color is #B6DFE6.


Border color

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

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

This div border color is #B6DFE6.


Opacity

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

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

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

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

This text has shadow with #B6DFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DFE6 on black background.


Color preview on white background

This text has color #B6DFE6 on white background.



Black color preview on #B6DFE6 background

This text has black color on #B6DFE6 background.


White color preview on #B6DFE6 background

This text has white color on #B6DFE6 background.