COLOR #8F9AC1

HEX: #8F9AC1
RGB: (143,154,193)

Color info

#8F9AC1 contains red, green and blue colors in about the same proportion. Web safe color of #8F9AC1 is #9999CC (or #99C).

RGB color model

#8F9AC1 color RGB value is (143,154,193).

  • red value is 143;
  • green value is 154;
  • blue value is 193.
RGB:
(143,154,193)
(56%,60%,76%)

RGB channels and saturation

R 143 of 255 = 56%
G 154 of 255 = 60%
B 193 of 255 = 76%

143
154
193

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

Portions of RGB colors in percentages

R + G + B =
143 + 154 + 193 = 490 (100%)
R 143 of 490 ~ 29.18%
G 154 of 490 ~ 31.43%
B 193 of 490 ~ 39.39%

%29.18
%31.43
%39.39

CMYK color model

#8F9AC1 color CMYK value is (26,20,0,24).

  • cyan value is 25.91%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(26,20,0,24)
C26M20Y0K24 
(26%,20%,0%,24%)
(0.26/0.20/0.00/0.24)	

CMYK percentages

%25.91
%20.21
%0
%24.31

Codes

Color #8F9AC1 in popluar color models

8F9AC1
RGB143154193
HSL227°28.74%65.88%
HSB/HSV227°25.91%75.69%
CMYK25.91%20.21%0.00%
24.31%

Color #8F9AC1 in popluar number systems.

HEX8F9AC1
Decimal143154193
Binary100011111001101011000001
Octal217232301

Shades and tints

Shades of #8F9AC1

#8F9AC1
(143,154,193)
#828CB0
(130,140,176)
#757E9F
(117,126,159)
#68708E
(104,112,142)
#5B627D
(91,98,125)
#4E546C
(78,84,108)
#41465B
(65,70,91)
#34384A
(52,56,74)
#272A39
(39,42,57)
#1A1C28
(26,28,40)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #8F9AC1

#8F9AC1
(143,154,193)
#99A3C6
(153,163,198)
#A3ACCB
(163,172,203)
#ADB5D0
(173,181,208)
#B7BED5
(183,190,213)
#C1C7DA
(193,199,218)
#CBD0DF
(203,208,223)
#D5D9E4
(213,217,228)
#DFE2E9
(223,226,233)
#E9EBEE
(233,235,238)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9AC1 color. Also use rgb(143,154,193) instead hex code.

Text Font Color

.myTextColor { color: #8F9AC1; }

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

This text font color is #8F9AC1.


Background Color

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

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

This div background color is #8F9AC1.


Border color

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

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

This div border color is #8F9AC1.


Opacity

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

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

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

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

This text has shadow with #8F9AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9AC1 on black background.


Color preview on white background

This text has color #8F9AC1 on white background.



Black color preview on #8F9AC1 background

This text has black color on #8F9AC1 background.


White color preview on #8F9AC1 background

This text has white color on #8F9AC1 background.