COLOR #B3E199

HEX: #B3E199 RGB: (179,225,153)

Color info

#B3E199 contains mainly red and green colors. Web safe color of #B3E199 is #99CC99 (or #9C9).

RGB color model

#B3E199 color RGB value is (179,225,153).

RGB: (179,225,153) (70%, 88%, 60%)

RGB channels and saturation

R 179 of 255 = 70%
G 225 of 255 = 88%
B 153 of 255 = 60%

179
225
153

R + G + B ~ 73%. #B3E199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 225 + 153 = 557 (100%)
R 179 of 557 ~ 32.14%
G 225 of 557 ~ 40.39%
B 153 of 557 ~ 27.47'%

%32.14
%40.39
%27.47

CMYK color model

#B3E199 color CMYK value is (20,0,32,12).

  • cyan value is 20.44%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 11.76%

CMYK: (20,0,32,12)
C20M0Y32K12 (20%, 0%, 32%, 12%)
(0.20 / 0.00 / 0.32 / 0.12)

CMYK percentages

%20.44
%0
%32
%11.76

Codes

Color #B3E199 in popluar color models

B3 E1 99
RGB 179 225 153
HSL 98° 54.55% 74.12%
HSB/HSV 98° 32.00% 88.24%
CMYK 20.44% 0.00% 32.00%
11.76%

Color #B3E199 in popluar number systems.

HEX B3 E1 99
Decimal 179 225 153
Binary 10110011 11100001 10011001
Octal 263 341 231

Shades and tints

Shades of #B3E199

#B3E199
(179,225,153)
#A3CD8C
(163,205,140)
#93B97F
(147,185,127)
#83A572
(131,165,114)
#739165
(115,145,101)
#637D58
(99,125,88)
#53694B
(83,105,75)
#43553E
(67,85,62)
#334131
(51,65,49)
#232D24
(35,45,36)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #B3E199

#B3E199
(179,225,153)
#B9E3A2
(185,227,162)
#BFE5AB
(191,229,171)
#C5E7B4
(197,231,180)
#CBE9BD
(203,233,189)
#D1EBC6
(209,235,198)
#D7EDCF
(215,237,207)
#DDEFD8
(221,239,216)
#E3F1E1
(227,241,225)
#E9F3EA
(233,243,234)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E199 color. Also use rgb(179,225,153) instead hex code.

Text Font Color

.myTextColor { color: #B3E199; }

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

This text font color is #B3E199.

Background Color

.myBgColor { background-color: #B3E199; }

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

This div background color is #B3E199.

Border color

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

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

This div border color is #B3E199.

Opacity

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

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

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

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

This text has shadow with #B3E199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E199.

Preview

Color preview on black background

This text has color #B3E199 on black background.


Color preview on white background

This text has color #B3E199 on white background.


Black color preview on #B3E199 background

This text has black color on #B3E199 background.


White color preview on #B3E199 background

This text has white color on #B3E199 background.


Related colors

Complementary color

Complementary color for #hex is #4C1E66.


I love getcolorcode.com

Triadic colors

1 #99B3E1 and #E199B3 with #B3E199 are triadic colors.

2 #99E1B3 and #E1B399 with #B3E199 are triadic colors.