COLOR #B3F88D

HEX: #B3F88D RGB: (179,248,141)

Color info

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

RGB color model

#B3F88D color RGB value is (179,248,141).

RGB: (179,248,141) (70%, 97%, 55%)

RGB channels and saturation

R 179 of 255 = 70%
G 248 of 255 = 97%
B 141 of 255 = 55%

179
248
141

R + G + B ~ 74%. #B3F88D is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 248 + 141 = 568 (100%)
R 179 of 568 ~ 31.51%
G 248 of 568 ~ 43.66%
B 141 of 568 ~ 24.82'%

%31.51
%43.66
%24.82

CMYK color model

#B3F88D color CMYK value is (28,0,43,3).

  • cyan value is 27.82%
  • magenta value is 0.00%
  • yellow value is 43.15%
  • key color value is 2.75%

CMYK: (28,0,43,3)
C28M0Y43K3 (28%, 0%, 43%, 3%)
(0.28 / 0.00 / 0.43 / 0.03)

CMYK percentages

%27.82
%0
%43.15
%2.75

Codes

Color #B3F88D in popluar color models

B3 F8 8D
RGB 179 248 141
HSL 99° 88.43% 76.27%
HSB/HSV 99° 43.15% 97.25%
CMYK 27.82% 0.00% 43.15%
2.75%

Color #B3F88D in popluar number systems.

HEX B3 F8 8D
Decimal 179 248 141
Binary 10110011 11111000 10001101
Octal 263 370 215

Shades and tints

Shades of #B3F88D

#B3F88D
(179,248,141)
#A3E281
(163,226,129)
#93CC75
(147,204,117)
#83B669
(131,182,105)
#73A05D
(115,160,93)
#638A51
(99,138,81)
#537445
(83,116,69)
#435E39
(67,94,57)
#33482D
(51,72,45)
#233221
(35,50,33)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #B3F88D

#B3F88D
(179,248,141)
#B9F897
(185,248,151)
#BFF8A1
(191,248,161)
#C5F8AB
(197,248,171)
#CBF8B5
(203,248,181)
#D1F8BF
(209,248,191)
#D7F8C9
(215,248,201)
#DDF8D3
(221,248,211)
#E3F8DD
(227,248,221)
#E9F8E7
(233,248,231)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F88D color. Also use rgb(179,248,141) instead hex code.

Text Font Color

.myTextColor { color: #B3F88D; }

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

This text font color is #B3F88D.

Background Color

.myBgColor { background-color: #B3F88D; }

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

This div background color is #B3F88D.

Border color

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

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

This div border color is #B3F88D.

Opacity

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

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

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

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

This text has shadow with #B3F88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3F88D.

Preview

Color preview on black background

This text has color #B3F88D on black background.


Color preview on white background

This text has color #B3F88D on white background.


Black color preview on #B3F88D background

This text has black color on #B3F88D background.


White color preview on #B3F88D background

This text has white color on #B3F88D background.


Related colors

Complementary color

Complementary color for #hex is #4C0772.


I love getcolorcode.com

Triadic colors

1 #8DB3F8 and #F88DB3 with #B3F88D are triadic colors.

2 #8DF8B3 and #F8B38D with #B3F88D are triadic colors.