COLOR #8FB090

HEX: #8FB090 RGB: (143,176,144)

Color info

#8FB090 contains red, green and blue colors in about the same proportion. Web safe color of #8FB090 is #999999 (or #999).

RGB color model

#8FB090 color RGB value is (143,176,144).

RGB: (143,176,144) (56%, 69%, 56%)

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 144 of 255 = 56%

143
176
144

R + G + B ~ 60%. #8FB090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 143 + 176 + 144 = 463 (100%)
R 143 of 463 ~ 30.89%
G 176 of 463 ~ 38.01%
B 144 of 463 ~ 31.1'%

%30.89
%38.01
%31.1

CMYK color model

#8FB090 color CMYK value is (19,0,18,31).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 30.98%

CMYK: (19,0,18,31)
C19M0Y18K31 (19%, 0%, 18%, 31%)
(0.19 / 0.00 / 0.18 / 0.31)

CMYK percentages

%18.75
%0
%18.18
%30.98

Codes

Color #8FB090 in popluar color models

8F B0 90
RGB 143 176 144
HSL 122° 17.28% 62.55%
HSB/HSV 122° 18.75% 69.02%
CMYK 18.75% 0.00% 18.18%
30.98%

Color #8FB090 in popluar number systems.

HEX 8F B0 90
Decimal 143 176 144
Binary 10001111 10110000 10010000
Octal 217 260 220

Shades and tints

Shades of #8FB090

#8FB090
(143,176,144)
#82A083
(130,160,131)
#759076
(117,144,118)
#688069
(104,128,105)
#5B705C
(91,112,92)
#4E604F
(78,96,79)
#415042
(65,80,66)
#344035
(52,64,53)
#273028
(39,48,40)
#1A201B
(26,32,27)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #8FB090

#8FB090
(143,176,144)
#99B79A
(153,183,154)
#A3BEA4
(163,190,164)
#ADC5AE
(173,197,174)
#B7CCB8
(183,204,184)
#C1D3C2
(193,211,194)
#CBDACC
(203,218,204)
#D5E1D6
(213,225,214)
#DFE8E0
(223,232,224)
#E9EFEA
(233,239,234)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB090 color. Also use rgb(143,176,144) instead hex code.

Text Font Color

.myTextColor { color: #8FB090; }

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

This text font color is #8FB090.

Background Color

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

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

This div background color is #8FB090.

Border color

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

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

This div border color is #8FB090.

Opacity

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

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

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

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

This text has shadow with #8FB090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB090.

Preview

Color preview on black background

This text has color #8FB090 on black background.


Color preview on white background

This text has color #8FB090 on white background.


Black color preview on #8FB090 background

This text has black color on #8FB090 background.


White color preview on #8FB090 background

This text has white color on #8FB090 background.


Related colors

Complementary color

Complementary color for #hex is #704F6F.


I love getcolorcode.com

Triadic colors

1 #908FB0 and #B0908F with #8FB090 are triadic colors.

2 #90B08F and #B08F90 with #8FB090 are triadic colors.