COLOR #B6DBD6

HEX: #B6DBD6
RGB: (182,219,214)

Color info

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

RGB color model

#B6DBD6 color RGB value is (182,219,214).

  • red value is 182;
  • green value is 219;
  • blue value is 214.
RGB:
(182,219,214)
(71%,86%,84%)

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 214 of 255 = 84%

182
219
214

R + G + B ~ 80%. #B6DBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 219 + 214 = 615 (100%)
R 182 of 615 ~ 29.59%
G 219 of 615 ~ 35.61%
B 214 of 615 ~ 34.8%

%29.59
%35.61
%34.8

CMYK color model

#B6DBD6 color CMYK value is (17,0,2,14).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(17,0,2,14)
C17M0Y2K14 
(17%,0%,2%,14%)
(0.17/0.00/0.02/0.14)	

CMYK percentages

%16.89
%0
%2.28
%14.12

Codes

Color #B6DBD6 in popluar color models

B6DBD6
RGB182219214
HSL172°33.94%78.63%
HSB/HSV172°16.89%85.88%
CMYK16.89%0.00%2.28%
14.12%

Color #B6DBD6 in popluar number systems.

HEXB6DBD6
Decimal182219214
Binary101101101101101111010110
Octal266333326

Shades and tints

Shades of #B6DBD6

#B6DBD6
(182,219,214)
#A6C8C3
(166,200,195)
#96B5B0
(150,181,176)
#86A29D
(134,162,157)
#768F8A
(118,143,138)
#667C77
(102,124,119)
#566964
(86,105,100)
#465651
(70,86,81)
#36433E
(54,67,62)
#26302B
(38,48,43)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #B6DBD6

#B6DBD6
(182,219,214)
#BCDED9
(188,222,217)
#C2E1DC
(194,225,220)
#C8E4DF
(200,228,223)
#CEE7E2
(206,231,226)
#D4EAE5
(212,234,229)
#DAEDE8
(218,237,232)
#E0F0EB
(224,240,235)
#E6F3EE
(230,243,238)
#ECF6F1
(236,246,241)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DBD6 color. Also use rgb(182,219,214) instead hex code.

Text Font Color

.myTextColor { color: #B6DBD6; }

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

This text font color is #B6DBD6.


Background Color

.myBgColor { background-color: #B6DBD6; }

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

This div background color is #B6DBD6.


Border color

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

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

This div border color is #B6DBD6.


Opacity

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

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

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

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

This text has shadow with #B6DBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DBD6 on black background.


Color preview on white background

This text has color #B6DBD6 on white background.



Black color preview on #B6DBD6 background

This text has black color on #B6DBD6 background.


White color preview on #B6DBD6 background

This text has white color on #B6DBD6 background.