COLOR #B3D7A8

HEX: #B3D7A8
RGB: (179,215,168)

Color info

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

RGB color model

#B3D7A8 color RGB value is (179,215,168).

  • red value is 179;
  • green value is 215;
  • blue value is 168.
RGB:
(179,215,168)
(70%,84%,66%)

RGB channels and saturation

R 179 of 255 = 70%
G 215 of 255 = 84%
B 168 of 255 = 66%

179
215
168

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

Portions of RGB colors in percentages

R + G + B =
179 + 215 + 168 = 562 (100%)
R 179 of 562 ~ 31.85%
G 215 of 562 ~ 38.26%
B 168 of 562 ~ 29.89%

%31.85
%38.26
%29.89

CMYK color model

#B3D7A8 color CMYK value is (17,0,22,16).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 21.86%
  • key color value is 15.69%
CMYK:
(17,0,22,16)
C17M0Y22K16 
(17%,0%,22%,16%)
(0.17/0.00/0.22/0.16)	

CMYK percentages

%16.74
%0
%21.86
%15.69

Codes

Color #B3D7A8 in popluar color models

B3D7A8
RGB179215168
HSL106°37.01%75.10%
HSB/HSV106°21.86%84.31%
CMYK16.74%0.00%21.86%
15.69%

Color #B3D7A8 in popluar number systems.

HEXB3D7A8
Decimal179215168
Binary101100111101011110101000
Octal263327250

Shades and tints

Shades of #B3D7A8

#B3D7A8
(179,215,168)
#A3C499
(163,196,153)
#93B18A
(147,177,138)
#839E7B
(131,158,123)
#738B6C
(115,139,108)
#63785D
(99,120,93)
#53654E
(83,101,78)
#43523F
(67,82,63)
#333F30
(51,63,48)
#232C21
(35,44,33)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #B3D7A8

#B3D7A8
(179,215,168)
#B9DAAF
(185,218,175)
#BFDDB6
(191,221,182)
#C5E0BD
(197,224,189)
#CBE3C4
(203,227,196)
#D1E6CB
(209,230,203)
#D7E9D2
(215,233,210)
#DDECD9
(221,236,217)
#E3EFE0
(227,239,224)
#E9F2E7
(233,242,231)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D7A8 color. Also use rgb(179,215,168) instead hex code.

Text Font Color

.myTextColor { color: #B3D7A8; }

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

This text font color is #B3D7A8.


Background Color

.myBgColor { background-color: #B3D7A8; }

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

This div background color is #B3D7A8.


Border color

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

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

This div border color is #B3D7A8.


Opacity

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

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

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

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

This text has shadow with #B3D7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D7A8 on black background.


Color preview on white background

This text has color #B3D7A8 on white background.



Black color preview on #B3D7A8 background

This text has black color on #B3D7A8 background.


White color preview on #B3D7A8 background

This text has white color on #B3D7A8 background.