COLOR #B2F9F3

HEX: #B2F9F3 RGB: (178,249,243)

Color info

#B2F9F3 contains mainly green and blue colors. Web safe color of #B2F9F3 is #99FFFF (or #9FF).

RGB color model

#B2F9F3 color RGB value is (178,249,243).

RGB: (178,249,243) (70%, 98%, 95%)

RGB channels and saturation

R 178 of 255 = 70%
G 249 of 255 = 98%
B 243 of 255 = 95%

178
249
243

R + G + B ~ 88%. #B2F9F3 is light color.

Portions of RGB colors in percentages

R + G + B = 178 + 249 + 243 = 670 (100%)
R 178 of 670 ~ 26.57%
G 249 of 670 ~ 37.16%
B 243 of 670 ~ 36.27'%

%26.57
%37.16
%36.27

CMYK color model

#B2F9F3 color CMYK value is (29,0,2,2).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 2.41%
  • key color value is 2.35%
CMYK: (29,0,2,2) C29M0Y2K2 (29%,0%,2%,2%) (0.29/0.00/0.02/0.02) 

CMYK percentages

%28.51
%0
%2.41
%2.35

Codes

Color #B2F9F3 in popluar color models

B2 F9 F3
RGB 178 249 243
HSL 175° 85.54% 83.73%
HSB/HSV 175° 28.51% 97.65%
CMYK 28.51% 0.00% 2.41%
2.35%

Color #B2F9F3 in popluar number systems.

HEX B2 F9 F3
Decimal 178 249 243
Binary 10110010 11111001 11110011
Octal 262 371 363

Shades and tints

Shades of #B2F9F3

#B2F9F3
(178,249,243)
#A2E3DD
(162,227,221)
#92CDC7
(146,205,199)
#82B7B1
(130,183,177)
#72A19B
(114,161,155)
#628B85
(98,139,133)
#52756F
(82,117,111)
#425F59
(66,95,89)
#324943
(50,73,67)
#22332D
(34,51,45)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #B2F9F3

#B2F9F3
(178,249,243)
#B9F9F4
(185,249,244)
#C0F9F5
(192,249,245)
#C7F9F6
(199,249,246)
#CEF9F7
(206,249,247)
#D5F9F8
(213,249,248)
#DCF9F9
(220,249,249)
#E3F9FA
(227,249,250)
#EAF9FB
(234,249,251)
#F1F9FC
(241,249,252)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F9F3 color. Also use rgb(178,249,243) instead hex code.

Text Font Color

.myTextColor { color: #B2F9F3; }

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

This text font color is #B2F9F3.

Background Color

.myBgColor { background-color: #B2F9F3; }

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

This div background color is #B2F9F3.

Border color

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

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

This div border color is #B2F9F3.

Opacity

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

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

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

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

This text has shadow with #B2F9F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F9F3.

Preview

Color preview on black background

This text has color #B2F9F3 on black background.


Color preview on white background

This text has color #B2F9F3 on white background.


Black color preview on #B2F9F3 background

This text has black color on #B2F9F3 background.


White color preview on #B2F9F3 background

This text has white color on #B2F9F3 background.


Related colors

Complementary color

Complementary color for #hex is #4D060C.


I love getcolorcode.com

Triadic colors

1 #F3B2F9 and #F9F3B2 with #B2F9F3 are triadic colors.

2 #F3F9B2 and #F9B2F3 with #B2F9F3 are triadic colors.