COLOR #B3D9B7

HEX: #B3D9B7
RGB: (179,217,183)

Color info

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

RGB color model

#B3D9B7 color RGB value is (179,217,183).

  • red value is 179;
  • green value is 217;
  • blue value is 183.
RGB:
(179,217,183)
(70%,85%,72%)

RGB channels and saturation

R 179 of 255 = 70%
G 217 of 255 = 85%
B 183 of 255 = 72%

179
217
183

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

Portions of RGB colors in percentages

R + G + B =
179 + 217 + 183 = 579 (100%)
R 179 of 579 ~ 30.92%
G 217 of 579 ~ 37.48%
B 183 of 579 ~ 31.61%

%30.92
%37.48
%31.61

CMYK color model

#B3D9B7 color CMYK value is (18,0,16,15).

  • cyan value is 17.51%
  • magenta value is 0.00%
  • yellow value is 15.67%
  • key color value is 14.90%
CMYK:
(18,0,16,15)
C18M0Y16K15 
(18%,0%,16%,15%)
(0.18/0.00/0.16/0.15)	

CMYK percentages

%17.51
%0
%15.67
%14.9

Codes

Color #B3D9B7 in popluar color models

B3D9B7
RGB179217183
HSL126°33.33%77.65%
HSB/HSV126°17.51%85.10%
CMYK17.51%0.00%15.67%
14.90%

Color #B3D9B7 in popluar number systems.

HEXB3D9B7
Decimal179217183
Binary101100111101100110110111
Octal263331267

Shades and tints

Shades of #B3D9B7

#B3D9B7
(179,217,183)
#A3C6A7
(163,198,167)
#93B397
(147,179,151)
#83A087
(131,160,135)
#738D77
(115,141,119)
#637A67
(99,122,103)
#536757
(83,103,87)
#435447
(67,84,71)
#334137
(51,65,55)
#232E27
(35,46,39)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #B3D9B7

#B3D9B7
(179,217,183)
#B9DCBD
(185,220,189)
#BFDFC3
(191,223,195)
#C5E2C9
(197,226,201)
#CBE5CF
(203,229,207)
#D1E8D5
(209,232,213)
#D7EBDB
(215,235,219)
#DDEEE1
(221,238,225)
#E3F1E7
(227,241,231)
#E9F4ED
(233,244,237)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D9B7 color. Also use rgb(179,217,183) instead hex code.

Text Font Color

.myTextColor { color: #B3D9B7; }

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

This text font color is #B3D9B7.


Background Color

.myBgColor { background-color: #B3D9B7; }

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

This div background color is #B3D9B7.


Border color

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

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

This div border color is #B3D9B7.


Opacity

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

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

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

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

This text has shadow with #B3D9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D9B7 on black background.


Color preview on white background

This text has color #B3D9B7 on white background.



Black color preview on #B3D9B7 background

This text has black color on #B3D9B7 background.


White color preview on #B3D9B7 background

This text has white color on #B3D9B7 background.