COLOR #B3F3A7

HEX: #B3F3A7 RGB: (179,243,167)

Color info

#B3F3A7 contains mainly green color. Web safe color of #B3F3A7 is #99FF99 (or #9F9).

RGB color model

#B3F3A7 color RGB value is (179,243,167).

RGB: (179,243,167) (70%, 95%, 65%)

RGB channels and saturation

R 179 of 255 = 70%
G 243 of 255 = 95%
B 167 of 255 = 65%

179
243
167

R + G + B ~ 77%. #B3F3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 243 + 167 = 589 (100%)
R 179 of 589 ~ 30.39%
G 243 of 589 ~ 41.26%
B 167 of 589 ~ 28.35'%

%30.39
%41.26
%28.35

CMYK color model

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

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

CMYK: (26,0,31,5)
C26M0Y31K5 (26%, 0%, 31%, 5%)
(0.26 / 0.00 / 0.31 / 0.05)

CMYK percentages

%26.34
%0
%31.28
%4.71

Codes

Color #B3F3A7 in popluar color models

B3 F3 A7
RGB 179 243 167
HSL 111° 76.00% 80.39%
HSB/HSV 111° 31.28% 95.29%
CMYK 26.34% 0.00% 31.28%
4.71%

Color #B3F3A7 in popluar number systems.

HEX B3 F3 A7
Decimal 179 243 167
Binary 10110011 11110011 10100111
Octal 263 363 247

Shades and tints

Shades of #B3F3A7

#B3F3A7
(179,243,167)
#A3DD98
(163,221,152)
#93C789
(147,199,137)
#83B17A
(131,177,122)
#739B6B
(115,155,107)
#63855C
(99,133,92)
#536F4D
(83,111,77)
#43593E
(67,89,62)
#33432F
(51,67,47)
#232D20
(35,45,32)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #B3F3A7

#B3F3A7
(179,243,167)
#B9F4AF
(185,244,175)
#BFF5B7
(191,245,183)
#C5F6BF
(197,246,191)
#CBF7C7
(203,247,199)
#D1F8CF
(209,248,207)
#D7F9D7
(215,249,215)
#DDFADF
(221,250,223)
#E3FBE7
(227,251,231)
#E9FCEF
(233,252,239)
#EFFDF7
(239,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3F3A7; }

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

This text font color is #B3F3A7.

Background Color

.myBgColor { background-color: #B3F3A7; }

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

This div background color is #B3F3A7.

Border color

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

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

This div border color is #B3F3A7.

Opacity

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

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

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

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

This text has shadow with #B3F3A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3F3A7.

Preview

Color preview on black background

This text has color #B3F3A7 on black background.


Color preview on white background

This text has color #B3F3A7 on white background.


Black color preview on #B3F3A7 background

This text has black color on #B3F3A7 background.


White color preview on #B3F3A7 background

This text has white color on #B3F3A7 background.


Related colors

Complementary color

Complementary color for #hex is #4C0C58.


I love getcolorcode.com

Triadic colors

1 #A7B3F3 and #F3A7B3 with #B3F3A7 are triadic colors.

2 #A7F3B3 and #F3B3A7 with #B3F3A7 are triadic colors.