COLOR #B6ECEE

HEX: #B6ECEE RGB: (182,236,238)

Color info

#B6ECEE contains red, green and blue colors in about the same proportion. Web safe color of #B6ECEE is #CCFFFF (or #CFF).

RGB color model

#B6ECEE color RGB value is (182,236,238).

RGB: (182,236,238) (71%, 93%, 93%)

RGB channels and saturation

R 182 of 255 = 71%
G 236 of 255 = 93%
B 238 of 255 = 93%

182
236
238

R + G + B ~ 86%. #B6ECEE is light color.

Portions of RGB colors in percentages

R + G + B = 182 + 236 + 238 = 656 (100%)
R 182 of 656 ~ 27.74%
G 236 of 656 ~ 35.98%
B 238 of 656 ~ 36.28'%

%27.74
%35.98
%36.28

CMYK color model

#B6ECEE color CMYK value is (24,1,0,7).

  • cyan value is 23.53%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (24,1,0,7) C24M1Y0K7 (24%,1%,0%,7%) (0.24/0.01/0.00/0.07) 

CMYK percentages

%23.53
%0.84
%0
%6.67

Codes

Color #B6ECEE in popluar color models

B6 EC EE
RGB 182 236 238
HSL 182° 62.22% 82.35%
HSB/HSV 182° 23.53% 93.33%
CMYK 23.53% 0.84% 0.00%
6.67%

Color #B6ECEE in popluar number systems.

HEX B6 EC EE
Decimal 182 236 238
Binary 10110110 11101100 11101110
Octal 266 354 356

Shades and tints

Shades of #B6ECEE

#B6ECEE
(182,236,238)
#A6D7D9
(166,215,217)
#96C2C4
(150,194,196)
#86ADAF
(134,173,175)
#76989A
(118,152,154)
#668385
(102,131,133)
#566E70
(86,110,112)
#46595B
(70,89,91)
#364446
(54,68,70)
#262F31
(38,47,49)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #B6ECEE

#B6ECEE
(182,236,238)
#BCEDEF
(188,237,239)
#C2EEF0
(194,238,240)
#C8EFF1
(200,239,241)
#CEF0F2
(206,240,242)
#D4F1F3
(212,241,243)
#DAF2F4
(218,242,244)
#E0F3F5
(224,243,245)
#E6F4F6
(230,244,246)
#ECF5F7
(236,245,247)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ECEE; }

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

This text font color is #B6ECEE.

Background Color

.myBgColor { background-color: #B6ECEE; }

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

This div background color is #B6ECEE.

Border color

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

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

This div border color is #B6ECEE.

Opacity

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

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

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

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

This text has shadow with #B6ECEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ECEE.

Preview

Color preview on black background

This text has color #B6ECEE on black background.


Color preview on white background

This text has color #B6ECEE on white background.


Black color preview on #B6ECEE background

This text has black color on #B6ECEE background.


White color preview on #B6ECEE background

This text has white color on #B6ECEE background.


Related colors

Complementary color

Complementary color for #hex is #491311.


I love getcolorcode.com

Triadic colors

1 #EEB6EC and #ECEEB6 with #B6ECEE are triadic colors.

2 #EEECB6 and #ECB6EE with #B6ECEE are triadic colors.