COLOR #B6DBC0

HEX: #B6DBC0
RGB: (182,219,192)

Color info

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

RGB color model

#B6DBC0 color RGB value is (182,219,192).

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

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 192 of 255 = 75%

182
219
192

R + G + B ~ 77%. #B6DBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 219 + 192 = 593 (100%)
R 182 of 593 ~ 30.69%
G 219 of 593 ~ 36.93%
B 192 of 593 ~ 32.38%

%30.69
%36.93
%32.38

CMYK color model

#B6DBC0 color CMYK value is (17,0,12,14).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 14.12%
CMYK:
(17,0,12,14)
C17M0Y12K14 
(17%,0%,12%,14%)
(0.17/0.00/0.12/0.14)	

CMYK percentages

%16.89
%0
%12.33
%14.12

Codes

Color #B6DBC0 in popluar color models

B6DBC0
RGB182219192
HSL136°33.94%78.63%
HSB/HSV136°16.89%85.88%
CMYK16.89%0.00%12.33%
14.12%

Color #B6DBC0 in popluar number systems.

HEXB6DBC0
Decimal182219192
Binary101101101101101111000000
Octal266333300

Shades and tints

Shades of #B6DBC0

#B6DBC0
(182,219,192)
#A6C8AF
(166,200,175)
#96B59E
(150,181,158)
#86A28D
(134,162,141)
#768F7C
(118,143,124)
#667C6B
(102,124,107)
#56695A
(86,105,90)
#465649
(70,86,73)
#364338
(54,67,56)
#263027
(38,48,39)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #B6DBC0

#B6DBC0
(182,219,192)
#BCDEC5
(188,222,197)
#C2E1CA
(194,225,202)
#C8E4CF
(200,228,207)
#CEE7D4
(206,231,212)
#D4EAD9
(212,234,217)
#DAEDDE
(218,237,222)
#E0F0E3
(224,240,227)
#E6F3E8
(230,243,232)
#ECF6ED
(236,246,237)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DBC0; }

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

This text font color is #B6DBC0.


Background Color

.myBgColor { background-color: #B6DBC0; }

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

This div background color is #B6DBC0.


Border color

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

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

This div border color is #B6DBC0.


Opacity

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

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

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

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

This text has shadow with #B6DBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DBC0 on black background.


Color preview on white background

This text has color #B6DBC0 on white background.



Black color preview on #B6DBC0 background

This text has black color on #B6DBC0 background.


White color preview on #B6DBC0 background

This text has white color on #B6DBC0 background.