COLOR #B6DFD7

HEX: #B6DFD7
RGB: (182,223,215)

Color info

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

RGB color model

#B6DFD7 color RGB value is (182,223,215).

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

RGB channels and saturation

R 182 of 255 = 71%
G 223 of 255 = 87%
B 215 of 255 = 84%

182
223
215

R + G + B ~ 81%. #B6DFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 223 + 215 = 620 (100%)
R 182 of 620 ~ 29.35%
G 223 of 620 ~ 35.97%
B 215 of 620 ~ 34.68%

%29.35
%35.97
%34.68

CMYK color model

#B6DFD7 color CMYK value is (18,0,4,13).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 12.55%
CMYK:
(18,0,4,13)
C18M0Y4K13 
(18%,0%,4%,13%)
(0.18/0.00/0.04/0.13)	

CMYK percentages

%18.39
%0
%3.59
%12.55

Codes

Color #B6DFD7 in popluar color models

B6DFD7
RGB182223215
HSL168°39.05%79.41%
HSB/HSV168°18.39%87.45%
CMYK18.39%0.00%3.59%
12.55%

Color #B6DFD7 in popluar number systems.

HEXB6DFD7
Decimal182223215
Binary101101101101111111010111
Octal266337327

Shades and tints

Shades of #B6DFD7

#B6DFD7
(182,223,215)
#A6CBC4
(166,203,196)
#96B7B1
(150,183,177)
#86A39E
(134,163,158)
#768F8B
(118,143,139)
#667B78
(102,123,120)
#566765
(86,103,101)
#465352
(70,83,82)
#363F3F
(54,63,63)
#262B2C
(38,43,44)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #B6DFD7

#B6DFD7
(182,223,215)
#BCE1DA
(188,225,218)
#C2E3DD
(194,227,221)
#C8E5E0
(200,229,224)
#CEE7E3
(206,231,227)
#D4E9E6
(212,233,230)
#DAEBE9
(218,235,233)
#E0EDEC
(224,237,236)
#E6EFEF
(230,239,239)
#ECF1F2
(236,241,242)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DFD7; }

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

This text font color is #B6DFD7.


Background Color

.myBgColor { background-color: #B6DFD7; }

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

This div background color is #B6DFD7.


Border color

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

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

This div border color is #B6DFD7.


Opacity

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

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

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

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

This text has shadow with #B6DFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DFD7 on black background.


Color preview on white background

This text has color #B6DFD7 on white background.



Black color preview on #B6DFD7 background

This text has black color on #B6DFD7 background.


White color preview on #B6DFD7 background

This text has white color on #B6DFD7 background.