COLOR #B6DFC7

HEX: #B6DFC7
RGB: (182,223,199)

Color info

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

RGB color model

#B6DFC7 color RGB value is (182,223,199).

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

RGB channels and saturation

R 182 of 255 = 71%
G 223 of 255 = 87%
B 199 of 255 = 78%

182
223
199

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

Portions of RGB colors in percentages

R + G + B =
182 + 223 + 199 = 604 (100%)
R 182 of 604 ~ 30.13%
G 223 of 604 ~ 36.92%
B 199 of 604 ~ 32.95%

%30.13
%36.92
%32.95

CMYK color model

#B6DFC7 color CMYK value is (18,0,11,13).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 12.55%
CMYK:
(18,0,11,13)
C18M0Y11K13 
(18%,0%,11%,13%)
(0.18/0.00/0.11/0.13)	

CMYK percentages

%18.39
%0
%10.76
%12.55

Codes

Color #B6DFC7 in popluar color models

B6DFC7
RGB182223199
HSL145°39.05%79.41%
HSB/HSV145°18.39%87.45%
CMYK18.39%0.00%10.76%
12.55%

Color #B6DFC7 in popluar number systems.

HEXB6DFC7
Decimal182223199
Binary101101101101111111000111
Octal266337307

Shades and tints

Shades of #B6DFC7

#B6DFC7
(182,223,199)
#A6CBB5
(166,203,181)
#96B7A3
(150,183,163)
#86A391
(134,163,145)
#768F7F
(118,143,127)
#667B6D
(102,123,109)
#56675B
(86,103,91)
#465349
(70,83,73)
#363F37
(54,63,55)
#262B25
(38,43,37)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6DFC7

#B6DFC7
(182,223,199)
#BCE1CC
(188,225,204)
#C2E3D1
(194,227,209)
#C8E5D6
(200,229,214)
#CEE7DB
(206,231,219)
#D4E9E0
(212,233,224)
#DAEBE5
(218,235,229)
#E0EDEA
(224,237,234)
#E6EFEF
(230,239,239)
#ECF1F4
(236,241,244)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DFC7; }

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

This text font color is #B6DFC7.


Background Color

.myBgColor { background-color: #B6DFC7; }

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

This div background color is #B6DFC7.


Border color

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

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

This div border color is #B6DFC7.


Opacity

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

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

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

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

This text has shadow with #B6DFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DFC7 on black background.


Color preview on white background

This text has color #B6DFC7 on white background.



Black color preview on #B6DFC7 background

This text has black color on #B6DFC7 background.


White color preview on #B6DFC7 background

This text has white color on #B6DFC7 background.