COLOR #B6DEDF

HEX: #B6DEDF
RGB: (182,222,223)

Color info

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

RGB color model

#B6DEDF color RGB value is (182,222,223).

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

RGB channels and saturation

R 182 of 255 = 71%
G 222 of 255 = 87%
B 223 of 255 = 87%

182
222
223

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

Portions of RGB colors in percentages

R + G + B =
182 + 222 + 223 = 627 (100%)
R 182 of 627 ~ 29.03%
G 222 of 627 ~ 35.41%
B 223 of 627 ~ 35.57%

%29.03
%35.41
%35.57

CMYK color model

#B6DEDF color CMYK value is (18,0,0,13).

  • cyan value is 18.39%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(18,0,0,13)
C18M0Y0K13 
(18%,0%,0%,13%)
(0.18/0.00/0.00/0.13)	

CMYK percentages

%18.39
%0.45
%0
%12.55

Codes

Color #B6DEDF in popluar color models

B6DEDF
RGB182222223
HSL181°39.05%79.41%
HSB/HSV181°18.39%87.45%
CMYK18.39%0.45%0.00%
12.55%

Color #B6DEDF in popluar number systems.

HEXB6DEDF
Decimal182222223
Binary101101101101111011011111
Octal266336337

Shades and tints

Shades of #B6DEDF

#B6DEDF
(182,222,223)
#A6CACB
(166,202,203)
#96B6B7
(150,182,183)
#86A2A3
(134,162,163)
#768E8F
(118,142,143)
#667A7B
(102,122,123)
#566667
(86,102,103)
#465253
(70,82,83)
#363E3F
(54,62,63)
#262A2B
(38,42,43)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #B6DEDF

#B6DEDF
(182,222,223)
#BCE1E1
(188,225,225)
#C2E4E3
(194,228,227)
#C8E7E5
(200,231,229)
#CEEAE7
(206,234,231)
#D4EDE9
(212,237,233)
#DAF0EB
(218,240,235)
#E0F3ED
(224,243,237)
#E6F6EF
(230,246,239)
#ECF9F1
(236,249,241)
#F2FCF3
(242,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DEDF; }

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

This text font color is #B6DEDF.


Background Color

.myBgColor { background-color: #B6DEDF; }

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

This div background color is #B6DEDF.


Border color

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

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

This div border color is #B6DEDF.


Opacity

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

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

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

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

This text has shadow with #B6DEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DEDF on black background.


Color preview on white background

This text has color #B6DEDF on white background.



Black color preview on #B6DEDF background

This text has black color on #B6DEDF background.


White color preview on #B6DEDF background

This text has white color on #B6DEDF background.