COLOR #B6DFD0

HEX: #B6DFD0
RGB: (182,223,208)

Color info

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

RGB color model

#B6DFD0 color RGB value is (182,223,208).

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

RGB channels and saturation

R 182 of 255 = 71%
G 223 of 255 = 87%
B 208 of 255 = 82%

182
223
208

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

Portions of RGB colors in percentages

R + G + B =
182 + 223 + 208 = 613 (100%)
R 182 of 613 ~ 29.69%
G 223 of 613 ~ 36.38%
B 208 of 613 ~ 33.93%

%29.69
%36.38
%33.93

CMYK color model

#B6DFD0 color CMYK value is (18,0,7,13).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 12.55%
CMYK:
(18,0,7,13)
C18M0Y7K13 
(18%,0%,7%,13%)
(0.18/0.00/0.07/0.13)	

CMYK percentages

%18.39
%0
%6.73
%12.55

Codes

Color #B6DFD0 in popluar color models

B6DFD0
RGB182223208
HSL158°39.05%79.41%
HSB/HSV158°18.39%87.45%
CMYK18.39%0.00%6.73%
12.55%

Color #B6DFD0 in popluar number systems.

HEXB6DFD0
Decimal182223208
Binary101101101101111111010000
Octal266337320

Shades and tints

Shades of #B6DFD0

#B6DFD0
(182,223,208)
#A6CBBE
(166,203,190)
#96B7AC
(150,183,172)
#86A39A
(134,163,154)
#768F88
(118,143,136)
#667B76
(102,123,118)
#566764
(86,103,100)
#465352
(70,83,82)
#363F40
(54,63,64)
#262B2E
(38,43,46)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #B6DFD0

#B6DFD0
(182,223,208)
#BCE1D4
(188,225,212)
#C2E3D8
(194,227,216)
#C8E5DC
(200,229,220)
#CEE7E0
(206,231,224)
#D4E9E4
(212,233,228)
#DAEBE8
(218,235,232)
#E0EDEC
(224,237,236)
#E6EFF0
(230,239,240)
#ECF1F4
(236,241,244)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DFD0; }

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

This text font color is #B6DFD0.


Background Color

.myBgColor { background-color: #B6DFD0; }

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

This div background color is #B6DFD0.


Border color

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

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

This div border color is #B6DFD0.


Opacity

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

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

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

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

This text has shadow with #B6DFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DFD0 on black background.


Color preview on white background

This text has color #B6DFD0 on white background.



Black color preview on #B6DFD0 background

This text has black color on #B6DFD0 background.


White color preview on #B6DFD0 background

This text has white color on #B6DFD0 background.