COLOR #B3F3E6

HEX: #B3F3E6 RGB: (179,243,230)

Color info

#B3F3E6 contains mainly green and blue colors. Web safe color of #B3F3E6 is #99FFCC (or #9FC).

RGB color model

#B3F3E6 color RGB value is (179,243,230).

RGB: (179,243,230) (70%, 95%, 90%)

RGB channels and saturation

R 179 of 255 = 70%
G 243 of 255 = 95%
B 230 of 255 = 90%

179
243
230

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

Portions of RGB colors in percentages

R + G + B = 179 + 243 + 230 = 652 (100%)
R 179 of 652 ~ 27.45%
G 243 of 652 ~ 37.27%
B 230 of 652 ~ 35.28'%

%27.45
%37.27
%35.28

CMYK color model

#B3F3E6 color CMYK value is (26,0,5,5).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 5.35%
  • key color value is 4.71%

CMYK: (26,0,5,5)
C26M0Y5K5 (26%, 0%, 5%, 5%)
(0.26 / 0.00 / 0.05 / 0.05)

CMYK percentages

%26.34
%0
%5.35
%4.71

Codes

Color #B3F3E6 in popluar color models

B3 F3 E6
RGB 179 243 230
HSL 168° 72.73% 82.75%
HSB/HSV 168° 26.34% 95.29%
CMYK 26.34% 0.00% 5.35%
4.71%

Color #B3F3E6 in popluar number systems.

HEX B3 F3 E6
Decimal 179 243 230
Binary 10110011 11110011 11100110
Octal 263 363 346

Shades and tints

Shades of #B3F3E6

#B3F3E6
(179,243,230)
#A3DDD2
(163,221,210)
#93C7BE
(147,199,190)
#83B1AA
(131,177,170)
#739B96
(115,155,150)
#638582
(99,133,130)
#536F6E
(83,111,110)
#43595A
(67,89,90)
#334346
(51,67,70)
#232D32
(35,45,50)
#13171E
(19,23,30)
#000000
(0,0,0)

Tints of #B3F3E6

#B3F3E6
(179,243,230)
#B9F4E8
(185,244,232)
#BFF5EA
(191,245,234)
#C5F6EC
(197,246,236)
#CBF7EE
(203,247,238)
#D1F8F0
(209,248,240)
#D7F9F2
(215,249,242)
#DDFAF4
(221,250,244)
#E3FBF6
(227,251,246)
#E9FCF8
(233,252,248)
#EFFDFA
(239,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F3E6 color. Also use rgb(179,243,230) instead hex code.

Text Font Color

.myTextColor { color: #B3F3E6; }

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

This text font color is #B3F3E6.

Background Color

.myBgColor { background-color: #B3F3E6; }

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

This div background color is #B3F3E6.

Border color

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

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

This div border color is #B3F3E6.

Opacity

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

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

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

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

This text has shadow with #B3F3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3F3E6.

Preview

Color preview on black background

This text has color #B3F3E6 on black background.


Color preview on white background

This text has color #B3F3E6 on white background.


Black color preview on #B3F3E6 background

This text has black color on #B3F3E6 background.


White color preview on #B3F3E6 background

This text has white color on #B3F3E6 background.


Related colors

Complementary color

Complementary color for #hex is #4C0C19.


I love getcolorcode.com

Triadic colors

1 #E6B3F3 and #F3E6B3 with #B3F3E6 are triadic colors.

2 #E6F3B3 and #F3B3E6 with #B3F3E6 are triadic colors.