COLOR #8FB49A

HEX: #8FB49A
RGB: (143,180,154)

Color info

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

RGB color model

#8FB49A color RGB value is (143,180,154).

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

RGB channels and saturation

R 143 of 255 = 56%
G 180 of 255 = 71%
B 154 of 255 = 60%

143
180
154

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

Portions of RGB colors in percentages

R + G + B =
143 + 180 + 154 = 477 (100%)
R 143 of 477 ~ 29.98%
G 180 of 477 ~ 37.74%
B 154 of 477 ~ 32.29%

%29.98
%37.74
%32.29

CMYK color model

#8FB49A color CMYK value is (21,0,14,29).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(21,0,14,29)
C21M0Y14K29 
(21%,0%,14%,29%)
(0.21/0.00/0.14/0.29)	

CMYK percentages

%20.56
%0
%14.44
%29.41

Codes

Color #8FB49A in popluar color models

8FB49A
RGB143180154
HSL138°19.79%63.33%
HSB/HSV138°20.56%70.59%
CMYK20.56%0.00%14.44%
29.41%

Color #8FB49A in popluar number systems.

HEX8FB49A
Decimal143180154
Binary100011111011010010011010
Octal217264232

Shades and tints

Shades of #8FB49A

#8FB49A
(143,180,154)
#82A48C
(130,164,140)
#75947E
(117,148,126)
#688470
(104,132,112)
#5B7462
(91,116,98)
#4E6454
(78,100,84)
#415446
(65,84,70)
#344438
(52,68,56)
#27342A
(39,52,42)
#1A241C
(26,36,28)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #8FB49A

#8FB49A
(143,180,154)
#99BAA3
(153,186,163)
#A3C0AC
(163,192,172)
#ADC6B5
(173,198,181)
#B7CCBE
(183,204,190)
#C1D2C7
(193,210,199)
#CBD8D0
(203,216,208)
#D5DED9
(213,222,217)
#DFE4E2
(223,228,226)
#E9EAEB
(233,234,235)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB49A; }

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

This text font color is #8FB49A.


Background Color

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

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

This div background color is #8FB49A.


Border color

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

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

This div border color is #8FB49A.


Opacity

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

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

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

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

This text has shadow with #8FB49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB49A on black background.


Color preview on white background

This text has color #8FB49A on white background.



Black color preview on #8FB49A background

This text has black color on #8FB49A background.


White color preview on #8FB49A background

This text has white color on #8FB49A background.