COLOR #B6D4D7

HEX: #B6D4D7
RGB: (182,212,215)

Color info

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

RGB color model

#B6D4D7 color RGB value is (182,212,215).

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

RGB channels and saturation

R 182 of 255 = 71%
G 212 of 255 = 83%
B 215 of 255 = 84%

182
212
215

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

Portions of RGB colors in percentages

R + G + B =
182 + 212 + 215 = 609 (100%)
R 182 of 609 ~ 29.89%
G 212 of 609 ~ 34.81%
B 215 of 609 ~ 35.3%

%29.89
%34.81
%35.3

CMYK color model

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

  • cyan value is 15.35%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,1,0,16)
C15M1Y0K16 
(15%,1%,0%,16%)
(0.15/0.01/0.00/0.16)	

CMYK percentages

%15.35
%1.4
%0
%15.69

Codes

Color #B6D4D7 in popluar color models

B6D4D7
RGB182212215
HSL185°29.20%77.84%
HSB/HSV185°15.35%84.31%
CMYK15.35%1.40%0.00%
15.69%

Color #B6D4D7 in popluar number systems.

HEXB6D4D7
Decimal182212215
Binary101101101101010011010111
Octal266324327

Shades and tints

Shades of #B6D4D7

#B6D4D7
(182,212,215)
#A6C1C4
(166,193,196)
#96AEB1
(150,174,177)
#869B9E
(134,155,158)
#76888B
(118,136,139)
#667578
(102,117,120)
#566265
(86,98,101)
#464F52
(70,79,82)
#363C3F
(54,60,63)
#26292C
(38,41,44)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #B6D4D7

#B6D4D7
(182,212,215)
#BCD7DA
(188,215,218)
#C2DADD
(194,218,221)
#C8DDE0
(200,221,224)
#CEE0E3
(206,224,227)
#D4E3E6
(212,227,230)
#DAE6E9
(218,230,233)
#E0E9EC
(224,233,236)
#E6ECEF
(230,236,239)
#ECEFF2
(236,239,242)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D4D7; }

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

This text font color is #B6D4D7.


Background Color

.myBgColor { background-color: #B6D4D7; }

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

This div background color is #B6D4D7.


Border color

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

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

This div border color is #B6D4D7.


Opacity

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

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

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

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

This text has shadow with #B6D4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D4D7 on black background.


Color preview on white background

This text has color #B6D4D7 on white background.



Black color preview on #B6D4D7 background

This text has black color on #B6D4D7 background.


White color preview on #B6D4D7 background

This text has white color on #B6D4D7 background.