COLOR #B6EFE5

HEX: #B6EFE5
RGB: (182,239,229)

Color info

#B6EFE5 contains red, green and blue colors in about the same proportion. Web safe color of #B6EFE5 is #CCFFCC (or #CFC).

RGB color model

#B6EFE5 color RGB value is (182,239,229).

  • red value is 182;
  • green value is 239;
  • blue value is 229.
RGB:
(182,239,229)
(71%,94%,90%)

RGB channels and saturation

R 182 of 255 = 71%
G 239 of 255 = 94%
B 229 of 255 = 90%

182
239
229

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

Portions of RGB colors in percentages

R + G + B =
182 + 239 + 229 = 650 (100%)
R 182 of 650 ~ 28%
G 239 of 650 ~ 36.77%
B 229 of 650 ~ 35.23%

%28
%36.77
%35.23

CMYK color model

#B6EFE5 color CMYK value is (24,0,4,6).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK:
(24,0,4,6)
C24M0Y4K6 
(24%,0%,4%,6%)
(0.24/0.00/0.04/0.06)	

CMYK percentages

%23.85
%0
%4.18
%6.27

Codes

Color #B6EFE5 in popluar color models

B6EFE5
RGB182239229
HSL169°64.04%82.55%
HSB/HSV169°23.85%93.73%
CMYK23.85%0.00%4.18%
6.27%

Color #B6EFE5 in popluar number systems.

HEXB6EFE5
Decimal182239229
Binary101101101110111111100101
Octal266357345

Shades and tints

Shades of #B6EFE5

#B6EFE5
(182,239,229)
#A6DAD1
(166,218,209)
#96C5BD
(150,197,189)
#86B0A9
(134,176,169)
#769B95
(118,155,149)
#668681
(102,134,129)
#56716D
(86,113,109)
#465C59
(70,92,89)
#364745
(54,71,69)
#263231
(38,50,49)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #B6EFE5

#B6EFE5
(182,239,229)
#BCF0E7
(188,240,231)
#C2F1E9
(194,241,233)
#C8F2EB
(200,242,235)
#CEF3ED
(206,243,237)
#D4F4EF
(212,244,239)
#DAF5F1
(218,245,241)
#E0F6F3
(224,246,243)
#E6F7F5
(230,247,245)
#ECF8F7
(236,248,247)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EFE5; }

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

This text font color is #B6EFE5.


Background Color

.myBgColor { background-color: #B6EFE5; }

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

This div background color is #B6EFE5.


Border color

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

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

This div border color is #B6EFE5.


Opacity

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

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

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

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

This text has shadow with #B6EFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EFE5 on black background.


Color preview on white background

This text has color #B6EFE5 on white background.



Black color preview on #B6EFE5 background

This text has black color on #B6EFE5 background.


White color preview on #B6EFE5 background

This text has white color on #B6EFE5 background.