COLOR #8FBCA1

HEX: #8FBCA1 RGB: (143,188,161)

Color info

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

RGB color model

#8FBCA1 color RGB value is (143,188,161).

RGB: (143,188,161) (56%, 74%, 63%)

RGB channels and saturation

R 143 of 255 = 56%
G 188 of 255 = 74%
B 161 of 255 = 63%

143
188
161

R + G + B ~ 64%. #8FBCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 188 + 161 = 492 (100%)
R 143 of 492 ~ 29.07%
G 188 of 492 ~ 38.21%
B 161 of 492 ~ 32.72'%

%29.07
%38.21
%32.72

CMYK color model

#8FBCA1 color CMYK value is (24,0,14,26).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 26.27%

CMYK: (24,0,14,26)
C24M0Y14K26 (24%, 0%, 14%, 26%)
(0.24 / 0.00 / 0.14 / 0.26)

CMYK percentages

%23.94
%0
%14.36
%26.27

Codes

Color #8FBCA1 in popluar color models

8F BC A1
RGB 143 188 161
HSL 144° 25.14% 64.90%
HSB/HSV 144° 23.94% 73.73%
CMYK 23.94% 0.00% 14.36%
26.27%

Color #8FBCA1 in popluar number systems.

HEX 8F BC A1
Decimal 143 188 161
Binary 10001111 10111100 10100001
Octal 217 274 241

Shades and tints

Shades of #8FBCA1

#8FBCA1
(143,188,161)
#82AB93
(130,171,147)
#759A85
(117,154,133)
#688977
(104,137,119)
#5B7869
(91,120,105)
#4E675B
(78,103,91)
#41564D
(65,86,77)
#34453F
(52,69,63)
#273431
(39,52,49)
#1A2323
(26,35,35)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #8FBCA1

#8FBCA1
(143,188,161)
#99C2A9
(153,194,169)
#A3C8B1
(163,200,177)
#ADCEB9
(173,206,185)
#B7D4C1
(183,212,193)
#C1DAC9
(193,218,201)
#CBE0D1
(203,224,209)
#D5E6D9
(213,230,217)
#DFECE1
(223,236,225)
#E9F2E9
(233,242,233)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBCA1 color. Also use rgb(143,188,161) instead hex code.

Text Font Color

.myTextColor { color: #8FBCA1; }

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

This text font color is #8FBCA1.

Background Color

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

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

This div background color is #8FBCA1.

Border color

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

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

This div border color is #8FBCA1.

Opacity

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

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

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

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

This text has shadow with #8FBCA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FBCA1.

Preview

Color preview on black background

This text has color #8FBCA1 on black background.


Color preview on white background

This text has color #8FBCA1 on white background.


Black color preview on #8FBCA1 background

This text has black color on #8FBCA1 background.


White color preview on #8FBCA1 background

This text has white color on #8FBCA1 background.


Related colors

Complementary color

Complementary color for #hex is #70435E.


I love getcolorcode.com

Triadic colors

1 #A18FBC and #BCA18F with #8FBCA1 are triadic colors.

2 #A1BC8F and #BC8FA1 with #8FBCA1 are triadic colors.