COLOR #B3EEB9

HEX: #B3EEB9
RGB: (179,238,185)

Color info

#B3EEB9 contains red, green and blue colors in about the same proportion. Web safe color of #B3EEB9 is #99FFCC (or #9FC).

RGB color model

#B3EEB9 color RGB value is (179,238,185).

  • red value is 179;
  • green value is 238;
  • blue value is 185.
RGB:
(179,238,185)
(70%,93%,73%)

RGB channels and saturation

R 179 of 255 = 70%
G 238 of 255 = 93%
B 185 of 255 = 73%

179
238
185

R + G + B ~ 79%. #B3EEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 238 + 185 = 602 (100%)
R 179 of 602 ~ 29.73%
G 238 of 602 ~ 39.53%
B 185 of 602 ~ 30.73%

%29.73
%39.53
%30.73

CMYK color model

#B3EEB9 color CMYK value is (25,0,22,7).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 6.67%
CMYK:
(25,0,22,7)
C25M0Y22K7 
(25%,0%,22%,7%)
(0.25/0.00/0.22/0.07)	

CMYK percentages

%24.79
%0
%22.27
%6.67

Codes

Color #B3EEB9 in popluar color models

B3EEB9
RGB179238185
HSL126°63.44%81.76%
HSB/HSV126°24.79%93.33%
CMYK24.79%0.00%22.27%
6.67%

Color #B3EEB9 in popluar number systems.

HEXB3EEB9
Decimal179238185
Binary101100111110111010111001
Octal263356271

Shades and tints

Shades of #B3EEB9

#B3EEB9
(179,238,185)
#A3D9A9
(163,217,169)
#93C499
(147,196,153)
#83AF89
(131,175,137)
#739A79
(115,154,121)
#638569
(99,133,105)
#537059
(83,112,89)
#435B49
(67,91,73)
#334639
(51,70,57)
#233129
(35,49,41)
#131C19
(19,28,25)
#000000
(0,0,0)

Tints of #B3EEB9

#B3EEB9
(179,238,185)
#B9EFBF
(185,239,191)
#BFF0C5
(191,240,197)
#C5F1CB
(197,241,203)
#CBF2D1
(203,242,209)
#D1F3D7
(209,243,215)
#D7F4DD
(215,244,221)
#DDF5E3
(221,245,227)
#E3F6E9
(227,246,233)
#E9F7EF
(233,247,239)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EEB9 color. Also use rgb(179,238,185) instead hex code.

Text Font Color

.myTextColor { color: #B3EEB9; }

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

This text font color is #B3EEB9.


Background Color

.myBgColor { background-color: #B3EEB9; }

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

This div background color is #B3EEB9.


Border color

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

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

This div border color is #B3EEB9.


Opacity

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

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

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

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

This text has shadow with #B3EEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EEB9 on black background.


Color preview on white background

This text has color #B3EEB9 on white background.



Black color preview on #B3EEB9 background

This text has black color on #B3EEB9 background.


White color preview on #B3EEB9 background

This text has white color on #B3EEB9 background.