COLOR #8FD9A5

HEX: #8FD9A5
RGB: (143,217,165)

Color info

#8FD9A5 contains mainly green and blue colors. Web safe color of #8FD9A5 is #99CC99 (or #9C9).

RGB color model

#8FD9A5 color RGB value is (143,217,165).

  • red value is 143;
  • green value is 217;
  • blue value is 165.
RGB:
(143,217,165)
(56%,85%,65%)

RGB channels and saturation

R 143 of 255 = 56%
G 217 of 255 = 85%
B 165 of 255 = 65%

143
217
165

R + G + B ~ 69%. #8FD9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 217 + 165 = 525 (100%)
R 143 of 525 ~ 27.24%
G 217 of 525 ~ 41.33%
B 165 of 525 ~ 31.43%

%27.24
%41.33
%31.43

CMYK color model

#8FD9A5 color CMYK value is (34,0,24,15).

  • cyan value is 34.10%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 14.90%
CMYK:
(34,0,24,15)
C34M0Y24K15 
(34%,0%,24%,15%)
(0.34/0.00/0.24/0.15)	

CMYK percentages

%34.1
%0
%23.96
%14.9

Codes

Color #8FD9A5 in popluar color models

8FD9A5
RGB143217165
HSL138°49.33%70.59%
HSB/HSV138°34.10%85.10%
CMYK34.10%0.00%23.96%
14.90%

Color #8FD9A5 in popluar number systems.

HEX8FD9A5
Decimal143217165
Binary100011111101100110100101
Octal217331245

Shades and tints

Shades of #8FD9A5

#8FD9A5
(143,217,165)
#82C696
(130,198,150)
#75B387
(117,179,135)
#68A078
(104,160,120)
#5B8D69
(91,141,105)
#4E7A5A
(78,122,90)
#41674B
(65,103,75)
#34543C
(52,84,60)
#27412D
(39,65,45)
#1A2E1E
(26,46,30)
#0D1B0F
(13,27,15)
#000000
(0,0,0)

Tints of #8FD9A5

#8FD9A5
(143,217,165)
#99DCAD
(153,220,173)
#A3DFB5
(163,223,181)
#ADE2BD
(173,226,189)
#B7E5C5
(183,229,197)
#C1E8CD
(193,232,205)
#CBEBD5
(203,235,213)
#D5EEDD
(213,238,221)
#DFF1E5
(223,241,229)
#E9F4ED
(233,244,237)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD9A5 color. Also use rgb(143,217,165) instead hex code.

Text Font Color

.myTextColor { color: #8FD9A5; }

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

This text font color is #8FD9A5.


Background Color

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

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

This div background color is #8FD9A5.


Border color

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

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

This div border color is #8FD9A5.


Opacity

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

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

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

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

This text has shadow with #8FD9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD9A5 on black background.


Color preview on white background

This text has color #8FD9A5 on white background.



Black color preview on #8FD9A5 background

This text has black color on #8FD9A5 background.


White color preview on #8FD9A5 background

This text has white color on #8FD9A5 background.