COLOR #8FCCA9

HEX: #8FCCA9
RGB: (143,204,169)

Color info

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

RGB color model

#8FCCA9 color RGB value is (143,204,169).

  • red value is 143;
  • green value is 204;
  • blue value is 169.
RGB:
(143,204,169)
(56%,80%,66%)

RGB channels and saturation

R 143 of 255 = 56%
G 204 of 255 = 80%
B 169 of 255 = 66%

143
204
169

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

Portions of RGB colors in percentages

R + G + B =
143 + 204 + 169 = 516 (100%)
R 143 of 516 ~ 27.71%
G 204 of 516 ~ 39.53%
B 169 of 516 ~ 32.75%

%27.71
%39.53
%32.75

CMYK color model

#8FCCA9 color CMYK value is (30,0,17,20).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 20.00%
CMYK:
(30,0,17,20)
C30M0Y17K20 
(30%,0%,17%,20%)
(0.30/0.00/0.17/0.20)	

CMYK percentages

%29.9
%0
%17.16
%20

Codes

Color #8FCCA9 in popluar color models

8FCCA9
RGB143204169
HSL146°37.42%68.04%
HSB/HSV146°29.90%80.00%
CMYK29.90%0.00%17.16%
20.00%

Color #8FCCA9 in popluar number systems.

HEX8FCCA9
Decimal143204169
Binary100011111100110010101001
Octal217314251

Shades and tints

Shades of #8FCCA9

#8FCCA9
(143,204,169)
#82BA9A
(130,186,154)
#75A88B
(117,168,139)
#68967C
(104,150,124)
#5B846D
(91,132,109)
#4E725E
(78,114,94)
#41604F
(65,96,79)
#344E40
(52,78,64)
#273C31
(39,60,49)
#1A2A22
(26,42,34)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #8FCCA9

#8FCCA9
(143,204,169)
#99D0B0
(153,208,176)
#A3D4B7
(163,212,183)
#ADD8BE
(173,216,190)
#B7DCC5
(183,220,197)
#C1E0CC
(193,224,204)
#CBE4D3
(203,228,211)
#D5E8DA
(213,232,218)
#DFECE1
(223,236,225)
#E9F0E8
(233,240,232)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCCA9 color. Also use rgb(143,204,169) instead hex code.

Text Font Color

.myTextColor { color: #8FCCA9; }

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

This text font color is #8FCCA9.


Background Color

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

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

This div background color is #8FCCA9.


Border color

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

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

This div border color is #8FCCA9.


Opacity

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

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

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

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

This text has shadow with #8FCCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FCCA9 on black background.


Color preview on white background

This text has color #8FCCA9 on white background.



Black color preview on #8FCCA9 background

This text has black color on #8FCCA9 background.


White color preview on #8FCCA9 background

This text has white color on #8FCCA9 background.