COLOR #B3D7AC

HEX: #B3D7AC
RGB: (179,215,172)

Color info

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

RGB color model

#B3D7AC color RGB value is (179,215,172).

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

RGB channels and saturation

R 179 of 255 = 70%
G 215 of 255 = 84%
B 172 of 255 = 67%

179
215
172

R + G + B ~ 74%. #B3D7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 215 + 172 = 566 (100%)
R 179 of 566 ~ 31.63%
G 215 of 566 ~ 37.99%
B 172 of 566 ~ 30.39%

%31.63
%37.99
%30.39

CMYK color model

#B3D7AC color CMYK value is (17,0,20,16).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 15.69%
CMYK:
(17,0,20,16)
C17M0Y20K16 
(17%,0%,20%,16%)
(0.17/0.00/0.20/0.16)	

CMYK percentages

%16.74
%0
%20
%15.69

Codes

Color #B3D7AC in popluar color models

B3D7AC
RGB179215172
HSL110°34.96%75.88%
HSB/HSV110°20.00%84.31%
CMYK16.74%0.00%20.00%
15.69%

Color #B3D7AC in popluar number systems.

HEXB3D7AC
Decimal179215172
Binary101100111101011110101100
Octal263327254

Shades and tints

Shades of #B3D7AC

#B3D7AC
(179,215,172)
#A3C49D
(163,196,157)
#93B18E
(147,177,142)
#839E7F
(131,158,127)
#738B70
(115,139,112)
#637861
(99,120,97)
#536552
(83,101,82)
#435243
(67,82,67)
#333F34
(51,63,52)
#232C25
(35,44,37)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #B3D7AC

#B3D7AC
(179,215,172)
#B9DAB3
(185,218,179)
#BFDDBA
(191,221,186)
#C5E0C1
(197,224,193)
#CBE3C8
(203,227,200)
#D1E6CF
(209,230,207)
#D7E9D6
(215,233,214)
#DDECDD
(221,236,221)
#E3EFE4
(227,239,228)
#E9F2EB
(233,242,235)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D7AC; }

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

This text font color is #B3D7AC.


Background Color

.myBgColor { background-color: #B3D7AC; }

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

This div background color is #B3D7AC.


Border color

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

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

This div border color is #B3D7AC.


Opacity

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

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

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

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

This text has shadow with #B3D7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D7AC on black background.


Color preview on white background

This text has color #B3D7AC on white background.



Black color preview on #B3D7AC background

This text has black color on #B3D7AC background.


White color preview on #B3D7AC background

This text has white color on #B3D7AC background.