COLOR #8FC69B

HEX: #8FC69B RGB: (143,198,155)

Color info

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

RGB color model

#8FC69B color RGB value is (143,198,155).

RGB: (143,198,155) (56%, 78%, 61%)

RGB channels and saturation

R 143 of 255 = 56%
G 198 of 255 = 78%
B 155 of 255 = 61%

143
198
155

R + G + B ~ 65%. #8FC69B is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 198 + 155 = 496 (100%)
R 143 of 496 ~ 28.83%
G 198 of 496 ~ 39.92%
B 155 of 496 ~ 31.25'%

%28.83
%39.92
%31.25

CMYK color model

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

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 22.35%

CMYK: (28,0,22,22)
C28M0Y22K22 (28%, 0%, 22%, 22%)
(0.28 / 0.00 / 0.22 / 0.22)

CMYK percentages

%27.78
%0
%21.72
%22.35

Codes

Color #8FC69B in popluar color models

8F C6 9B
RGB 143 198 155
HSL 133° 32.54% 66.86%
HSB/HSV 133° 27.78% 77.65%
CMYK 27.78% 0.00% 21.72%
22.35%

Color #8FC69B in popluar number systems.

HEX 8F C6 9B
Decimal 143 198 155
Binary 10001111 11000110 10011011
Octal 217 306 233

Shades and tints

Shades of #8FC69B

#8FC69B
(143,198,155)
#82B48D
(130,180,141)
#75A27F
(117,162,127)
#689071
(104,144,113)
#5B7E63
(91,126,99)
#4E6C55
(78,108,85)
#415A47
(65,90,71)
#344839
(52,72,57)
#27362B
(39,54,43)
#1A241D
(26,36,29)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #8FC69B

#8FC69B
(143,198,155)
#99CBA4
(153,203,164)
#A3D0AD
(163,208,173)
#ADD5B6
(173,213,182)
#B7DABF
(183,218,191)
#C1DFC8
(193,223,200)
#CBE4D1
(203,228,209)
#D5E9DA
(213,233,218)
#DFEEE3
(223,238,227)
#E9F3EC
(233,243,236)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC69B color. Also use rgb(143,198,155) instead hex code.

Text Font Color

.myTextColor { color: #8FC69B; }

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

This text font color is #8FC69B.

Background Color

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

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

This div background color is #8FC69B.

Border color

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

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

This div border color is #8FC69B.

Opacity

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

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

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

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

This text has shadow with #8FC69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC69B.

Preview

Color preview on black background

This text has color #8FC69B on black background.


Color preview on white background

This text has color #8FC69B on white background.


Black color preview on #8FC69B background

This text has black color on #8FC69B background.


White color preview on #8FC69B background

This text has white color on #8FC69B background.


Related colors

Complementary color

Complementary color for #hex is #703964.


I love getcolorcode.com

Triadic colors

1 #9B8FC6 and #C69B8F with #8FC69B are triadic colors.

2 #9BC68F and #C68F9B with #8FC69B are triadic colors.