COLOR #B3C575

HEX: #B3C575
RGB: (179,197,117)

Color info

#B3C575 contains mainly red and green colors. Web safe color of #B3C575 is #99CC66 (or #9C6).

RGB color model

#B3C575 color RGB value is (179,197,117).

  • red value is 179;
  • green value is 197;
  • blue value is 117.
RGB:
(179,197,117)
(70%,77%,46%)

RGB channels and saturation

R 179 of 255 = 70%
G 197 of 255 = 77%
B 117 of 255 = 46%

179
197
117

R + G + B ~ 64%. #B3C575 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 197 + 117 = 493 (100%)
R 179 of 493 ~ 36.31%
G 197 of 493 ~ 39.96%
B 117 of 493 ~ 23.73%

%36.31
%39.96
%23.73

CMYK color model

#B3C575 color CMYK value is (9,0,41,23).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 40.61%
  • key color value is 22.75%
CMYK:
(9,0,41,23)
C9M0Y41K23 
(9%,0%,41%,23%)
(0.09/0.00/0.41/0.23)	

CMYK percentages

%9.14
%0
%40.61
%22.75

Codes

Color #B3C575 in popluar color models

B3C575
RGB179197117
HSL74°40.82%61.57%
HSB/HSV74°40.61%77.25%
CMYK9.14%0.00%40.61%
22.75%

Color #B3C575 in popluar number systems.

HEXB3C575
Decimal179197117
Binary10110011110001011110101
Octal263305165

Shades and tints

Shades of #B3C575

#B3C575
(179,197,117)
#A3B46B
(163,180,107)
#93A361
(147,163,97)
#839257
(131,146,87)
#73814D
(115,129,77)
#637043
(99,112,67)
#535F39
(83,95,57)
#434E2F
(67,78,47)
#333D25
(51,61,37)
#232C1B
(35,44,27)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #B3C575

#B3C575
(179,197,117)
#B9CA81
(185,202,129)
#BFCF8D
(191,207,141)
#C5D499
(197,212,153)
#CBD9A5
(203,217,165)
#D1DEB1
(209,222,177)
#D7E3BD
(215,227,189)
#DDE8C9
(221,232,201)
#E3EDD5
(227,237,213)
#E9F2E1
(233,242,225)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C575 color. Also use rgb(179,197,117) instead hex code.

Text Font Color

.myTextColor { color: #B3C575; }

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

This text font color is #B3C575.


Background Color

.myBgColor { background-color: #B3C575; }

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

This div background color is #B3C575.


Border color

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

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

This div border color is #B3C575.


Opacity

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

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

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

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

This text has shadow with #B3C575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C575 on black background.


Color preview on white background

This text has color #B3C575 on white background.



Black color preview on #B3C575 background

This text has black color on #B3C575 background.


White color preview on #B3C575 background

This text has white color on #B3C575 background.