COLOR #8FB495

HEX: #8FB495
RGB: (143,180,149)

Color info

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

RGB color model

#8FB495 color RGB value is (143,180,149).

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

RGB channels and saturation

R 143 of 255 = 56%
G 180 of 255 = 71%
B 149 of 255 = 58%

143
180
149

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

Portions of RGB colors in percentages

R + G + B =
143 + 180 + 149 = 472 (100%)
R 143 of 472 ~ 30.3%
G 180 of 472 ~ 38.14%
B 149 of 472 ~ 31.57%

%30.3
%38.14
%31.57

CMYK color model

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

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • 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
%17.22
%29.41

Codes

Color #8FB495 in popluar color models

8FB495
RGB143180149
HSL130°19.79%63.33%
HSB/HSV130°20.56%70.59%
CMYK20.56%0.00%17.22%
29.41%

Color #8FB495 in popluar number systems.

HEX8FB495
Decimal143180149
Binary100011111011010010010101
Octal217264225

Shades and tints

Shades of #8FB495

#8FB495
(143,180,149)
#82A488
(130,164,136)
#75947B
(117,148,123)
#68846E
(104,132,110)
#5B7461
(91,116,97)
#4E6454
(78,100,84)
#415447
(65,84,71)
#34443A
(52,68,58)
#27342D
(39,52,45)
#1A2420
(26,36,32)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #8FB495

#8FB495
(143,180,149)
#99BA9E
(153,186,158)
#A3C0A7
(163,192,167)
#ADC6B0
(173,198,176)
#B7CCB9
(183,204,185)
#C1D2C2
(193,210,194)
#CBD8CB
(203,216,203)
#D5DED4
(213,222,212)
#DFE4DD
(223,228,221)
#E9EAE6
(233,234,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB495; }

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

This text font color is #8FB495.


Background Color

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

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

This div background color is #8FB495.


Border color

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

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

This div border color is #8FB495.


Opacity

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

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

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

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

This text has shadow with #8FB495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB495 on black background.


Color preview on white background

This text has color #8FB495 on white background.



Black color preview on #8FB495 background

This text has black color on #8FB495 background.


White color preview on #8FB495 background

This text has white color on #8FB495 background.