COLOR #8FC2A5

HEX: #8FC2A5
RGB: (143,194,165)

Color info

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

RGB color model

#8FC2A5 color RGB value is (143,194,165).

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

RGB channels and saturation

R 143 of 255 = 56%
G 194 of 255 = 76%
B 165 of 255 = 65%

143
194
165

R + G + B ~ 66%. #8FC2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 194 + 165 = 502 (100%)
R 143 of 502 ~ 28.49%
G 194 of 502 ~ 38.65%
B 165 of 502 ~ 32.87%

%28.49
%38.65
%32.87

CMYK color model

#8FC2A5 color CMYK value is (26,0,15,24).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 14.95%
  • key color value is 23.92%
CMYK:
(26,0,15,24)
C26M0Y15K24 
(26%,0%,15%,24%)
(0.26/0.00/0.15/0.24)	

CMYK percentages

%26.29
%0
%14.95
%23.92

Codes

Color #8FC2A5 in popluar color models

8FC2A5
RGB143194165
HSL146°29.48%66.08%
HSB/HSV146°26.29%76.08%
CMYK26.29%0.00%14.95%
23.92%

Color #8FC2A5 in popluar number systems.

HEX8FC2A5
Decimal143194165
Binary100011111100001010100101
Octal217302245

Shades and tints

Shades of #8FC2A5

#8FC2A5
(143,194,165)
#82B196
(130,177,150)
#75A087
(117,160,135)
#688F78
(104,143,120)
#5B7E69
(91,126,105)
#4E6D5A
(78,109,90)
#415C4B
(65,92,75)
#344B3C
(52,75,60)
#273A2D
(39,58,45)
#1A291E
(26,41,30)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #8FC2A5

#8FC2A5
(143,194,165)
#99C7AD
(153,199,173)
#A3CCB5
(163,204,181)
#ADD1BD
(173,209,189)
#B7D6C5
(183,214,197)
#C1DBCD
(193,219,205)
#CBE0D5
(203,224,213)
#D5E5DD
(213,229,221)
#DFEAE5
(223,234,229)
#E9EFED
(233,239,237)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC2A5; }

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

This text font color is #8FC2A5.


Background Color

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

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

This div background color is #8FC2A5.


Border color

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

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

This div border color is #8FC2A5.


Opacity

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

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

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

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

This text has shadow with #8FC2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC2A5 on black background.


Color preview on white background

This text has color #8FC2A5 on white background.



Black color preview on #8FC2A5 background

This text has black color on #8FC2A5 background.


White color preview on #8FC2A5 background

This text has white color on #8FC2A5 background.