COLOR #8FA7E2

HEX: #8FA7E2 RGB: (143,167,226)

Color info

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

RGB color model

#8FA7E2 color RGB value is (143,167,226).

RGB: (143,167,226) (56%, 65%, 89%)

RGB channels and saturation

R 143 of 255 = 56%
G 167 of 255 = 65%
B 226 of 255 = 89%

143
167
226

R + G + B ~ 70%. #8FA7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 167 + 226 = 536 (100%)
R 143 of 536 ~ 26.68%
G 167 of 536 ~ 31.16%
B 226 of 536 ~ 42.16'%

%26.68
%31.16
%42.16

CMYK color model

#8FA7E2 color CMYK value is (37,26,0,11).

  • cyan value is 36.73%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (37,26,0,11)
C37M26Y0K11 (37%, 26%, 0%, 11%)
(0.37 / 0.26 / 0.00 / 0.11)

CMYK percentages

%36.73
%26.11
%0
%11.37

Codes

Color #8FA7E2 in popluar color models

8F A7 E2
RGB 143 167 226
HSL 223° 58.87% 72.35%
HSB/HSV 223° 36.73% 88.63%
CMYK 36.73% 26.11% 0.00%
11.37%

Color #8FA7E2 in popluar number systems.

HEX 8F A7 E2
Decimal 143 167 226
Binary 10001111 10100111 11100010
Octal 217 247 342

Shades and tints

Shades of #8FA7E2

#8FA7E2
(143,167,226)
#8298CE
(130,152,206)
#7589BA
(117,137,186)
#687AA6
(104,122,166)
#5B6B92
(91,107,146)
#4E5C7E
(78,92,126)
#414D6A
(65,77,106)
#343E56
(52,62,86)
#272F42
(39,47,66)
#1A202E
(26,32,46)
#0D111A
(13,17,26)
#000000
(0,0,0)

Tints of #8FA7E2

#8FA7E2
(143,167,226)
#99AFE4
(153,175,228)
#A3B7E6
(163,183,230)
#ADBFE8
(173,191,232)
#B7C7EA
(183,199,234)
#C1CFEC
(193,207,236)
#CBD7EE
(203,215,238)
#D5DFF0
(213,223,240)
#DFE7F2
(223,231,242)
#E9EFF4
(233,239,244)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA7E2 color. Also use rgb(143,167,226) instead hex code.

Text Font Color

.myTextColor { color: #8FA7E2; }

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

This text font color is #8FA7E2.

Background Color

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

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

This div background color is #8FA7E2.

Border color

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

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

This div border color is #8FA7E2.

Opacity

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

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

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

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

This text has shadow with #8FA7E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA7E2.

Preview

Color preview on black background

This text has color #8FA7E2 on black background.


Color preview on white background

This text has color #8FA7E2 on white background.


Black color preview on #8FA7E2 background

This text has black color on #8FA7E2 background.


White color preview on #8FA7E2 background

This text has white color on #8FA7E2 background.


Related colors

Complementary color

Complementary color for #hex is #70581D.


I love getcolorcode.com

Triadic colors

1 #E28FA7 and #A7E28F with #8FA7E2 are triadic colors.

2 #E2A78F and #A78FE2 with #8FA7E2 are triadic colors.