COLOR #8FA5DD

HEX: #8FA5DD RGB: (143,165,221)

Color info

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

RGB color model

#8FA5DD color RGB value is (143,165,221).

RGB: (143,165,221) (56%, 65%, 87%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 221 of 255 = 87%

143
165
221

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

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 221 = 529 (100%)
R 143 of 529 ~ 27.03%
G 165 of 529 ~ 31.19%
B 221 of 529 ~ 41.78'%

%27.03
%31.19
%41.78

CMYK color model

#8FA5DD color CMYK value is (35,25,0,13).

  • cyan value is 35.29%
  • magenta value is 25.34%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (35,25,0,13)
C35M25Y0K13 (35%, 25%, 0%, 13%)
(0.35 / 0.25 / 0.00 / 0.13)

CMYK percentages

%35.29
%25.34
%0
%13.33

Codes

Color #8FA5DD in popluar color models

8F A5 DD
RGB 143 165 221
HSL 223° 53.42% 71.37%
HSB/HSV 223° 35.29% 86.67%
CMYK 35.29% 25.34% 0.00%
13.33%

Color #8FA5DD in popluar number systems.

HEX 8F A5 DD
Decimal 143 165 221
Binary 10001111 10100101 11011101
Octal 217 245 335

Shades and tints

Shades of #8FA5DD

#8FA5DD
(143,165,221)
#8296C9
(130,150,201)
#7587B5
(117,135,181)
#6878A1
(104,120,161)
#5B698D
(91,105,141)
#4E5A79
(78,90,121)
#414B65
(65,75,101)
#343C51
(52,60,81)
#272D3D
(39,45,61)
#1A1E29
(26,30,41)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #8FA5DD

#8FA5DD
(143,165,221)
#99ADE0
(153,173,224)
#A3B5E3
(163,181,227)
#ADBDE6
(173,189,230)
#B7C5E9
(183,197,233)
#C1CDEC
(193,205,236)
#CBD5EF
(203,213,239)
#D5DDF2
(213,221,242)
#DFE5F5
(223,229,245)
#E9EDF8
(233,237,248)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA5DD color. Also use rgb(143,165,221) instead hex code.

Text Font Color

.myTextColor { color: #8FA5DD; }

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

This text font color is #8FA5DD.

Background Color

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

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

This div background color is #8FA5DD.

Border color

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

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

This div border color is #8FA5DD.

Opacity

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

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

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

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

This text has shadow with #8FA5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA5DD.

Preview

Color preview on black background

This text has color #8FA5DD on black background.


Color preview on white background

This text has color #8FA5DD on white background.


Black color preview on #8FA5DD background

This text has black color on #8FA5DD background.


White color preview on #8FA5DD background

This text has white color on #8FA5DD background.


Related colors

Complementary color

Complementary color for #hex is #705A22.


I love getcolorcode.com

Triadic colors

1 #DD8FA5 and #A5DD8F with #8FA5DD are triadic colors.

2 #DDA58F and #A58FDD with #8FA5DD are triadic colors.