COLOR #B6DFE1

HEX: #B6DFE1
RGB: (182,223,225)

Color info

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

RGB color model

#B6DFE1 color RGB value is (182,223,225).

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

RGB channels and saturation

R 182 of 255 = 71%
G 223 of 255 = 87%
B 225 of 255 = 88%

182
223
225

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

Portions of RGB colors in percentages

R + G + B =
182 + 223 + 225 = 630 (100%)
R 182 of 630 ~ 28.89%
G 223 of 630 ~ 35.4%
B 225 of 630 ~ 35.71%

%28.89
%35.4
%35.71

CMYK color model

#B6DFE1 color CMYK value is (19,1,0,12).

  • cyan value is 19.11%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(19,1,0,12)
C19M1Y0K12 
(19%,1%,0%,12%)
(0.19/0.01/0.00/0.12)	

CMYK percentages

%19.11
%0.89
%0
%11.76

Codes

Color #B6DFE1 in popluar color models

B6DFE1
RGB182223225
HSL183°41.75%79.80%
HSB/HSV183°19.11%88.24%
CMYK19.11%0.89%0.00%
11.76%

Color #B6DFE1 in popluar number systems.

HEXB6DFE1
Decimal182223225
Binary101101101101111111100001
Octal266337341

Shades and tints

Shades of #B6DFE1

#B6DFE1
(182,223,225)
#A6CBCD
(166,203,205)
#96B7B9
(150,183,185)
#86A3A5
(134,163,165)
#768F91
(118,143,145)
#667B7D
(102,123,125)
#566769
(86,103,105)
#465355
(70,83,85)
#363F41
(54,63,65)
#262B2D
(38,43,45)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #B6DFE1

#B6DFE1
(182,223,225)
#BCE1E3
(188,225,227)
#C2E3E5
(194,227,229)
#C8E5E7
(200,229,231)
#CEE7E9
(206,231,233)
#D4E9EB
(212,233,235)
#DAEBED
(218,235,237)
#E0EDEF
(224,237,239)
#E6EFF1
(230,239,241)
#ECF1F3
(236,241,243)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DFE1; }

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

This text font color is #B6DFE1.


Background Color

.myBgColor { background-color: #B6DFE1; }

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

This div background color is #B6DFE1.


Border color

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

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

This div border color is #B6DFE1.


Opacity

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

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

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

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

This text has shadow with #B6DFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DFE1 on black background.


Color preview on white background

This text has color #B6DFE1 on white background.



Black color preview on #B6DFE1 background

This text has black color on #B6DFE1 background.


White color preview on #B6DFE1 background

This text has white color on #B6DFE1 background.