COLOR #B3D5A5

HEX: #B3D5A5
RGB: (179,213,165)

Color info

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

RGB color model

#B3D5A5 color RGB value is (179,213,165).

  • red value is 179;
  • green value is 213;
  • blue value is 165.
RGB:
(179,213,165)
(70%,84%,65%)

RGB channels and saturation

R 179 of 255 = 70%
G 213 of 255 = 84%
B 165 of 255 = 65%

179
213
165

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

Portions of RGB colors in percentages

R + G + B =
179 + 213 + 165 = 557 (100%)
R 179 of 557 ~ 32.14%
G 213 of 557 ~ 38.24%
B 165 of 557 ~ 29.62%

%32.14
%38.24
%29.62

CMYK color model

#B3D5A5 color CMYK value is (16,0,23,16).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 16.47%
CMYK:
(16,0,23,16)
C16M0Y23K16 
(16%,0%,23%,16%)
(0.16/0.00/0.23/0.16)	

CMYK percentages

%15.96
%0
%22.54
%16.47

Codes

Color #B3D5A5 in popluar color models

B3D5A5
RGB179213165
HSL103°36.36%74.12%
HSB/HSV103°22.54%83.53%
CMYK15.96%0.00%22.54%
16.47%

Color #B3D5A5 in popluar number systems.

HEXB3D5A5
Decimal179213165
Binary101100111101010110100101
Octal263325245

Shades and tints

Shades of #B3D5A5

#B3D5A5
(179,213,165)
#A3C296
(163,194,150)
#93AF87
(147,175,135)
#839C78
(131,156,120)
#738969
(115,137,105)
#63765A
(99,118,90)
#53634B
(83,99,75)
#43503C
(67,80,60)
#333D2D
(51,61,45)
#232A1E
(35,42,30)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #B3D5A5

#B3D5A5
(179,213,165)
#B9D8AD
(185,216,173)
#BFDBB5
(191,219,181)
#C5DEBD
(197,222,189)
#CBE1C5
(203,225,197)
#D1E4CD
(209,228,205)
#D7E7D5
(215,231,213)
#DDEADD
(221,234,221)
#E3EDE5
(227,237,229)
#E9F0ED
(233,240,237)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D5A5 color. Also use rgb(179,213,165) instead hex code.

Text Font Color

.myTextColor { color: #B3D5A5; }

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

This text font color is #B3D5A5.


Background Color

.myBgColor { background-color: #B3D5A5; }

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

This div background color is #B3D5A5.


Border color

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

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

This div border color is #B3D5A5.


Opacity

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

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

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

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

This text has shadow with #B3D5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D5A5 on black background.


Color preview on white background

This text has color #B3D5A5 on white background.



Black color preview on #B3D5A5 background

This text has black color on #B3D5A5 background.


White color preview on #B3D5A5 background

This text has white color on #B3D5A5 background.