COLOR #B3DFB2

HEX: #B3DFB2
RGB: (179,223,178)

Color info

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

RGB color model

#B3DFB2 color RGB value is (179,223,178).

  • red value is 179;
  • green value is 223;
  • blue value is 178.
RGB:
(179,223,178)
(70%,87%,70%)

RGB channels and saturation

R 179 of 255 = 70%
G 223 of 255 = 87%
B 178 of 255 = 70%

179
223
178

R + G + B ~ 76%. #B3DFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 223 + 178 = 580 (100%)
R 179 of 580 ~ 30.86%
G 223 of 580 ~ 38.45%
B 178 of 580 ~ 30.69%

%30.86
%38.45
%30.69

CMYK color model

#B3DFB2 color CMYK value is (20,0,20,13).

  • cyan value is 19.73%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 12.55%
CMYK:
(20,0,20,13)
C20M0Y20K13 
(20%,0%,20%,13%)
(0.20/0.00/0.20/0.13)	

CMYK percentages

%19.73
%0
%20.18
%12.55

Codes

Color #B3DFB2 in popluar color models

B3DFB2
RGB179223178
HSL119°41.28%78.63%
HSB/HSV119°20.18%87.45%
CMYK19.73%0.00%20.18%
12.55%

Color #B3DFB2 in popluar number systems.

HEXB3DFB2
Decimal179223178
Binary101100111101111110110010
Octal263337262

Shades and tints

Shades of #B3DFB2

#B3DFB2
(179,223,178)
#A3CBA2
(163,203,162)
#93B792
(147,183,146)
#83A382
(131,163,130)
#738F72
(115,143,114)
#637B62
(99,123,98)
#536752
(83,103,82)
#435342
(67,83,66)
#333F32
(51,63,50)
#232B22
(35,43,34)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #B3DFB2

#B3DFB2
(179,223,178)
#B9E1B9
(185,225,185)
#BFE3C0
(191,227,192)
#C5E5C7
(197,229,199)
#CBE7CE
(203,231,206)
#D1E9D5
(209,233,213)
#D7EBDC
(215,235,220)
#DDEDE3
(221,237,227)
#E3EFEA
(227,239,234)
#E9F1F1
(233,241,241)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DFB2 color. Also use rgb(179,223,178) instead hex code.

Text Font Color

.myTextColor { color: #B3DFB2; }

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

This text font color is #B3DFB2.


Background Color

.myBgColor { background-color: #B3DFB2; }

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

This div background color is #B3DFB2.


Border color

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

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

This div border color is #B3DFB2.


Opacity

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

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

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

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

This text has shadow with #B3DFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DFB2 on black background.


Color preview on white background

This text has color #B3DFB2 on white background.



Black color preview on #B3DFB2 background

This text has black color on #B3DFB2 background.


White color preview on #B3DFB2 background

This text has white color on #B3DFB2 background.