COLOR #8FD5A5

HEX: #8FD5A5
RGB: (143,213,165)

Color info

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

RGB color model

#8FD5A5 color RGB value is (143,213,165).

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

RGB channels and saturation

R 143 of 255 = 56%
G 213 of 255 = 84%
B 165 of 255 = 65%

143
213
165

R + G + B ~ 68%. #8FD5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 213 + 165 = 521 (100%)
R 143 of 521 ~ 27.45%
G 213 of 521 ~ 40.88%
B 165 of 521 ~ 31.67%

%27.45
%40.88
%31.67

CMYK color model

#8FD5A5 color CMYK value is (33,0,23,16).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 16.47%
CMYK:
(33,0,23,16)
C33M0Y23K16 
(33%,0%,23%,16%)
(0.33/0.00/0.23/0.16)	

CMYK percentages

%32.86
%0
%22.54
%16.47

Codes

Color #8FD5A5 in popluar color models

8FD5A5
RGB143213165
HSL139°45.45%69.80%
HSB/HSV139°32.86%83.53%
CMYK32.86%0.00%22.54%
16.47%

Color #8FD5A5 in popluar number systems.

HEX8FD5A5
Decimal143213165
Binary100011111101010110100101
Octal217325245

Shades and tints

Shades of #8FD5A5

#8FD5A5
(143,213,165)
#82C296
(130,194,150)
#75AF87
(117,175,135)
#689C78
(104,156,120)
#5B8969
(91,137,105)
#4E765A
(78,118,90)
#41634B
(65,99,75)
#34503C
(52,80,60)
#273D2D
(39,61,45)
#1A2A1E
(26,42,30)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #8FD5A5

#8FD5A5
(143,213,165)
#99D8AD
(153,216,173)
#A3DBB5
(163,219,181)
#ADDEBD
(173,222,189)
#B7E1C5
(183,225,197)
#C1E4CD
(193,228,205)
#CBE7D5
(203,231,213)
#D5EADD
(213,234,221)
#DFEDE5
(223,237,229)
#E9F0ED
(233,240,237)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD5A5; }

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

This text font color is #8FD5A5.


Background Color

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

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

This div background color is #8FD5A5.


Border color

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

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

This div border color is #8FD5A5.


Opacity

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

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

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

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

This text has shadow with #8FD5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD5A5 on black background.


Color preview on white background

This text has color #8FD5A5 on white background.



Black color preview on #8FD5A5 background

This text has black color on #8FD5A5 background.


White color preview on #8FD5A5 background

This text has white color on #8FD5A5 background.