COLOR #B6EBEF

HEX: #B6EBEF RGB: (182,235,239)

Color info

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

RGB color model

#B6EBEF color RGB value is (182,235,239).

RGB: (182,235,239) (71%, 92%, 94%)

RGB channels and saturation

R 182 of 255 = 71%
G 235 of 255 = 92%
B 239 of 255 = 94%

182
235
239

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

Portions of RGB colors in percentages

R + G + B = 182 + 235 + 239 = 656 (100%)
R 182 of 656 ~ 27.74%
G 235 of 656 ~ 35.82%
B 239 of 656 ~ 36.43'%

%27.74
%35.82
%36.43

CMYK color model

#B6EBEF color CMYK value is (24,2,0,6).

  • cyan value is 23.85%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (24,2,0,6)
C24M2Y0K6 (24%, 2%, 0%, 6%)
(0.24 / 0.02 / 0.00 / 0.06)

CMYK percentages

%23.85
%1.67
%0
%6.27

Codes

Color #B6EBEF in popluar color models

B6 EB EF
RGB 182 235 239
HSL 184° 64.04% 82.55%
HSB/HSV 184° 23.85% 93.73%
CMYK 23.85% 1.67% 0.00%
6.27%

Color #B6EBEF in popluar number systems.

HEX B6 EB EF
Decimal 182 235 239
Binary 10110110 11101011 11101111
Octal 266 353 357

Shades and tints

Shades of #B6EBEF

#B6EBEF
(182,235,239)
#A6D6DA
(166,214,218)
#96C1C5
(150,193,197)
#86ACB0
(134,172,176)
#76979B
(118,151,155)
#668286
(102,130,134)
#566D71
(86,109,113)
#46585C
(70,88,92)
#364347
(54,67,71)
#262E32
(38,46,50)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #B6EBEF

#B6EBEF
(182,235,239)
#BCECF0
(188,236,240)
#C2EDF1
(194,237,241)
#C8EEF2
(200,238,242)
#CEEFF3
(206,239,243)
#D4F0F4
(212,240,244)
#DAF1F5
(218,241,245)
#E0F2F6
(224,242,246)
#E6F3F7
(230,243,247)
#ECF4F8
(236,244,248)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EBEF; }

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

This text font color is #B6EBEF.

Background Color

.myBgColor { background-color: #B6EBEF; }

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

This div background color is #B6EBEF.

Border color

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

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

This div border color is #B6EBEF.

Opacity

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

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

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

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

This text has shadow with #B6EBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6EBEF.

Preview

Color preview on black background

This text has color #B6EBEF on black background.


Color preview on white background

This text has color #B6EBEF on white background.


Black color preview on #B6EBEF background

This text has black color on #B6EBEF background.


White color preview on #B6EBEF background

This text has white color on #B6EBEF background.


Related colors

Complementary color

Complementary color for #hex is #491410.


I love getcolorcode.com

Triadic colors

1 #EFB6EB and #EBEFB6 with #B6EBEF are triadic colors.

2 #EFEBB6 and #EBB6EF with #B6EBEF are triadic colors.