COLOR #B6CDCD

HEX: #B6CDCD RGB: (182,205,205)

Color info

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

RGB color model

#B6CDCD color RGB value is (182,205,205).

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

RGB channels and saturation

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

182
205
205

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

Portions of RGB colors in percentages

R + G + B = 182 + 205 + 205 = 592 (100%)
R 182 of 592 ~ 30.74%
G 205 of 592 ~ 34.63%
B 205 of 592 ~ 34.63'%

%30.74
%34.63
%34.63

CMYK color model

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

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (11,0,0,20)
C11M0Y0K20 (11%, 0%, 0%, 20%)
(0.11 / 0.00 / 0.00 / 0.20)

CMYK percentages

%11.22
%0
%0
%19.61

Codes

Color #B6CDCD in popluar color models

B6 CD CD
RGB 182 205 205
HSL 180° 18.70% 75.88%
HSB/HSV 180° 11.22% 80.39%
CMYK 11.22% 0.00% 0.00%
19.61%

Color #B6CDCD in popluar number systems.

HEX B6 CD CD
Decimal 182 205 205
Binary 10110110 11001101 11001101
Octal 266 315 315

Shades and tints

Shades of #B6CDCD

#B6CDCD
(182,205,205)
#A6BBBB
(166,187,187)
#96A9A9
(150,169,169)
#869797
(134,151,151)
#768585
(118,133,133)
#667373
(102,115,115)
#566161
(86,97,97)
#464F4F
(70,79,79)
#363D3D
(54,61,61)
#262B2B
(38,43,43)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #B6CDCD

#B6CDCD
(182,205,205)
#BCD1D1
(188,209,209)
#C2D5D5
(194,213,213)
#C8D9D9
(200,217,217)
#CEDDDD
(206,221,221)
#D4E1E1
(212,225,225)
#DAE5E5
(218,229,229)
#E0E9E9
(224,233,233)
#E6EDED
(230,237,237)
#ECF1F1
(236,241,241)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CDCD; }

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

This text font color is #B6CDCD.

Background Color

.myBgColor { background-color: #B6CDCD; }

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

This div background color is #B6CDCD.

Border color

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

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

This div border color is #B6CDCD.

Opacity

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

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

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

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

This text has shadow with #B6CDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CDCD.

Preview

Color preview on black background

This text has color #B6CDCD on black background.


Color preview on white background

This text has color #B6CDCD on white background.


Black color preview on #B6CDCD background

This text has black color on #B6CDCD background.


White color preview on #B6CDCD background

This text has white color on #B6CDCD background.


Related colors

Complementary color

Complementary color for #hex is #493232.


I love getcolorcode.com