COLOR #B3F3D9

HEX: #B3F3D9 RGB: (179,243,217)

Color info

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

RGB color model

#B3F3D9 color RGB value is (179,243,217).

RGB: (179,243,217) (70%, 95%, 85%)

RGB channels and saturation

R 179 of 255 = 70%
G 243 of 255 = 95%
B 217 of 255 = 85%

179
243
217

R + G + B ~ 83%. #B3F3D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 243 + 217 = 639 (100%)
R 179 of 639 ~ 28.01%
G 243 of 639 ~ 38.03%
B 217 of 639 ~ 33.96'%

%28.01
%38.03
%33.96

CMYK color model

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

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

CMYK: (26,0,11,5)
C26M0Y11K5 (26%, 0%, 11%, 5%)
(0.26 / 0.00 / 0.11 / 0.05)

CMYK percentages

%26.34
%0
%10.7
%4.71

Codes

Color #B3F3D9 in popluar color models

B3 F3 D9
RGB 179 243 217
HSL 156° 72.73% 82.75%
HSB/HSV 156° 26.34% 95.29%
CMYK 26.34% 0.00% 10.70%
4.71%

Color #B3F3D9 in popluar number systems.

HEX B3 F3 D9
Decimal 179 243 217
Binary 10110011 11110011 11011001
Octal 263 363 331

Shades and tints

Shades of #B3F3D9

#B3F3D9
(179,243,217)
#A3DDC6
(163,221,198)
#93C7B3
(147,199,179)
#83B1A0
(131,177,160)
#739B8D
(115,155,141)
#63857A
(99,133,122)
#536F67
(83,111,103)
#435954
(67,89,84)
#334341
(51,67,65)
#232D2E
(35,45,46)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #B3F3D9

#B3F3D9
(179,243,217)
#B9F4DC
(185,244,220)
#BFF5DF
(191,245,223)
#C5F6E2
(197,246,226)
#CBF7E5
(203,247,229)
#D1F8E8
(209,248,232)
#D7F9EB
(215,249,235)
#DDFAEE
(221,250,238)
#E3FBF1
(227,251,241)
#E9FCF4
(233,252,244)
#EFFDF7
(239,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3F3D9; }

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

This text font color is #B3F3D9.

Background Color

.myBgColor { background-color: #B3F3D9; }

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

This div background color is #B3F3D9.

Border color

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

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

This div border color is #B3F3D9.

Opacity

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

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

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

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

This text has shadow with #B3F3D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3F3D9.

Preview

Color preview on black background

This text has color #B3F3D9 on black background.


Color preview on white background

This text has color #B3F3D9 on white background.


Black color preview on #B3F3D9 background

This text has black color on #B3F3D9 background.


White color preview on #B3F3D9 background

This text has white color on #B3F3D9 background.


Related colors

Complementary color

Complementary color for #hex is #4C0C26.


I love getcolorcode.com

Triadic colors

1 #D9B3F3 and #F3D9B3 with #B3F3D9 are triadic colors.

2 #D9F3B3 and #F3B3D9 with #B3F3D9 are triadic colors.