COLOR #8FC8AD

HEX: #8FC8AD
RGB: (143,200,173)

Color info

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

RGB color model

#8FC8AD color RGB value is (143,200,173).

  • red value is 143;
  • green value is 200;
  • blue value is 173.
RGB:
(143,200,173)
(56%,78%,68%)

RGB channels and saturation

R 143 of 255 = 56%
G 200 of 255 = 78%
B 173 of 255 = 68%

143
200
173

R + G + B ~ 67%. #8FC8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 200 + 173 = 516 (100%)
R 143 of 516 ~ 27.71%
G 200 of 516 ~ 38.76%
B 173 of 516 ~ 33.53%

%27.71
%38.76
%33.53

CMYK color model

#8FC8AD color CMYK value is (29,0,14,22).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 21.57%
CMYK:
(29,0,14,22)
C29M0Y14K22 
(29%,0%,14%,22%)
(0.29/0.00/0.14/0.22)	

CMYK percentages

%28.5
%0
%13.5
%21.57

Codes

Color #8FC8AD in popluar color models

8FC8AD
RGB143200173
HSL152°34.13%67.25%
HSB/HSV152°28.50%78.43%
CMYK28.50%0.00%13.50%
21.57%

Color #8FC8AD in popluar number systems.

HEX8FC8AD
Decimal143200173
Binary100011111100100010101101
Octal217310255

Shades and tints

Shades of #8FC8AD

#8FC8AD
(143,200,173)
#82B69E
(130,182,158)
#75A48F
(117,164,143)
#689280
(104,146,128)
#5B8071
(91,128,113)
#4E6E62
(78,110,98)
#415C53
(65,92,83)
#344A44
(52,74,68)
#273835
(39,56,53)
#1A2626
(26,38,38)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #8FC8AD

#8FC8AD
(143,200,173)
#99CDB4
(153,205,180)
#A3D2BB
(163,210,187)
#ADD7C2
(173,215,194)
#B7DCC9
(183,220,201)
#C1E1D0
(193,225,208)
#CBE6D7
(203,230,215)
#D5EBDE
(213,235,222)
#DFF0E5
(223,240,229)
#E9F5EC
(233,245,236)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC8AD color. Also use rgb(143,200,173) instead hex code.

Text Font Color

.myTextColor { color: #8FC8AD; }

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

This text font color is #8FC8AD.


Background Color

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

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

This div background color is #8FC8AD.


Border color

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

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

This div border color is #8FC8AD.


Opacity

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

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

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

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

This text has shadow with #8FC8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC8AD on black background.


Color preview on white background

This text has color #8FC8AD on white background.



Black color preview on #8FC8AD background

This text has black color on #8FC8AD background.


White color preview on #8FC8AD background

This text has white color on #8FC8AD background.