COLOR #8F9FD9

HEX: #8F9FD9 RGB: (143,159,217)

Color info

#8F9FD9 contains mainly green and blue colors. Web safe color of #8F9FD9 is #9999CC (or #99C).

RGB color model

#8F9FD9 color RGB value is (143,159,217).

RGB: (143,159,217) (56%, 62%, 85%)

RGB channels and saturation

R 143 of 255 = 56%
G 159 of 255 = 62%
B 217 of 255 = 85%

143
159
217

R + G + B ~ 68%. #8F9FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 159 + 217 = 519 (100%)
R 143 of 519 ~ 27.55%
G 159 of 519 ~ 30.64%
B 217 of 519 ~ 41.81'%

%27.55
%30.64
%41.81

CMYK color model

#8F9FD9 color CMYK value is (34,27,0,15).

  • cyan value is 34.10%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (34,27,0,15)
C34M27Y0K15 (34%, 27%, 0%, 15%)
(0.34 / 0.27 / 0.00 / 0.15)

CMYK percentages

%34.1
%26.73
%0
%14.9

Codes

Color #8F9FD9 in popluar color models

8F 9F D9
RGB 143 159 217
HSL 227° 49.33% 70.59%
HSB/HSV 227° 34.10% 85.10%
CMYK 34.10% 26.73% 0.00%
14.90%

Color #8F9FD9 in popluar number systems.

HEX 8F 9F D9
Decimal 143 159 217
Binary 10001111 10011111 11011001
Octal 217 237 331

Shades and tints

Shades of #8F9FD9

#8F9FD9
(143,159,217)
#8291C6
(130,145,198)
#7583B3
(117,131,179)
#6875A0
(104,117,160)
#5B678D
(91,103,141)
#4E597A
(78,89,122)
#414B67
(65,75,103)
#343D54
(52,61,84)
#272F41
(39,47,65)
#1A212E
(26,33,46)
#0D131B
(13,19,27)
#000000
(0,0,0)

Tints of #8F9FD9

#8F9FD9
(143,159,217)
#99A7DC
(153,167,220)
#A3AFDF
(163,175,223)
#ADB7E2
(173,183,226)
#B7BFE5
(183,191,229)
#C1C7E8
(193,199,232)
#CBCFEB
(203,207,235)
#D5D7EE
(213,215,238)
#DFDFF1
(223,223,241)
#E9E7F4
(233,231,244)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9FD9 color. Also use rgb(143,159,217) instead hex code.

Text Font Color

.myTextColor { color: #8F9FD9; }

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

This text font color is #8F9FD9.

Background Color

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

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

This div background color is #8F9FD9.

Border color

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

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

This div border color is #8F9FD9.

Opacity

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

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

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

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

This text has shadow with #8F9FD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9FD9.

Preview

Color preview on black background

This text has color #8F9FD9 on black background.


Color preview on white background

This text has color #8F9FD9 on white background.


Black color preview on #8F9FD9 background

This text has black color on #8F9FD9 background.


White color preview on #8F9FD9 background

This text has white color on #8F9FD9 background.


Related colors

Complementary color

Complementary color for #hex is #706026.


I love getcolorcode.com

Triadic colors

1 #D98F9F and #9FD98F with #8F9FD9 are triadic colors.

2 #D99F8F and #9F8FD9 with #8F9FD9 are triadic colors.