COLOR #8FAEF7

HEX: #8FAEF7 RGB: (143,174,247)

Color info

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

RGB color model

#8FAEF7 color RGB value is (143,174,247).

RGB: (143,174,247) (56%, 68%, 97%)

RGB channels and saturation

R 143 of 255 = 56%
G 174 of 255 = 68%
B 247 of 255 = 97%

143
174
247

R + G + B ~ 74%. #8FAEF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 174 + 247 = 564 (100%)
R 143 of 564 ~ 25.35%
G 174 of 564 ~ 30.85%
B 247 of 564 ~ 43.79'%

%25.35
%30.85
%43.79

CMYK color model

#8FAEF7 color CMYK value is (42,30,0,3).

  • cyan value is 42.11%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (42,30,0,3)
C42M30Y0K3 (42%, 30%, 0%, 3%)
(0.42 / 0.30 / 0.00 / 0.03)

CMYK percentages

%42.11
%29.55
%0
%3.14

Codes

Color #8FAEF7 in popluar color models

8F AE F7
RGB 143 174 247
HSL 222° 86.67% 76.47%
HSB/HSV 222° 42.11% 96.86%
CMYK 42.11% 29.55% 0.00%
3.14%

Color #8FAEF7 in popluar number systems.

HEX 8F AE F7
Decimal 143 174 247
Binary 10001111 10101110 11110111
Octal 217 256 367

Shades and tints

Shades of #8FAEF7

#8FAEF7
(143,174,247)
#829FE1
(130,159,225)
#7590CB
(117,144,203)
#6881B5
(104,129,181)
#5B729F
(91,114,159)
#4E6389
(78,99,137)
#415473
(65,84,115)
#34455D
(52,69,93)
#273647
(39,54,71)
#1A2731
(26,39,49)
#0D181B
(13,24,27)
#000000
(0,0,0)

Tints of #8FAEF7

#8FAEF7
(143,174,247)
#99B5F7
(153,181,247)
#A3BCF7
(163,188,247)
#ADC3F7
(173,195,247)
#B7CAF7
(183,202,247)
#C1D1F7
(193,209,247)
#CBD8F7
(203,216,247)
#D5DFF7
(213,223,247)
#DFE6F7
(223,230,247)
#E9EDF7
(233,237,247)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAEF7; }

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

This text font color is #8FAEF7.

Background Color

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

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

This div background color is #8FAEF7.

Border color

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

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

This div border color is #8FAEF7.

Opacity

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

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

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

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

This text has shadow with #8FAEF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAEF7.

Preview

Color preview on black background

This text has color #8FAEF7 on black background.


Color preview on white background

This text has color #8FAEF7 on white background.


Black color preview on #8FAEF7 background

This text has black color on #8FAEF7 background.


White color preview on #8FAEF7 background

This text has white color on #8FAEF7 background.


Related colors

Complementary color

Complementary color for #hex is #705108.


I love getcolorcode.com

Triadic colors

1 #F78FAE and #AEF78F with #8FAEF7 are triadic colors.

2 #F7AE8F and #AE8FF7 with #8FAEF7 are triadic colors.