COLOR #8FCCA0

HEX: #8FCCA0 RGB: (143,204,160)

Color info

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

RGB color model

#8FCCA0 color RGB value is (143,204,160).

RGB: (143,204,160) (56%, 80%, 63%)

RGB channels and saturation

R 143 of 255 = 56%
G 204 of 255 = 80%
B 160 of 255 = 63%

143
204
160

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

Portions of RGB colors in percentages

R + G + B = 143 + 204 + 160 = 507 (100%)
R 143 of 507 ~ 28.21%
G 204 of 507 ~ 40.24%
B 160 of 507 ~ 31.56'%

%28.21
%40.24
%31.56

CMYK color model

#8FCCA0 color CMYK value is (30,0,22,20).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 20.00%
CMYK: (30,0,22,20) C30M0Y22K20 (30%,0%,22%,20%) (0.30/0.00/0.22/0.20) 

CMYK percentages

%29.9
%0
%21.57
%20

Codes

Color #8FCCA0 in popluar color models

8F CC A0
RGB 143 204 160
HSL 137° 37.42% 68.04%
HSB/HSV 137° 29.90% 80.00%
CMYK 29.90% 0.00% 21.57%
20.00%

Color #8FCCA0 in popluar number systems.

HEX 8F CC A0
Decimal 143 204 160
Binary 10001111 11001100 10100000
Octal 217 314 240

Shades and tints

Shades of #8FCCA0

#8FCCA0
(143,204,160)
#82BA92
(130,186,146)
#75A884
(117,168,132)
#689676
(104,150,118)
#5B8468
(91,132,104)
#4E725A
(78,114,90)
#41604C
(65,96,76)
#344E3E
(52,78,62)
#273C30
(39,60,48)
#1A2A22
(26,42,34)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #8FCCA0

#8FCCA0
(143,204,160)
#99D0A8
(153,208,168)
#A3D4B0
(163,212,176)
#ADD8B8
(173,216,184)
#B7DCC0
(183,220,192)
#C1E0C8
(193,224,200)
#CBE4D0
(203,228,208)
#D5E8D8
(213,232,216)
#DFECE0
(223,236,224)
#E9F0E8
(233,240,232)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCCA0; }

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

This text font color is #8FCCA0.

Background Color

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

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

This div background color is #8FCCA0.

Border color

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

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

This div border color is #8FCCA0.

Opacity

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

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

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

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

This text has shadow with #8FCCA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCCA0.

Preview

Color preview on black background

This text has color #8FCCA0 on black background.


Color preview on white background

This text has color #8FCCA0 on white background.


Black color preview on #8FCCA0 background

This text has black color on #8FCCA0 background.


White color preview on #8FCCA0 background

This text has white color on #8FCCA0 background.


Related colors

Complementary color

Complementary color for #hex is #70335F.


I love getcolorcode.com

Triadic colors

1 #A08FCC and #CCA08F with #8FCCA0 are triadic colors.

2 #A0CC8F and #CC8FA0 with #8FCCA0 are triadic colors.