COLOR #8FB496

HEX: #8FB496
RGB: (143,180,150)

Color info

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

RGB color model

#8FB496 color RGB value is (143,180,150).

  • red value is 143;
  • green value is 180;
  • blue value is 150.
RGB:
(143,180,150)
(56%,71%,59%)

RGB channels and saturation

R 143 of 255 = 56%
G 180 of 255 = 71%
B 150 of 255 = 59%

143
180
150

R + G + B ~ 62%. #8FB496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 180 + 150 = 473 (100%)
R 143 of 473 ~ 30.23%
G 180 of 473 ~ 38.05%
B 150 of 473 ~ 31.71%

%30.23
%38.05
%31.71

CMYK color model

#8FB496 color CMYK value is (21,0,17,29).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(21,0,17,29)
C21M0Y17K29 
(21%,0%,17%,29%)
(0.21/0.00/0.17/0.29)	

CMYK percentages

%20.56
%0
%16.67
%29.41

Codes

Color #8FB496 in popluar color models

8FB496
RGB143180150
HSL131°19.79%63.33%
HSB/HSV131°20.56%70.59%
CMYK20.56%0.00%16.67%
29.41%

Color #8FB496 in popluar number systems.

HEX8FB496
Decimal143180150
Binary100011111011010010010110
Octal217264226

Shades and tints

Shades of #8FB496

#8FB496
(143,180,150)
#82A489
(130,164,137)
#75947C
(117,148,124)
#68846F
(104,132,111)
#5B7462
(91,116,98)
#4E6455
(78,100,85)
#415448
(65,84,72)
#34443B
(52,68,59)
#27342E
(39,52,46)
#1A2421
(26,36,33)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #8FB496

#8FB496
(143,180,150)
#99BA9F
(153,186,159)
#A3C0A8
(163,192,168)
#ADC6B1
(173,198,177)
#B7CCBA
(183,204,186)
#C1D2C3
(193,210,195)
#CBD8CC
(203,216,204)
#D5DED5
(213,222,213)
#DFE4DE
(223,228,222)
#E9EAE7
(233,234,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB496 color. Also use rgb(143,180,150) instead hex code.

Text Font Color

.myTextColor { color: #8FB496; }

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

This text font color is #8FB496.


Background Color

.myBgColor { background-color: #8FB496; }

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

This div background color is #8FB496.


Border color

.myBorderColor { border: 1px solid #8FB496; }

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

This div border color is #8FB496.


Opacity

.myOpacity80 { color: #8FB496; opacity: 0.8; }

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

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

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

This text has shadow with #8FB496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB496 on black background.


Color preview on white background

This text has color #8FB496 on white background.



Black color preview on #8FB496 background

This text has black color on #8FB496 background.


White color preview on #8FB496 background

This text has white color on #8FB496 background.