COLOR #B6DACE

HEX: #B6DACE
RGB: (182,218,206)

Color info

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

RGB color model

#B6DACE color RGB value is (182,218,206).

  • red value is 182;
  • green value is 218;
  • blue value is 206.
RGB:
(182,218,206)
(71%,85%,81%)

RGB channels and saturation

R 182 of 255 = 71%
G 218 of 255 = 85%
B 206 of 255 = 81%

182
218
206

R + G + B ~ 79%. #B6DACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 218 + 206 = 606 (100%)
R 182 of 606 ~ 30.03%
G 218 of 606 ~ 35.97%
B 206 of 606 ~ 33.99%

%30.03
%35.97
%33.99

CMYK color model

#B6DACE color CMYK value is (17,0,6,15).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 14.51%
CMYK:
(17,0,6,15)
C17M0Y6K15 
(17%,0%,6%,15%)
(0.17/0.00/0.06/0.15)	

CMYK percentages

%16.51
%0
%5.5
%14.51

Codes

Color #B6DACE in popluar color models

B6DACE
RGB182218206
HSL160°32.73%78.43%
HSB/HSV160°16.51%85.49%
CMYK16.51%0.00%5.50%
14.51%

Color #B6DACE in popluar number systems.

HEXB6DACE
Decimal182218206
Binary101101101101101011001110
Octal266332316

Shades and tints

Shades of #B6DACE

#B6DACE
(182,218,206)
#A6C7BC
(166,199,188)
#96B4AA
(150,180,170)
#86A198
(134,161,152)
#768E86
(118,142,134)
#667B74
(102,123,116)
#566862
(86,104,98)
#465550
(70,85,80)
#36423E
(54,66,62)
#262F2C
(38,47,44)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #B6DACE

#B6DACE
(182,218,206)
#BCDDD2
(188,221,210)
#C2E0D6
(194,224,214)
#C8E3DA
(200,227,218)
#CEE6DE
(206,230,222)
#D4E9E2
(212,233,226)
#DAECE6
(218,236,230)
#E0EFEA
(224,239,234)
#E6F2EE
(230,242,238)
#ECF5F2
(236,245,242)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DACE color. Also use rgb(182,218,206) instead hex code.

Text Font Color

.myTextColor { color: #B6DACE; }

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

This text font color is #B6DACE.


Background Color

.myBgColor { background-color: #B6DACE; }

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

This div background color is #B6DACE.


Border color

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

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

This div border color is #B6DACE.


Opacity

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

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

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

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

This text has shadow with #B6DACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DACE on black background.


Color preview on white background

This text has color #B6DACE on white background.



Black color preview on #B6DACE background

This text has black color on #B6DACE background.


White color preview on #B6DACE background

This text has white color on #B6DACE background.