COLOR #8FB497

HEX: #8FB497
RGB: (143,180,151)

Color info

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

RGB color model

#8FB497 color RGB value is (143,180,151).

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

RGB channels and saturation

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

143
180
151

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

Portions of RGB colors in percentages

R + G + B =
143 + 180 + 151 = 474 (100%)
R 143 of 474 ~ 30.17%
G 180 of 474 ~ 37.97%
B 151 of 474 ~ 31.86%

%30.17
%37.97
%31.86

CMYK color model

#8FB497 color CMYK value is (21,0,16,29).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 29.41%
CMYK:
(21,0,16,29)
C21M0Y16K29 
(21%,0%,16%,29%)
(0.21/0.00/0.16/0.29)	

CMYK percentages

%20.56
%0
%16.11
%29.41

Codes

Color #8FB497 in popluar color models

8FB497
RGB143180151
HSL133°19.79%63.33%
HSB/HSV133°20.56%70.59%
CMYK20.56%0.00%16.11%
29.41%

Color #8FB497 in popluar number systems.

HEX8FB497
Decimal143180151
Binary100011111011010010010111
Octal217264227

Shades and tints

Shades of #8FB497

#8FB497
(143,180,151)
#82A48A
(130,164,138)
#75947D
(117,148,125)
#688470
(104,132,112)
#5B7463
(91,116,99)
#4E6456
(78,100,86)
#415449
(65,84,73)
#34443C
(52,68,60)
#27342F
(39,52,47)
#1A2422
(26,36,34)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #8FB497

#8FB497
(143,180,151)
#99BAA0
(153,186,160)
#A3C0A9
(163,192,169)
#ADC6B2
(173,198,178)
#B7CCBB
(183,204,187)
#C1D2C4
(193,210,196)
#CBD8CD
(203,216,205)
#D5DED6
(213,222,214)
#DFE4DF
(223,228,223)
#E9EAE8
(233,234,232)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB497; }

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

This text font color is #8FB497.


Background Color

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

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

This div background color is #8FB497.


Border color

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

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

This div border color is #8FB497.


Opacity

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

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

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

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

This text has shadow with #8FB497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB497 on black background.


Color preview on white background

This text has color #8FB497 on white background.



Black color preview on #8FB497 background

This text has black color on #8FB497 background.


White color preview on #8FB497 background

This text has white color on #8FB497 background.