COLOR #B6D3CF

HEX: #B6D3CF
RGB: (182,211,207)

Color info

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

RGB color model

#B6D3CF color RGB value is (182,211,207).

  • red value is 182;
  • green value is 211;
  • blue value is 207.
RGB:
(182,211,207)
(71%,83%,81%)

RGB channels and saturation

R 182 of 255 = 71%
G 211 of 255 = 83%
B 207 of 255 = 81%

182
211
207

R + G + B ~ 78%. #B6D3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 211 + 207 = 600 (100%)
R 182 of 600 ~ 30.33%
G 211 of 600 ~ 35.17%
B 207 of 600 ~ 34.5%

%30.33
%35.17
%34.5

CMYK color model

#B6D3CF color CMYK value is (14,0,2,17).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.25%
CMYK:
(14,0,2,17)
C14M0Y2K17 
(14%,0%,2%,17%)
(0.14/0.00/0.02/0.17)	

CMYK percentages

%13.74
%0
%1.9
%17.25

Codes

Color #B6D3CF in popluar color models

B6D3CF
RGB182211207
HSL172°24.79%77.06%
HSB/HSV172°13.74%82.75%
CMYK13.74%0.00%1.90%
17.25%

Color #B6D3CF in popluar number systems.

HEXB6D3CF
Decimal182211207
Binary101101101101001111001111
Octal266323317

Shades and tints

Shades of #B6D3CF

#B6D3CF
(182,211,207)
#A6C0BD
(166,192,189)
#96ADAB
(150,173,171)
#869A99
(134,154,153)
#768787
(118,135,135)
#667475
(102,116,117)
#566163
(86,97,99)
#464E51
(70,78,81)
#363B3F
(54,59,63)
#26282D
(38,40,45)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #B6D3CF

#B6D3CF
(182,211,207)
#BCD7D3
(188,215,211)
#C2DBD7
(194,219,215)
#C8DFDB
(200,223,219)
#CEE3DF
(206,227,223)
#D4E7E3
(212,231,227)
#DAEBE7
(218,235,231)
#E0EFEB
(224,239,235)
#E6F3EF
(230,243,239)
#ECF7F3
(236,247,243)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D3CF color. Also use rgb(182,211,207) instead hex code.

Text Font Color

.myTextColor { color: #B6D3CF; }

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

This text font color is #B6D3CF.


Background Color

.myBgColor { background-color: #B6D3CF; }

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

This div background color is #B6D3CF.


Border color

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

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

This div border color is #B6D3CF.


Opacity

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

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

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

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

This text has shadow with #B6D3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D3CF on black background.


Color preview on white background

This text has color #B6D3CF on white background.



Black color preview on #B6D3CF background

This text has black color on #B6D3CF background.


White color preview on #B6D3CF background

This text has white color on #B6D3CF background.