COLOR #B6DBD0

HEX: #B6DBD0
RGB: (182,219,208)

Color info

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

RGB color model

#B6DBD0 color RGB value is (182,219,208).

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

RGB channels and saturation

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

182
219
208

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

Portions of RGB colors in percentages

R + G + B =
182 + 219 + 208 = 609 (100%)
R 182 of 609 ~ 29.89%
G 219 of 609 ~ 35.96%
B 208 of 609 ~ 34.15%

%29.89
%35.96
%34.15

CMYK color model

#B6DBD0 color CMYK value is (17,0,5,14).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 14.12%
CMYK:
(17,0,5,14)
C17M0Y5K14 
(17%,0%,5%,14%)
(0.17/0.00/0.05/0.14)	

CMYK percentages

%16.89
%0
%5.02
%14.12

Codes

Color #B6DBD0 in popluar color models

B6DBD0
RGB182219208
HSL162°33.94%78.63%
HSB/HSV162°16.89%85.88%
CMYK16.89%0.00%5.02%
14.12%

Color #B6DBD0 in popluar number systems.

HEXB6DBD0
Decimal182219208
Binary101101101101101111010000
Octal266333320

Shades and tints

Shades of #B6DBD0

#B6DBD0
(182,219,208)
#A6C8BE
(166,200,190)
#96B5AC
(150,181,172)
#86A29A
(134,162,154)
#768F88
(118,143,136)
#667C76
(102,124,118)
#566964
(86,105,100)
#465652
(70,86,82)
#364340
(54,67,64)
#26302E
(38,48,46)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #B6DBD0

#B6DBD0
(182,219,208)
#BCDED4
(188,222,212)
#C2E1D8
(194,225,216)
#C8E4DC
(200,228,220)
#CEE7E0
(206,231,224)
#D4EAE4
(212,234,228)
#DAEDE8
(218,237,232)
#E0F0EC
(224,240,236)
#E6F3F0
(230,243,240)
#ECF6F4
(236,246,244)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DBD0; }

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

This text font color is #B6DBD0.


Background Color

.myBgColor { background-color: #B6DBD0; }

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

This div background color is #B6DBD0.


Border color

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

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

This div border color is #B6DBD0.


Opacity

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

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

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

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

This text has shadow with #B6DBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DBD0 on black background.


Color preview on white background

This text has color #B6DBD0 on white background.



Black color preview on #B6DBD0 background

This text has black color on #B6DBD0 background.


White color preview on #B6DBD0 background

This text has white color on #B6DBD0 background.