COLOR #B3D6A2

HEX: #B3D6A2
RGB: (179,214,162)

Color info

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

RGB color model

#B3D6A2 color RGB value is (179,214,162).

  • red value is 179;
  • green value is 214;
  • blue value is 162.
RGB:
(179,214,162)
(70%,84%,64%)

RGB channels and saturation

R 179 of 255 = 70%
G 214 of 255 = 84%
B 162 of 255 = 64%

179
214
162

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

Portions of RGB colors in percentages

R + G + B =
179 + 214 + 162 = 555 (100%)
R 179 of 555 ~ 32.25%
G 214 of 555 ~ 38.56%
B 162 of 555 ~ 29.19%

%32.25
%38.56
%29.19

CMYK color model

#B3D6A2 color CMYK value is (16,0,24,16).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 24.30%
  • key color value is 16.08%
CMYK:
(16,0,24,16)
C16M0Y24K16 
(16%,0%,24%,16%)
(0.16/0.00/0.24/0.16)	

CMYK percentages

%16.36
%0
%24.3
%16.08

Codes

Color #B3D6A2 in popluar color models

B3D6A2
RGB179214162
HSL100°38.81%73.73%
HSB/HSV100°24.30%83.92%
CMYK16.36%0.00%24.30%
16.08%

Color #B3D6A2 in popluar number systems.

HEXB3D6A2
Decimal179214162
Binary101100111101011010100010
Octal263326242

Shades and tints

Shades of #B3D6A2

#B3D6A2
(179,214,162)
#A3C394
(163,195,148)
#93B086
(147,176,134)
#839D78
(131,157,120)
#738A6A
(115,138,106)
#63775C
(99,119,92)
#53644E
(83,100,78)
#435140
(67,81,64)
#333E32
(51,62,50)
#232B24
(35,43,36)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #B3D6A2

#B3D6A2
(179,214,162)
#B9D9AA
(185,217,170)
#BFDCB2
(191,220,178)
#C5DFBA
(197,223,186)
#CBE2C2
(203,226,194)
#D1E5CA
(209,229,202)
#D7E8D2
(215,232,210)
#DDEBDA
(221,235,218)
#E3EEE2
(227,238,226)
#E9F1EA
(233,241,234)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D6A2 color. Also use rgb(179,214,162) instead hex code.

Text Font Color

.myTextColor { color: #B3D6A2; }

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

This text font color is #B3D6A2.


Background Color

.myBgColor { background-color: #B3D6A2; }

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

This div background color is #B3D6A2.


Border color

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

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

This div border color is #B3D6A2.


Opacity

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

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

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

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

This text has shadow with #B3D6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D6A2 on black background.


Color preview on white background

This text has color #B3D6A2 on white background.



Black color preview on #B3D6A2 background

This text has black color on #B3D6A2 background.


White color preview on #B3D6A2 background

This text has white color on #B3D6A2 background.