COLOR #8FB88D

HEX: #8FB88D
RGB: (143,184,141)

Color info

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

RGB color model

#8FB88D color RGB value is (143,184,141).

  • red value is 143;
  • green value is 184;
  • blue value is 141.
RGB:
(143,184,141)
(56%,72%,55%)

RGB channels and saturation

R 143 of 255 = 56%
G 184 of 255 = 72%
B 141 of 255 = 55%

143
184
141

R + G + B ~ 61%. #8FB88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 184 + 141 = 468 (100%)
R 143 of 468 ~ 30.56%
G 184 of 468 ~ 39.32%
B 141 of 468 ~ 30.13%

%30.56
%39.32
%30.13

CMYK color model

#8FB88D color CMYK value is (22,0,23,28).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK:
(22,0,23,28)
C22M0Y23K28 
(22%,0%,23%,28%)
(0.22/0.00/0.23/0.28)	

CMYK percentages

%22.28
%0
%23.37
%27.84

Codes

Color #8FB88D in popluar color models

8FB88D
RGB143184141
HSL117°23.24%63.73%
HSB/HSV117°23.37%72.16%
CMYK22.28%0.00%23.37%
27.84%

Color #8FB88D in popluar number systems.

HEX8FB88D
Decimal143184141
Binary100011111011100010001101
Octal217270215

Shades and tints

Shades of #8FB88D

#8FB88D
(143,184,141)
#82A881
(130,168,129)
#759875
(117,152,117)
#688869
(104,136,105)
#5B785D
(91,120,93)
#4E6851
(78,104,81)
#415845
(65,88,69)
#344839
(52,72,57)
#27382D
(39,56,45)
#1A2821
(26,40,33)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #8FB88D

#8FB88D
(143,184,141)
#99BE97
(153,190,151)
#A3C4A1
(163,196,161)
#ADCAAB
(173,202,171)
#B7D0B5
(183,208,181)
#C1D6BF
(193,214,191)
#CBDCC9
(203,220,201)
#D5E2D3
(213,226,211)
#DFE8DD
(223,232,221)
#E9EEE7
(233,238,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB88D color. Also use rgb(143,184,141) instead hex code.

Text Font Color

.myTextColor { color: #8FB88D; }

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

This text font color is #8FB88D.


Background Color

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

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

This div background color is #8FB88D.


Border color

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

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

This div border color is #8FB88D.


Opacity

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

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

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

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

This text has shadow with #8FB88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB88D on black background.


Color preview on white background

This text has color #8FB88D on white background.



Black color preview on #8FB88D background

This text has black color on #8FB88D background.


White color preview on #8FB88D background

This text has white color on #8FB88D background.