COLOR #8FB9EB

HEX: #8FB9EB RGB: (143,185,235)

Color info

#8FB9EB contains mainly green and blue colors. Web safe color of #8FB9EB is #99CCFF (or #9CF).

RGB color model

#8FB9EB color RGB value is (143,185,235).

RGB: (143,185,235) (56%, 73%, 92%)

RGB channels and saturation

R 143 of 255 = 56%
G 185 of 255 = 73%
B 235 of 255 = 92%

143
185
235

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

Portions of RGB colors in percentages

R + G + B = 143 + 185 + 235 = 563 (100%)
R 143 of 563 ~ 25.4%
G 185 of 563 ~ 32.86%
B 235 of 563 ~ 41.74'%

%25.4
%32.86
%41.74

CMYK color model

#8FB9EB color CMYK value is (39,21,0,8).

  • cyan value is 39.15%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (39,21,0,8)
C39M21Y0K8 (39%, 21%, 0%, 8%)
(0.39 / 0.21 / 0.00 / 0.08)

CMYK percentages

%39.15
%21.28
%0
%7.84

Codes

Color #8FB9EB in popluar color models

8F B9 EB
RGB 143 185 235
HSL 213° 69.70% 74.12%
HSB/HSV 213° 39.15% 92.16%
CMYK 39.15% 21.28% 0.00%
7.84%

Color #8FB9EB in popluar number systems.

HEX 8F B9 EB
Decimal 143 185 235
Binary 10001111 10111001 11101011
Octal 217 271 353

Shades and tints

Shades of #8FB9EB

#8FB9EB
(143,185,235)
#82A9D6
(130,169,214)
#7599C1
(117,153,193)
#6889AC
(104,137,172)
#5B7997
(91,121,151)
#4E6982
(78,105,130)
#41596D
(65,89,109)
#344958
(52,73,88)
#273943
(39,57,67)
#1A292E
(26,41,46)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #8FB9EB

#8FB9EB
(143,185,235)
#99BFEC
(153,191,236)
#A3C5ED
(163,197,237)
#ADCBEE
(173,203,238)
#B7D1EF
(183,209,239)
#C1D7F0
(193,215,240)
#CBDDF1
(203,221,241)
#D5E3F2
(213,227,242)
#DFE9F3
(223,233,243)
#E9EFF4
(233,239,244)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB9EB color. Also use rgb(143,185,235) instead hex code.

Text Font Color

.myTextColor { color: #8FB9EB; }

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

This text font color is #8FB9EB.

Background Color

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

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

This div background color is #8FB9EB.

Border color

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

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

This div border color is #8FB9EB.

Opacity

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

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

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

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

This text has shadow with #8FB9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB9EB.

Preview

Color preview on black background

This text has color #8FB9EB on black background.


Color preview on white background

This text has color #8FB9EB on white background.


Black color preview on #8FB9EB background

This text has black color on #8FB9EB background.


White color preview on #8FB9EB background

This text has white color on #8FB9EB background.


Related colors

Complementary color

Complementary color for #hex is #704614.


I love getcolorcode.com

Triadic colors

1 #EB8FB9 and #B9EB8F with #8FB9EB are triadic colors.

2 #EBB98F and #B98FEB with #8FB9EB are triadic colors.