COLOR #B6DCCC

HEX: #B6DCCC RGB: (182,220,204)

Color info

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

RGB color model

#B6DCCC color RGB value is (182,220,204).

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

RGB channels and saturation

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

182
220
204

R + G + B ~ 79%. #B6DCCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 220 + 204 = 606 (100%)
R 182 of 606 ~ 30.03%
G 220 of 606 ~ 36.3%
B 204 of 606 ~ 33.66'%

%30.03
%36.3
%33.66

CMYK color model

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

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

CMYK percentages

%17.27
%0
%7.27
%13.73

Codes

Color #B6DCCC in popluar color models

B6 DC CC
RGB 182 220 204
HSL 155° 35.19% 78.82%
HSB/HSV 155° 17.27% 86.27%
CMYK 17.27% 0.00% 7.27%
13.73%

Color #B6DCCC in popluar number systems.

HEX B6 DC CC
Decimal 182 220 204
Binary 10110110 11011100 11001100
Octal 266 334 314

Shades and tints

Shades of #B6DCCC

#B6DCCC
(182,220,204)
#A6C8BA
(166,200,186)
#96B4A8
(150,180,168)
#86A096
(134,160,150)
#768C84
(118,140,132)
#667872
(102,120,114)
#566460
(86,100,96)
#46504E
(70,80,78)
#363C3C
(54,60,60)
#26282A
(38,40,42)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #B6DCCC

#B6DCCC
(182,220,204)
#BCDFD0
(188,223,208)
#C2E2D4
(194,226,212)
#C8E5D8
(200,229,216)
#CEE8DC
(206,232,220)
#D4EBE0
(212,235,224)
#DAEEE4
(218,238,228)
#E0F1E8
(224,241,232)
#E6F4EC
(230,244,236)
#ECF7F0
(236,247,240)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DCCC; }

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

This text font color is #B6DCCC.

Background Color

.myBgColor { background-color: #B6DCCC; }

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

This div background color is #B6DCCC.

Border color

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

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

This div border color is #B6DCCC.

Opacity

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

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

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

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

This text has shadow with #B6DCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DCCC.

Preview

Color preview on black background

This text has color #B6DCCC on black background.


Color preview on white background

This text has color #B6DCCC on white background.


Black color preview on #B6DCCC background

This text has black color on #B6DCCC background.


White color preview on #B6DCCC background

This text has white color on #B6DCCC background.


Related colors

Complementary color

Complementary color for #hex is #492333.


I love getcolorcode.com

Triadic colors

1 #CCB6DC and #DCCCB6 with #B6DCCC are triadic colors.

2 #CCDCB6 and #DCB6CC with #B6DCCC are triadic colors.