COLOR #B6F1EA

HEX: #B6F1EA RGB: (182,241,234)

Color info

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

RGB color model

#B6F1EA color RGB value is (182,241,234).

RGB: (182,241,234) (71%, 95%, 92%)

RGB channels and saturation

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

182
241
234

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

Portions of RGB colors in percentages

R + G + B = 182 + 241 + 234 = 657 (100%)
R 182 of 657 ~ 27.7%
G 241 of 657 ~ 36.68%
B 234 of 657 ~ 35.62'%

%27.7
%36.68
%35.62

CMYK color model

#B6F1EA color CMYK value is (24,0,3,5).

  • cyan value is 24.48%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 5.49%

CMYK: (24,0,3,5)
C24M0Y3K5 (24%, 0%, 3%, 5%)
(0.24 / 0.00 / 0.03 / 0.05)

CMYK percentages

%24.48
%0
%2.9
%5.49

Codes

Color #B6F1EA in popluar color models

B6 F1 EA
RGB 182 241 234
HSL 173° 67.82% 82.94%
HSB/HSV 173° 24.48% 94.51%
CMYK 24.48% 0.00% 2.90%
5.49%

Color #B6F1EA in popluar number systems.

HEX B6 F1 EA
Decimal 182 241 234
Binary 10110110 11110001 11101010
Octal 266 361 352

Shades and tints

Shades of #B6F1EA

#B6F1EA
(182,241,234)
#A6DCD5
(166,220,213)
#96C7C0
(150,199,192)
#86B2AB
(134,178,171)
#769D96
(118,157,150)
#668881
(102,136,129)
#56736C
(86,115,108)
#465E57
(70,94,87)
#364942
(54,73,66)
#26342D
(38,52,45)
#161F18
(22,31,24)
#000000
(0,0,0)

Tints of #B6F1EA

#B6F1EA
(182,241,234)
#BCF2EB
(188,242,235)
#C2F3EC
(194,243,236)
#C8F4ED
(200,244,237)
#CEF5EE
(206,245,238)
#D4F6EF
(212,246,239)
#DAF7F0
(218,247,240)
#E0F8F1
(224,248,241)
#E6F9F2
(230,249,242)
#ECFAF3
(236,250,243)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6F1EA; }

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

This text font color is #B6F1EA.

Background Color

.myBgColor { background-color: #B6F1EA; }

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

This div background color is #B6F1EA.

Border color

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

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

This div border color is #B6F1EA.

Opacity

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

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

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

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

This text has shadow with #B6F1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F1EA.

Preview

Color preview on black background

This text has color #B6F1EA on black background.


Color preview on white background

This text has color #B6F1EA on white background.


Black color preview on #B6F1EA background

This text has black color on #B6F1EA background.


White color preview on #B6F1EA background

This text has white color on #B6F1EA background.


Related colors

Complementary color

Complementary color for #hex is #490E15.


I love getcolorcode.com

Triadic colors

1 #EAB6F1 and #F1EAB6 with #B6F1EA are triadic colors.

2 #EAF1B6 and #F1B6EA with #B6F1EA are triadic colors.