COLOR #B6DCEC

HEX: #B6DCEC RGB: (182,220,236)

Color info

#B6DCEC contains red, green and blue colors in about the same proportion. Web safe color of #B6DCEC is #CCCCFF (or #CCF).

RGB color model

#B6DCEC color RGB value is (182,220,236).

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

RGB channels and saturation

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

182
220
236

R + G + B ~ 83%. #B6DCEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 220 + 236 = 638 (100%)
R 182 of 638 ~ 28.53%
G 220 of 638 ~ 34.48%
B 236 of 638 ~ 36.99'%

%28.53
%34.48
%36.99

CMYK color model

#B6DCEC color CMYK value is (23,7,0,7).

  • cyan value is 22.88%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (23,7,0,7)
C23M7Y0K7 (23%, 7%, 0%, 7%)
(0.23 / 0.07 / 0.00 / 0.07)

CMYK percentages

%22.88
%6.78
%0
%7.45

Codes

Color #B6DCEC in popluar color models

B6 DC EC
RGB 182 220 236
HSL 198° 58.70% 81.96%
HSB/HSV 198° 22.88% 92.55%
CMYK 22.88% 6.78% 0.00%
7.45%

Color #B6DCEC in popluar number systems.

HEX B6 DC EC
Decimal 182 220 236
Binary 10110110 11011100 11101100
Octal 266 334 354

Shades and tints

Shades of #B6DCEC

#B6DCEC
(182,220,236)
#A6C8D7
(166,200,215)
#96B4C2
(150,180,194)
#86A0AD
(134,160,173)
#768C98
(118,140,152)
#667883
(102,120,131)
#56646E
(86,100,110)
#465059
(70,80,89)
#363C44
(54,60,68)
#26282F
(38,40,47)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #B6DCEC

#B6DCEC
(182,220,236)
#BCDFED
(188,223,237)
#C2E2EE
(194,226,238)
#C8E5EF
(200,229,239)
#CEE8F0
(206,232,240)
#D4EBF1
(212,235,241)
#DAEEF2
(218,238,242)
#E0F1F3
(224,241,243)
#E6F4F4
(230,244,244)
#ECF7F5
(236,247,245)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DCEC; }

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

This text font color is #B6DCEC.

Background Color

.myBgColor { background-color: #B6DCEC; }

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

This div background color is #B6DCEC.

Border color

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

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

This div border color is #B6DCEC.

Opacity

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

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

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

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

This text has shadow with #B6DCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DCEC.

Preview

Color preview on black background

This text has color #B6DCEC on black background.


Color preview on white background

This text has color #B6DCEC on white background.


Black color preview on #B6DCEC background

This text has black color on #B6DCEC background.


White color preview on #B6DCEC background

This text has white color on #B6DCEC background.


Related colors

Complementary color

Complementary color for #hex is #492313.


I love getcolorcode.com

Triadic colors

1 #ECB6DC and #DCECB6 with #B6DCEC are triadic colors.

2 #ECDCB6 and #DCB6EC with #B6DCEC are triadic colors.