COLOR #8F97ED

HEX: #8F97ED RGB: (143,151,237)

Color info

#8F97ED contains mainly blue color. Web safe color of #8F97ED is #9999FF (or #99F).

RGB color model

#8F97ED color RGB value is (143,151,237).

RGB: (143,151,237) (56%, 59%, 93%)

RGB channels and saturation

R 143 of 255 = 56%
G 151 of 255 = 59%
B 237 of 255 = 93%

143
151
237

R + G + B ~ 69%. #8F97ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 151 + 237 = 531 (100%)
R 143 of 531 ~ 26.93%
G 151 of 531 ~ 28.44%
B 237 of 531 ~ 44.63'%

%26.93
%28.44
%44.63

CMYK color model

#8F97ED color CMYK value is (40,36,0,7).

  • cyan value is 39.66%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (40,36,0,7)
C40M36Y0K7 (40%, 36%, 0%, 7%)
(0.40 / 0.36 / 0.00 / 0.07)

CMYK percentages

%39.66
%36.29
%0
%7.06

Codes

Color #8F97ED in popluar color models

8F 97 ED
RGB 143 151 237
HSL 235° 72.31% 74.51%
HSB/HSV 235° 39.66% 92.94%
CMYK 39.66% 36.29% 0.00%
7.06%

Color #8F97ED in popluar number systems.

HEX 8F 97 ED
Decimal 143 151 237
Binary 10001111 10010111 11101101
Octal 217 227 355

Shades and tints

Shades of #8F97ED

#8F97ED
(143,151,237)
#828AD8
(130,138,216)
#757DC3
(117,125,195)
#6870AE
(104,112,174)
#5B6399
(91,99,153)
#4E5684
(78,86,132)
#41496F
(65,73,111)
#343C5A
(52,60,90)
#272F45
(39,47,69)
#1A2230
(26,34,48)
#0D151B
(13,21,27)
#000000
(0,0,0)

Tints of #8F97ED

#8F97ED
(143,151,237)
#99A0EE
(153,160,238)
#A3A9EF
(163,169,239)
#ADB2F0
(173,178,240)
#B7BBF1
(183,187,241)
#C1C4F2
(193,196,242)
#CBCDF3
(203,205,243)
#D5D6F4
(213,214,244)
#DFDFF5
(223,223,245)
#E9E8F6
(233,232,246)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F97ED color. Also use rgb(143,151,237) instead hex code.

Text Font Color

.myTextColor { color: #8F97ED; }

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

This text font color is #8F97ED.

Background Color

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

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

This div background color is #8F97ED.

Border color

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

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

This div border color is #8F97ED.

Opacity

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

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

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

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

This text has shadow with #8F97ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F97ED.

Preview

Color preview on black background

This text has color #8F97ED on black background.


Color preview on white background

This text has color #8F97ED on white background.


Black color preview on #8F97ED background

This text has black color on #8F97ED background.


White color preview on #8F97ED background

This text has white color on #8F97ED background.


Related colors

Complementary color

Complementary color for #hex is #706812.


I love getcolorcode.com

Triadic colors

1 #ED8F97 and #97ED8F with #8F97ED are triadic colors.

2 #ED978F and #978FED with #8F97ED are triadic colors.