COLOR #B6EBE9

HEX: #B6EBE9 RGB: (182,235,233)

Color info

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

RGB color model

#B6EBE9 color RGB value is (182,235,233).

RGB: (182,235,233) (71%, 92%, 91%)

RGB channels and saturation

R 182 of 255 = 71%
G 235 of 255 = 92%
B 233 of 255 = 91%

182
235
233

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

Portions of RGB colors in percentages

R + G + B = 182 + 235 + 233 = 650 (100%)
R 182 of 650 ~ 28%
G 235 of 650 ~ 36.15%
B 233 of 650 ~ 35.85'%

%28
%36.15
%35.85

CMYK color model

#B6EBE9 color CMYK value is (23,0,1,8).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 7.84%
CMYK: (23,0,1,8) C23M0Y1K8 (23%,0%,1%,8%) (0.23/0.00/0.01/0.08) 

CMYK percentages

%22.55
%0
%0.85
%7.84

Codes

Color #B6EBE9 in popluar color models

B6 EB E9
RGB 182 235 233
HSL 178° 56.99% 81.76%
HSB/HSV 178° 22.55% 92.16%
CMYK 22.55% 0.00% 0.85%
7.84%

Color #B6EBE9 in popluar number systems.

HEX B6 EB E9
Decimal 182 235 233
Binary 10110110 11101011 11101001
Octal 266 353 351

Shades and tints

Shades of #B6EBE9

#B6EBE9
(182,235,233)
#A6D6D4
(166,214,212)
#96C1BF
(150,193,191)
#86ACAA
(134,172,170)
#769795
(118,151,149)
#668280
(102,130,128)
#566D6B
(86,109,107)
#465856
(70,88,86)
#364341
(54,67,65)
#262E2C
(38,46,44)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #B6EBE9

#B6EBE9
(182,235,233)
#BCECEB
(188,236,235)
#C2EDED
(194,237,237)
#C8EEEF
(200,238,239)
#CEEFF1
(206,239,241)
#D4F0F3
(212,240,243)
#DAF1F5
(218,241,245)
#E0F2F7
(224,242,247)
#E6F3F9
(230,243,249)
#ECF4FB
(236,244,251)
#F2F5FD
(242,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EBE9; }

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

This text font color is #B6EBE9.

Background Color

.myBgColor { background-color: #B6EBE9; }

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

This div background color is #B6EBE9.

Border color

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

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

This div border color is #B6EBE9.

Opacity

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

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

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

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

This text has shadow with #B6EBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6EBE9.

Preview

Color preview on black background

This text has color #B6EBE9 on black background.


Color preview on white background

This text has color #B6EBE9 on white background.


Black color preview on #B6EBE9 background

This text has black color on #B6EBE9 background.


White color preview on #B6EBE9 background

This text has white color on #B6EBE9 background.


Related colors

Complementary color

Complementary color for #hex is #491416.


I love getcolorcode.com

Triadic colors

1 #E9B6EB and #EBE9B6 with #B6EBE9 are triadic colors.

2 #E9EBB6 and #EBB6E9 with #B6EBE9 are triadic colors.