COLOR #B6CDCB

HEX: #B6CDCB
RGB: (182,205,203)

Color info

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

RGB color model

#B6CDCB color RGB value is (182,205,203).

  • red value is 182;
  • green value is 205;
  • blue value is 203.
RGB:
(182,205,203)
(71%,80%,80%)

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 203 of 255 = 80%

182
205
203

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

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 203 = 590 (100%)
R 182 of 590 ~ 30.85%
G 205 of 590 ~ 34.75%
B 203 of 590 ~ 34.41%

%30.85
%34.75
%34.41

CMYK color model

#B6CDCB color CMYK value is (11,0,1,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 19.61%
CMYK:
(11,0,1,20)
C11M0Y1K20 
(11%,0%,1%,20%)
(0.11/0.00/0.01/0.20)	

CMYK percentages

%11.22
%0
%0.98
%19.61

Codes

Color #B6CDCB in popluar color models

B6CDCB
RGB182205203
HSL175°18.70%75.88%
HSB/HSV175°11.22%80.39%
CMYK11.22%0.00%0.98%
19.61%

Color #B6CDCB in popluar number systems.

HEXB6CDCB
Decimal182205203
Binary101101101100110111001011
Octal266315313

Shades and tints

Shades of #B6CDCB

#B6CDCB
(182,205,203)
#A6BBB9
(166,187,185)
#96A9A7
(150,169,167)
#869795
(134,151,149)
#768583
(118,133,131)
#667371
(102,115,113)
#56615F
(86,97,95)
#464F4D
(70,79,77)
#363D3B
(54,61,59)
#262B29
(38,43,41)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #B6CDCB

#B6CDCB
(182,205,203)
#BCD1CF
(188,209,207)
#C2D5D3
(194,213,211)
#C8D9D7
(200,217,215)
#CEDDDB
(206,221,219)
#D4E1DF
(212,225,223)
#DAE5E3
(218,229,227)
#E0E9E7
(224,233,231)
#E6EDEB
(230,237,235)
#ECF1EF
(236,241,239)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CDCB color. Also use rgb(182,205,203) instead hex code.

Text Font Color

.myTextColor { color: #B6CDCB; }

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

This text font color is #B6CDCB.


Background Color

.myBgColor { background-color: #B6CDCB; }

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

This div background color is #B6CDCB.


Border color

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

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

This div border color is #B6CDCB.


Opacity

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

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

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

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

This text has shadow with #B6CDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CDCB on black background.


Color preview on white background

This text has color #B6CDCB on white background.



Black color preview on #B6CDCB background

This text has black color on #B6CDCB background.


White color preview on #B6CDCB background

This text has white color on #B6CDCB background.