COLOR #B6CFDF

HEX: #B6CFDF
RGB: (182,207,223)

Color info

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

RGB color model

#B6CFDF color RGB value is (182,207,223).

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

RGB channels and saturation

R 182 of 255 = 71%
G 207 of 255 = 81%
B 223 of 255 = 87%

182
207
223

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

Portions of RGB colors in percentages

R + G + B =
182 + 207 + 223 = 612 (100%)
R 182 of 612 ~ 29.74%
G 207 of 612 ~ 33.82%
B 223 of 612 ~ 36.44%

%29.74
%33.82
%36.44

CMYK color model

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

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

CMYK percentages

%18.39
%7.17
%0
%12.55

Codes

Color #B6CFDF in popluar color models

B6CFDF
RGB182207223
HSL203°39.05%79.41%
HSB/HSV203°18.39%87.45%
CMYK18.39%7.17%0.00%
12.55%

Color #B6CFDF in popluar number systems.

HEXB6CFDF
Decimal182207223
Binary101101101100111111011111
Octal266317337

Shades and tints

Shades of #B6CFDF

#B6CFDF
(182,207,223)
#A6BDCB
(166,189,203)
#96ABB7
(150,171,183)
#8699A3
(134,153,163)
#76878F
(118,135,143)
#66757B
(102,117,123)
#566367
(86,99,103)
#465153
(70,81,83)
#363F3F
(54,63,63)
#262D2B
(38,45,43)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #B6CFDF

#B6CFDF
(182,207,223)
#BCD3E1
(188,211,225)
#C2D7E3
(194,215,227)
#C8DBE5
(200,219,229)
#CEDFE7
(206,223,231)
#D4E3E9
(212,227,233)
#DAE7EB
(218,231,235)
#E0EBED
(224,235,237)
#E6EFEF
(230,239,239)
#ECF3F1
(236,243,241)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CFDF; }

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

This text font color is #B6CFDF.


Background Color

.myBgColor { background-color: #B6CFDF; }

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

This div background color is #B6CFDF.


Border color

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

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

This div border color is #B6CFDF.


Opacity

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

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

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

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

This text has shadow with #B6CFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CFDF on black background.


Color preview on white background

This text has color #B6CFDF on white background.



Black color preview on #B6CFDF background

This text has black color on #B6CFDF background.


White color preview on #B6CFDF background

This text has white color on #B6CFDF background.