COLOR #8FB69D

HEX: #8FB69D
RGB: (143,182,157)

Color info

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

RGB color model

#8FB69D color RGB value is (143,182,157).

  • red value is 143;
  • green value is 182;
  • blue value is 157.
RGB:
(143,182,157)
(56%,71%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 182 of 255 = 71%
B 157 of 255 = 62%

143
182
157

R + G + B ~ 63%. #8FB69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 182 + 157 = 482 (100%)
R 143 of 482 ~ 29.67%
G 182 of 482 ~ 37.76%
B 157 of 482 ~ 32.57%

%29.67
%37.76
%32.57

CMYK color model

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

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

CMYK percentages

%21.43
%0
%13.74
%28.63

Codes

Color #8FB69D in popluar color models

8FB69D
RGB143182157
HSL142°21.08%63.73%
HSB/HSV142°21.43%71.37%
CMYK21.43%0.00%13.74%
28.63%

Color #8FB69D in popluar number systems.

HEX8FB69D
Decimal143182157
Binary100011111011011010011101
Octal217266235

Shades and tints

Shades of #8FB69D

#8FB69D
(143,182,157)
#82A68F
(130,166,143)
#759681
(117,150,129)
#688673
(104,134,115)
#5B7665
(91,118,101)
#4E6657
(78,102,87)
#415649
(65,86,73)
#34463B
(52,70,59)
#27362D
(39,54,45)
#1A261F
(26,38,31)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #8FB69D

#8FB69D
(143,182,157)
#99BCA5
(153,188,165)
#A3C2AD
(163,194,173)
#ADC8B5
(173,200,181)
#B7CEBD
(183,206,189)
#C1D4C5
(193,212,197)
#CBDACD
(203,218,205)
#D5E0D5
(213,224,213)
#DFE6DD
(223,230,221)
#E9ECE5
(233,236,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB69D color. Also use rgb(143,182,157) instead hex code.

Text Font Color

.myTextColor { color: #8FB69D; }

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

This text font color is #8FB69D.


Background Color

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

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

This div background color is #8FB69D.


Border color

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

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

This div border color is #8FB69D.


Opacity

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

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

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

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

This text has shadow with #8FB69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB69D on black background.


Color preview on white background

This text has color #8FB69D on white background.



Black color preview on #8FB69D background

This text has black color on #8FB69D background.


White color preview on #8FB69D background

This text has white color on #8FB69D background.