COLOR #B6CBCB

HEX: #B6CBCB RGB: (182,203,203)

Color info

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

RGB color model

#B6CBCB color RGB value is (182,203,203).

RGB: (182,203,203) (71%, 80%, 80%)

RGB channels and saturation

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

182
203
203

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

Portions of RGB colors in percentages

R + G + B = 182 + 203 + 203 = 588 (100%)
R 182 of 588 ~ 30.95%
G 203 of 588 ~ 34.52%
B 203 of 588 ~ 34.52'%

%30.95
%34.52
%34.52

CMYK color model

#B6CBCB color CMYK value is (10,0,0,20).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (10,0,0,20) C10M0Y0K20 (10%,0%,0%,20%) (0.10/0.00/0.00/0.20) 

CMYK percentages

%10.34
%0
%0
%20.39

Codes

Color #B6CBCB in popluar color models

B6 CB CB
RGB 182 203 203
HSL 180° 16.80% 75.49%
HSB/HSV 180° 10.34% 79.61%
CMYK 10.34% 0.00% 0.00%
20.39%

Color #B6CBCB in popluar number systems.

HEX B6 CB CB
Decimal 182 203 203
Binary 10110110 11001011 11001011
Octal 266 313 313

Shades and tints

Shades of #B6CBCB

#B6CBCB
(182,203,203)
#A6B9B9
(166,185,185)
#96A7A7
(150,167,167)
#869595
(134,149,149)
#768383
(118,131,131)
#667171
(102,113,113)
#565F5F
(86,95,95)
#464D4D
(70,77,77)
#363B3B
(54,59,59)
#262929
(38,41,41)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6CBCB

#B6CBCB
(182,203,203)
#BCCFCF
(188,207,207)
#C2D3D3
(194,211,211)
#C8D7D7
(200,215,215)
#CEDBDB
(206,219,219)
#D4DFDF
(212,223,223)
#DAE3E3
(218,227,227)
#E0E7E7
(224,231,231)
#E6EBEB
(230,235,235)
#ECEFEF
(236,239,239)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CBCB; }

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

This text font color is #B6CBCB.

Background Color

.myBgColor { background-color: #B6CBCB; }

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

This div background color is #B6CBCB.

Border color

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

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

This div border color is #B6CBCB.

Opacity

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

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

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

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

This text has shadow with #B6CBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CBCB.

Preview

Color preview on black background

This text has color #B6CBCB on black background.


Color preview on white background

This text has color #B6CBCB on white background.


Black color preview on #B6CBCB background

This text has black color on #B6CBCB background.


White color preview on #B6CBCB background

This text has white color on #B6CBCB background.


Related colors

Complementary color

Complementary color for #hex is #493434.


I love getcolorcode.com