COLOR #8FB5DA

HEX: #8FB5DA RGB: (143,181,218)

Color info

#8FB5DA contains mainly green and blue colors. Web safe color of #8FB5DA is #99CCCC (or #9CC).

RGB color model

#8FB5DA color RGB value is (143,181,218).

RGB: (143,181,218) (56%, 71%, 85%)

RGB channels and saturation

R 143 of 255 = 56%
G 181 of 255 = 71%
B 218 of 255 = 85%

143
181
218

R + G + B ~ 71%. #8FB5DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 181 + 218 = 542 (100%)
R 143 of 542 ~ 26.38%
G 181 of 542 ~ 33.39%
B 218 of 542 ~ 40.22'%

%26.38
%33.39
%40.22

CMYK color model

#8FB5DA color CMYK value is (34,17,0,15).

  • cyan value is 34.40%
  • magenta value is 16.97%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (34,17,0,15)
C34M17Y0K15 (34%, 17%, 0%, 15%)
(0.34 / 0.17 / 0.00 / 0.15)

CMYK percentages

%34.4
%16.97
%0
%14.51

Codes

Color #8FB5DA in popluar color models

8F B5 DA
RGB 143 181 218
HSL 210° 50.34% 70.78%
HSB/HSV 210° 34.40% 85.49%
CMYK 34.40% 16.97% 0.00%
14.51%

Color #8FB5DA in popluar number systems.

HEX 8F B5 DA
Decimal 143 181 218
Binary 10001111 10110101 11011010
Octal 217 265 332

Shades and tints

Shades of #8FB5DA

#8FB5DA
(143,181,218)
#82A5C7
(130,165,199)
#7595B4
(117,149,180)
#6885A1
(104,133,161)
#5B758E
(91,117,142)
#4E657B
(78,101,123)
#415568
(65,85,104)
#344555
(52,69,85)
#273542
(39,53,66)
#1A252F
(26,37,47)
#0D151C
(13,21,28)
#000000
(0,0,0)

Tints of #8FB5DA

#8FB5DA
(143,181,218)
#99BBDD
(153,187,221)
#A3C1E0
(163,193,224)
#ADC7E3
(173,199,227)
#B7CDE6
(183,205,230)
#C1D3E9
(193,211,233)
#CBD9EC
(203,217,236)
#D5DFEF
(213,223,239)
#DFE5F2
(223,229,242)
#E9EBF5
(233,235,245)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB5DA color. Also use rgb(143,181,218) instead hex code.

Text Font Color

.myTextColor { color: #8FB5DA; }

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

This text font color is #8FB5DA.

Background Color

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

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

This div background color is #8FB5DA.

Border color

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

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

This div border color is #8FB5DA.

Opacity

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

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

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

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

This text has shadow with #8FB5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB5DA.

Preview

Color preview on black background

This text has color #8FB5DA on black background.


Color preview on white background

This text has color #8FB5DA on white background.


Black color preview on #8FB5DA background

This text has black color on #8FB5DA background.


White color preview on #8FB5DA background

This text has white color on #8FB5DA background.


Related colors

Complementary color

Complementary color for #hex is #704A25.


I love getcolorcode.com

Triadic colors

1 #DA8FB5 and #B5DA8F with #8FB5DA are triadic colors.

2 #DAB58F and #B58FDA with #8FB5DA are triadic colors.