COLOR #8FAEB2

HEX: #8FAEB2
RGB: (143,174,178)

Color info

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

RGB color model

#8FAEB2 color RGB value is (143,174,178).

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

RGB channels and saturation

R 143 of 255 = 56%
G 174 of 255 = 68%
B 178 of 255 = 70%

143
174
178

R + G + B ~ 65%. #8FAEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 174 + 178 = 495 (100%)
R 143 of 495 ~ 28.89%
G 174 of 495 ~ 35.15%
B 178 of 495 ~ 35.96%

%28.89
%35.15
%35.96

CMYK color model

#8FAEB2 color CMYK value is (20,2,0,30).

  • cyan value is 19.66%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(20,2,0,30)
C20M2Y0K30 
(20%,2%,0%,30%)
(0.20/0.02/0.00/0.30)	

CMYK percentages

%19.66
%2.25
%0
%30.2

Codes

Color #8FAEB2 in popluar color models

8FAEB2
RGB143174178
HSL187°18.52%62.94%
HSB/HSV187°19.66%69.80%
CMYK19.66%2.25%0.00%
30.20%

Color #8FAEB2 in popluar number systems.

HEX8FAEB2
Decimal143174178
Binary100011111010111010110010
Octal217256262

Shades and tints

Shades of #8FAEB2

#8FAEB2
(143,174,178)
#829FA2
(130,159,162)
#759092
(117,144,146)
#688182
(104,129,130)
#5B7272
(91,114,114)
#4E6362
(78,99,98)
#415452
(65,84,82)
#344542
(52,69,66)
#273632
(39,54,50)
#1A2722
(26,39,34)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #8FAEB2

#8FAEB2
(143,174,178)
#99B5B9
(153,181,185)
#A3BCC0
(163,188,192)
#ADC3C7
(173,195,199)
#B7CACE
(183,202,206)
#C1D1D5
(193,209,213)
#CBD8DC
(203,216,220)
#D5DFE3
(213,223,227)
#DFE6EA
(223,230,234)
#E9EDF1
(233,237,241)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAEB2; }

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

This text font color is #8FAEB2.


Background Color

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

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

This div background color is #8FAEB2.


Border color

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

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

This div border color is #8FAEB2.


Opacity

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

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

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

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

This text has shadow with #8FAEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAEB2 on black background.


Color preview on white background

This text has color #8FAEB2 on white background.



Black color preview on #8FAEB2 background

This text has black color on #8FAEB2 background.


White color preview on #8FAEB2 background

This text has white color on #8FAEB2 background.