COLOR #B6CFCC

HEX: #B6CFCC
RGB: (182,207,204)

Color info

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

RGB color model

#B6CFCC color RGB value is (182,207,204).

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

RGB channels and saturation

R 182 of 255 = 71%
G 207 of 255 = 81%
B 204 of 255 = 80%

182
207
204

R + G + B ~ 77%. #B6CFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 207 + 204 = 593 (100%)
R 182 of 593 ~ 30.69%
G 207 of 593 ~ 34.91%
B 204 of 593 ~ 34.4%

%30.69
%34.91
%34.4

CMYK color model

#B6CFCC color CMYK value is (12,0,1,19).

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 1.45%
  • key color value is 18.82%
CMYK:
(12,0,1,19)
C12M0Y1K19 
(12%,0%,1%,19%)
(0.12/0.00/0.01/0.19)	

CMYK percentages

%12.08
%0
%1.45
%18.82

Codes

Color #B6CFCC in popluar color models

B6CFCC
RGB182207204
HSL173°20.66%76.27%
HSB/HSV173°12.08%81.18%
CMYK12.08%0.00%1.45%
18.82%

Color #B6CFCC in popluar number systems.

HEXB6CFCC
Decimal182207204
Binary101101101100111111001100
Octal266317314

Shades and tints

Shades of #B6CFCC

#B6CFCC
(182,207,204)
#A6BDBA
(166,189,186)
#96ABA8
(150,171,168)
#869996
(134,153,150)
#768784
(118,135,132)
#667572
(102,117,114)
#566360
(86,99,96)
#46514E
(70,81,78)
#363F3C
(54,63,60)
#262D2A
(38,45,42)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #B6CFCC

#B6CFCC
(182,207,204)
#BCD3D0
(188,211,208)
#C2D7D4
(194,215,212)
#C8DBD8
(200,219,216)
#CEDFDC
(206,223,220)
#D4E3E0
(212,227,224)
#DAE7E4
(218,231,228)
#E0EBE8
(224,235,232)
#E6EFEC
(230,239,236)
#ECF3F0
(236,243,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CFCC; }

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

This text font color is #B6CFCC.


Background Color

.myBgColor { background-color: #B6CFCC; }

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

This div background color is #B6CFCC.


Border color

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

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

This div border color is #B6CFCC.


Opacity

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

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

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

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

This text has shadow with #B6CFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CFCC on black background.


Color preview on white background

This text has color #B6CFCC on white background.



Black color preview on #B6CFCC background

This text has black color on #B6CFCC background.


White color preview on #B6CFCC background

This text has white color on #B6CFCC background.