COLOR #B3D39A

HEX: #B3D39A
RGB: (179,211,154)

Color info

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

RGB color model

#B3D39A color RGB value is (179,211,154).

  • red value is 179;
  • green value is 211;
  • blue value is 154.
RGB:
(179,211,154)
(70%,83%,60%)

RGB channels and saturation

R 179 of 255 = 70%
G 211 of 255 = 83%
B 154 of 255 = 60%

179
211
154

R + G + B ~ 71%. #B3D39A is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 211 + 154 = 544 (100%)
R 179 of 544 ~ 32.9%
G 211 of 544 ~ 38.79%
B 154 of 544 ~ 28.31%

%32.9
%38.79
%28.31

CMYK color model

#B3D39A color CMYK value is (15,0,27,17).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 17.25%
CMYK:
(15,0,27,17)
C15M0Y27K17 
(15%,0%,27%,17%)
(0.15/0.00/0.27/0.17)	

CMYK percentages

%15.17
%0
%27.01
%17.25

Codes

Color #B3D39A in popluar color models

B3D39A
RGB179211154
HSL94°39.31%71.57%
HSB/HSV94°27.01%82.75%
CMYK15.17%0.00%27.01%
17.25%

Color #B3D39A in popluar number systems.

HEXB3D39A
Decimal179211154
Binary101100111101001110011010
Octal263323232

Shades and tints

Shades of #B3D39A

#B3D39A
(179,211,154)
#A3C08C
(163,192,140)
#93AD7E
(147,173,126)
#839A70
(131,154,112)
#738762
(115,135,98)
#637454
(99,116,84)
#536146
(83,97,70)
#434E38
(67,78,56)
#333B2A
(51,59,42)
#23281C
(35,40,28)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #B3D39A

#B3D39A
(179,211,154)
#B9D7A3
(185,215,163)
#BFDBAC
(191,219,172)
#C5DFB5
(197,223,181)
#CBE3BE
(203,227,190)
#D1E7C7
(209,231,199)
#D7EBD0
(215,235,208)
#DDEFD9
(221,239,217)
#E3F3E2
(227,243,226)
#E9F7EB
(233,247,235)
#EFFBF4
(239,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D39A color. Also use rgb(179,211,154) instead hex code.

Text Font Color

.myTextColor { color: #B3D39A; }

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

This text font color is #B3D39A.


Background Color

.myBgColor { background-color: #B3D39A; }

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

This div background color is #B3D39A.


Border color

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

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

This div border color is #B3D39A.


Opacity

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

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

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

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

This text has shadow with #B3D39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D39A on black background.


Color preview on white background

This text has color #B3D39A on white background.



Black color preview on #B3D39A background

This text has black color on #B3D39A background.


White color preview on #B3D39A background

This text has white color on #B3D39A background.