COLOR #8FB2A5

HEX: #8FB2A5
RGB: (143,178,165)

Color info

#8FB2A5 contains red, green and blue colors in about the same proportion. Web safe color of #8FB2A5 is #999999 (or #999).

RGB color model

#8FB2A5 color RGB value is (143,178,165).

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

RGB channels and saturation

R 143 of 255 = 56%
G 178 of 255 = 70%
B 165 of 255 = 65%

143
178
165

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

Portions of RGB colors in percentages

R + G + B =
143 + 178 + 165 = 486 (100%)
R 143 of 486 ~ 29.42%
G 178 of 486 ~ 36.63%
B 165 of 486 ~ 33.95%

%29.42
%36.63
%33.95

CMYK color model

#8FB2A5 color CMYK value is (20,0,7,30).

  • cyan value is 19.66%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 30.20%
CMYK:
(20,0,7,30)
C20M0Y7K30 
(20%,0%,7%,30%)
(0.20/0.00/0.07/0.30)	

CMYK percentages

%19.66
%0
%7.3
%30.2

Codes

Color #8FB2A5 in popluar color models

8FB2A5
RGB143178165
HSL158°18.52%62.94%
HSB/HSV158°19.66%69.80%
CMYK19.66%0.00%7.30%
30.20%

Color #8FB2A5 in popluar number systems.

HEX8FB2A5
Decimal143178165
Binary100011111011001010100101
Octal217262245

Shades and tints

Shades of #8FB2A5

#8FB2A5
(143,178,165)
#82A296
(130,162,150)
#759287
(117,146,135)
#688278
(104,130,120)
#5B7269
(91,114,105)
#4E625A
(78,98,90)
#41524B
(65,82,75)
#34423C
(52,66,60)
#27322D
(39,50,45)
#1A221E
(26,34,30)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #8FB2A5

#8FB2A5
(143,178,165)
#99B9AD
(153,185,173)
#A3C0B5
(163,192,181)
#ADC7BD
(173,199,189)
#B7CEC5
(183,206,197)
#C1D5CD
(193,213,205)
#CBDCD5
(203,220,213)
#D5E3DD
(213,227,221)
#DFEAE5
(223,234,229)
#E9F1ED
(233,241,237)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB2A5; }

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

This text font color is #8FB2A5.


Background Color

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

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

This div background color is #8FB2A5.


Border color

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

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

This div border color is #8FB2A5.


Opacity

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

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

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

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

This text has shadow with #8FB2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB2A5 on black background.


Color preview on white background

This text has color #8FB2A5 on white background.



Black color preview on #8FB2A5 background

This text has black color on #8FB2A5 background.


White color preview on #8FB2A5 background

This text has white color on #8FB2A5 background.