COLOR #B6DBD2

HEX: #B6DBD2
RGB: (182,219,210)

Color info

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

RGB color model

#B6DBD2 color RGB value is (182,219,210).

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

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 210 of 255 = 82%

182
219
210

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

Portions of RGB colors in percentages

R + G + B =
182 + 219 + 210 = 611 (100%)
R 182 of 611 ~ 29.79%
G 219 of 611 ~ 35.84%
B 210 of 611 ~ 34.37%

%29.79
%35.84
%34.37

CMYK color model

#B6DBD2 color CMYK value is (17,0,4,14).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 14.12%
CMYK:
(17,0,4,14)
C17M0Y4K14 
(17%,0%,4%,14%)
(0.17/0.00/0.04/0.14)	

CMYK percentages

%16.89
%0
%4.11
%14.12

Codes

Color #B6DBD2 in popluar color models

B6DBD2
RGB182219210
HSL165°33.94%78.63%
HSB/HSV165°16.89%85.88%
CMYK16.89%0.00%4.11%
14.12%

Color #B6DBD2 in popluar number systems.

HEXB6DBD2
Decimal182219210
Binary101101101101101111010010
Octal266333322

Shades and tints

Shades of #B6DBD2

#B6DBD2
(182,219,210)
#A6C8BF
(166,200,191)
#96B5AC
(150,181,172)
#86A299
(134,162,153)
#768F86
(118,143,134)
#667C73
(102,124,115)
#566960
(86,105,96)
#46564D
(70,86,77)
#36433A
(54,67,58)
#263027
(38,48,39)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #B6DBD2

#B6DBD2
(182,219,210)
#BCDED6
(188,222,214)
#C2E1DA
(194,225,218)
#C8E4DE
(200,228,222)
#CEE7E2
(206,231,226)
#D4EAE6
(212,234,230)
#DAEDEA
(218,237,234)
#E0F0EE
(224,240,238)
#E6F3F2
(230,243,242)
#ECF6F6
(236,246,246)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DBD2; }

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

This text font color is #B6DBD2.


Background Color

.myBgColor { background-color: #B6DBD2; }

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

This div background color is #B6DBD2.


Border color

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

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

This div border color is #B6DBD2.


Opacity

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

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

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

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

This text has shadow with #B6DBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DBD2 on black background.


Color preview on white background

This text has color #B6DBD2 on white background.



Black color preview on #B6DBD2 background

This text has black color on #B6DBD2 background.


White color preview on #B6DBD2 background

This text has white color on #B6DBD2 background.