COLOR #B6ECEB

HEX: #B6ECEB RGB: (182,236,235)

Color info

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

RGB color model

#B6ECEB color RGB value is (182,236,235).

RGB: (182,236,235) (71%, 93%, 92%)

RGB channels and saturation

R 182 of 255 = 71%
G 236 of 255 = 93%
B 235 of 255 = 92%

182
236
235

R + G + B ~ 85%. #B6ECEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 236 + 235 = 653 (100%)
R 182 of 653 ~ 27.87%
G 236 of 653 ~ 36.14%
B 235 of 653 ~ 35.99'%

%27.87
%36.14
%35.99

CMYK color model

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

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

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

CMYK percentages

%22.88
%0
%0.42
%7.45

Codes

Color #B6ECEB in popluar color models

B6 EC EB
RGB 182 236 235
HSL 179° 58.70% 81.96%
HSB/HSV 179° 22.88% 92.55%
CMYK 22.88% 0.00% 0.42%
7.45%

Color #B6ECEB in popluar number systems.

HEX B6 EC EB
Decimal 182 236 235
Binary 10110110 11101100 11101011
Octal 266 354 353

Shades and tints

Shades of #B6ECEB

#B6ECEB
(182,236,235)
#A6D7D6
(166,215,214)
#96C2C1
(150,194,193)
#86ADAC
(134,173,172)
#769897
(118,152,151)
#668382
(102,131,130)
#566E6D
(86,110,109)
#465958
(70,89,88)
#364443
(54,68,67)
#262F2E
(38,47,46)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #B6ECEB

#B6ECEB
(182,236,235)
#BCEDEC
(188,237,236)
#C2EEED
(194,238,237)
#C8EFEE
(200,239,238)
#CEF0EF
(206,240,239)
#D4F1F0
(212,241,240)
#DAF2F1
(218,242,241)
#E0F3F2
(224,243,242)
#E6F4F3
(230,244,243)
#ECF5F4
(236,245,244)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ECEB; }

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

This text font color is #B6ECEB.

Background Color

.myBgColor { background-color: #B6ECEB; }

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

This div background color is #B6ECEB.

Border color

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

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

This div border color is #B6ECEB.

Opacity

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

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

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

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

This text has shadow with #B6ECEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ECEB.

Preview

Color preview on black background

This text has color #B6ECEB on black background.


Color preview on white background

This text has color #B6ECEB on white background.


Black color preview on #B6ECEB background

This text has black color on #B6ECEB background.


White color preview on #B6ECEB background

This text has white color on #B6ECEB background.


Related colors

Complementary color

Complementary color for #hex is #491314.


I love getcolorcode.com

Triadic colors

1 #EBB6EC and #ECEBB6 with #B6ECEB are triadic colors.

2 #EBECB6 and #ECB6EB with #B6ECEB are triadic colors.