COLOR #8FD585

HEX: #8FD585 RGB: (143,213,133)

Color info

#8FD585 contains mainly green color. Web safe color of #8FD585 is #99CC99 (or #9C9).

RGB color model

#8FD585 color RGB value is (143,213,133).

RGB: (143,213,133) (56%, 84%, 52%)

RGB channels and saturation

R 143 of 255 = 56%
G 213 of 255 = 84%
B 133 of 255 = 52%

143
213
133

R + G + B ~ 64%. #8FD585 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 213 + 133 = 489 (100%)
R 143 of 489 ~ 29.24%
G 213 of 489 ~ 43.56%
B 133 of 489 ~ 27.2'%

%29.24
%43.56
%27.2

CMYK color model

#8FD585 color CMYK value is (33,0,38,16).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 16.47%

CMYK: (33,0,38,16)
C33M0Y38K16 (33%, 0%, 38%, 16%)
(0.33 / 0.00 / 0.38 / 0.16)

CMYK percentages

%32.86
%0
%37.56
%16.47

Codes

Color #8FD585 in popluar color models

8F D5 85
RGB 143 213 133
HSL 113° 48.78% 67.84%
HSB/HSV 113° 37.56% 83.53%
CMYK 32.86% 0.00% 37.56%
16.47%

Color #8FD585 in popluar number systems.

HEX 8F D5 85
Decimal 143 213 133
Binary 10001111 11010101 10000101
Octal 217 325 205

Shades and tints

Shades of #8FD585

#8FD585
(143,213,133)
#82C279
(130,194,121)
#75AF6D
(117,175,109)
#689C61
(104,156,97)
#5B8955
(91,137,85)
#4E7649
(78,118,73)
#41633D
(65,99,61)
#345031
(52,80,49)
#273D25
(39,61,37)
#1A2A19
(26,42,25)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #8FD585

#8FD585
(143,213,133)
#99D890
(153,216,144)
#A3DB9B
(163,219,155)
#ADDEA6
(173,222,166)
#B7E1B1
(183,225,177)
#C1E4BC
(193,228,188)
#CBE7C7
(203,231,199)
#D5EAD2
(213,234,210)
#DFEDDD
(223,237,221)
#E9F0E8
(233,240,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD585 color. Also use rgb(143,213,133) instead hex code.

Text Font Color

.myTextColor { color: #8FD585; }

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

This text font color is #8FD585.

Background Color

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

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

This div background color is #8FD585.

Border color

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

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

This div border color is #8FD585.

Opacity

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

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

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

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

This text has shadow with #8FD585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FD585.

Preview

Color preview on black background

This text has color #8FD585 on black background.


Color preview on white background

This text has color #8FD585 on white background.


Black color preview on #8FD585 background

This text has black color on #8FD585 background.


White color preview on #8FD585 background

This text has white color on #8FD585 background.


Related colors

Complementary color

Complementary color for #hex is #702A7A.


I love getcolorcode.com

Triadic colors

1 #858FD5 and #D5858F with #8FD585 are triadic colors.

2 #85D58F and #D58F85 with #8FD585 are triadic colors.