COLOR #B6EAEA

HEX: #B6EAEA
RGB: (182,234,234)

Color info

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

RGB color model

#B6EAEA color RGB value is (182,234,234).

  • red value is 182;
  • green value is 234;
  • blue value is 234.
RGB:
(182,234,234)
(71%,92%,92%)

RGB channels and saturation

R 182 of 255 = 71%
G 234 of 255 = 92%
B 234 of 255 = 92%

182
234
234

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

Portions of RGB colors in percentages

R + G + B =
182 + 234 + 234 = 650 (100%)
R 182 of 650 ~ 28%
G 234 of 650 ~ 36%
B 234 of 650 ~ 36%

%28
%36
%36

CMYK color model

#B6EAEA color CMYK value is (22,0,0,8).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,0,0,8)
C22M0Y0K8 
(22%,0%,0%,8%)
(0.22/0.00/0.00/0.08)	

CMYK percentages

%22.22
%0
%0
%8.24

Codes

Color #B6EAEA in popluar color models

B6EAEA
RGB182234234
HSL180°55.32%81.57%
HSB/HSV180°22.22%91.76%
CMYK22.22%0.00%0.00%
8.24%

Color #B6EAEA in popluar number systems.

HEXB6EAEA
Decimal182234234
Binary101101101110101011101010
Octal266352352

Shades and tints

Shades of #B6EAEA

#B6EAEA
(182,234,234)
#A6D5D5
(166,213,213)
#96C0C0
(150,192,192)
#86ABAB
(134,171,171)
#769696
(118,150,150)
#668181
(102,129,129)
#566C6C
(86,108,108)
#465757
(70,87,87)
#364242
(54,66,66)
#262D2D
(38,45,45)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #B6EAEA

#B6EAEA
(182,234,234)
#BCEBEB
(188,235,235)
#C2ECEC
(194,236,236)
#C8EDED
(200,237,237)
#CEEEEE
(206,238,238)
#D4EFEF
(212,239,239)
#DAF0F0
(218,240,240)
#E0F1F1
(224,241,241)
#E6F2F2
(230,242,242)
#ECF3F3
(236,243,243)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EAEA; }

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

This text font color is #B6EAEA.


Background Color

.myBgColor { background-color: #B6EAEA; }

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

This div background color is #B6EAEA.


Border color

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

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

This div border color is #B6EAEA.


Opacity

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

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

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

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

This text has shadow with #B6EAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EAEA on black background.


Color preview on white background

This text has color #B6EAEA on white background.



Black color preview on #B6EAEA background

This text has black color on #B6EAEA background.


White color preview on #B6EAEA background

This text has white color on #B6EAEA background.