COLOR #B6DCDC

HEX: #B6DCDC RGB: (182,220,220)

Color info

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

RGB color model

#B6DCDC color RGB value is (182,220,220).

RGB: (182,220,220) (71%, 86%, 86%)

RGB channels and saturation

R 182 of 255 = 71%
G 220 of 255 = 86%
B 220 of 255 = 86%

182
220
220

R + G + B ~ 81%. #B6DCDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 220 + 220 = 622 (100%)
R 182 of 622 ~ 29.26%
G 220 of 622 ~ 35.37%
B 220 of 622 ~ 35.37'%

%29.26
%35.37
%35.37

CMYK color model

#B6DCDC color CMYK value is (17,0,0,14).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (17,0,0,14) C17M0Y0K14 (17%,0%,0%,14%) (0.17/0.00/0.00/0.14) 

CMYK percentages

%17.27
%0
%0
%13.73

Codes

Color #B6DCDC in popluar color models

B6 DC DC
RGB 182 220 220
HSL 180° 35.19% 78.82%
HSB/HSV 180° 17.27% 86.27%
CMYK 17.27% 0.00% 0.00%
13.73%

Color #B6DCDC in popluar number systems.

HEX B6 DC DC
Decimal 182 220 220
Binary 10110110 11011100 11011100
Octal 266 334 334

Shades and tints

Shades of #B6DCDC

#B6DCDC
(182,220,220)
#A6C8C8
(166,200,200)
#96B4B4
(150,180,180)
#86A0A0
(134,160,160)
#768C8C
(118,140,140)
#667878
(102,120,120)
#566464
(86,100,100)
#465050
(70,80,80)
#363C3C
(54,60,60)
#262828
(38,40,40)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B6DCDC

#B6DCDC
(182,220,220)
#BCDFDF
(188,223,223)
#C2E2E2
(194,226,226)
#C8E5E5
(200,229,229)
#CEE8E8
(206,232,232)
#D4EBEB
(212,235,235)
#DAEEEE
(218,238,238)
#E0F1F1
(224,241,241)
#E6F4F4
(230,244,244)
#ECF7F7
(236,247,247)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DCDC; }

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

This text font color is #B6DCDC.

Background Color

.myBgColor { background-color: #B6DCDC; }

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

This div background color is #B6DCDC.

Border color

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

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

This div border color is #B6DCDC.

Opacity

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

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

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

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

This text has shadow with #B6DCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DCDC.

Preview

Color preview on black background

This text has color #B6DCDC on black background.


Color preview on white background

This text has color #B6DCDC on white background.


Black color preview on #B6DCDC background

This text has black color on #B6DCDC background.


White color preview on #B6DCDC background

This text has white color on #B6DCDC background.


Related colors

Complementary color

Complementary color for #hex is #492323.


I love getcolorcode.com