COLOR #B6D6D7

HEX: #B6D6D7
RGB: (182,214,215)

Color info

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

RGB color model

#B6D6D7 color RGB value is (182,214,215).

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

RGB channels and saturation

R 182 of 255 = 71%
G 214 of 255 = 84%
B 215 of 255 = 84%

182
214
215

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

Portions of RGB colors in percentages

R + G + B =
182 + 214 + 215 = 611 (100%)
R 182 of 611 ~ 29.79%
G 214 of 611 ~ 35.02%
B 215 of 611 ~ 35.19%

%29.79
%35.02
%35.19

CMYK color model

#B6D6D7 color CMYK value is (15,0,0,16).

  • cyan value is 15.35%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,0,0,16)
C15M0Y0K16 
(15%,0%,0%,16%)
(0.15/0.00/0.00/0.16)	

CMYK percentages

%15.35
%0.47
%0
%15.69

Codes

Color #B6D6D7 in popluar color models

B6D6D7
RGB182214215
HSL182°29.20%77.84%
HSB/HSV182°15.35%84.31%
CMYK15.35%0.47%0.00%
15.69%

Color #B6D6D7 in popluar number systems.

HEXB6D6D7
Decimal182214215
Binary101101101101011011010111
Octal266326327

Shades and tints

Shades of #B6D6D7

#B6D6D7
(182,214,215)
#A6C3C4
(166,195,196)
#96B0B1
(150,176,177)
#869D9E
(134,157,158)
#768A8B
(118,138,139)
#667778
(102,119,120)
#566465
(86,100,101)
#465152
(70,81,82)
#363E3F
(54,62,63)
#262B2C
(38,43,44)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #B6D6D7

#B6D6D7
(182,214,215)
#BCD9DA
(188,217,218)
#C2DCDD
(194,220,221)
#C8DFE0
(200,223,224)
#CEE2E3
(206,226,227)
#D4E5E6
(212,229,230)
#DAE8E9
(218,232,233)
#E0EBEC
(224,235,236)
#E6EEEF
(230,238,239)
#ECF1F2
(236,241,242)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D6D7; }

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

This text font color is #B6D6D7.


Background Color

.myBgColor { background-color: #B6D6D7; }

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

This div background color is #B6D6D7.


Border color

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

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

This div border color is #B6D6D7.


Opacity

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

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

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

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

This text has shadow with #B6D6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D6D7 on black background.


Color preview on white background

This text has color #B6D6D7 on white background.



Black color preview on #B6D6D7 background

This text has black color on #B6D6D7 background.


White color preview on #B6D6D7 background

This text has white color on #B6D6D7 background.