COLOR #B3EABB

HEX: #B3EABB
RGB: (179,234,187)

Color info

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

RGB color model

#B3EABB color RGB value is (179,234,187).

  • red value is 179;
  • green value is 234;
  • blue value is 187.
RGB:
(179,234,187)
(70%,92%,73%)

RGB channels and saturation

R 179 of 255 = 70%
G 234 of 255 = 92%
B 187 of 255 = 73%

179
234
187

R + G + B ~ 78%. #B3EABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 234 + 187 = 600 (100%)
R 179 of 600 ~ 29.83%
G 234 of 600 ~ 39%
B 187 of 600 ~ 31.17%

%29.83
%39
%31.17

CMYK color model

#B3EABB color CMYK value is (24,0,20,8).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 8.24%
CMYK:
(24,0,20,8)
C24M0Y20K8 
(24%,0%,20%,8%)
(0.24/0.00/0.20/0.08)	

CMYK percentages

%23.5
%0
%20.09
%8.24

Codes

Color #B3EABB in popluar color models

B3EABB
RGB179234187
HSL129°56.70%80.98%
HSB/HSV129°23.50%91.76%
CMYK23.50%0.00%20.09%
8.24%

Color #B3EABB in popluar number systems.

HEXB3EABB
Decimal179234187
Binary101100111110101010111011
Octal263352273

Shades and tints

Shades of #B3EABB

#B3EABB
(179,234,187)
#A3D5AA
(163,213,170)
#93C099
(147,192,153)
#83AB88
(131,171,136)
#739677
(115,150,119)
#638166
(99,129,102)
#536C55
(83,108,85)
#435744
(67,87,68)
#334233
(51,66,51)
#232D22
(35,45,34)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #B3EABB

#B3EABB
(179,234,187)
#B9EBC1
(185,235,193)
#BFECC7
(191,236,199)
#C5EDCD
(197,237,205)
#CBEED3
(203,238,211)
#D1EFD9
(209,239,217)
#D7F0DF
(215,240,223)
#DDF1E5
(221,241,229)
#E3F2EB
(227,242,235)
#E9F3F1
(233,243,241)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EABB color. Also use rgb(179,234,187) instead hex code.

Text Font Color

.myTextColor { color: #B3EABB; }

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

This text font color is #B3EABB.


Background Color

.myBgColor { background-color: #B3EABB; }

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

This div background color is #B3EABB.


Border color

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

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

This div border color is #B3EABB.


Opacity

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

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

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

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

This text has shadow with #B3EABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EABB on black background.


Color preview on white background

This text has color #B3EABB on white background.



Black color preview on #B3EABB background

This text has black color on #B3EABB background.


White color preview on #B3EABB background

This text has white color on #B3EABB background.