COLOR #8FB3E7

HEX: #8FB3E7
RGB: (143,179,231)

Color info

#8FB3E7 contains mainly green and blue colors. Web safe color of #8FB3E7 is #9999FF (or #99F).

RGB color model

#8FB3E7 color RGB value is (143,179,231).

  • red value is 143;
  • green value is 179;
  • blue value is 231.
RGB:
(143,179,231)
(56%,70%,91%)

RGB channels and saturation

R 143 of 255 = 56%
G 179 of 255 = 70%
B 231 of 255 = 91%

143
179
231

R + G + B ~ 72%. #8FB3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 179 + 231 = 553 (100%)
R 143 of 553 ~ 25.86%
G 179 of 553 ~ 32.37%
B 231 of 553 ~ 41.77%

%25.86
%32.37
%41.77

CMYK color model

#8FB3E7 color CMYK value is (38,23,0,9).

  • cyan value is 38.10%
  • magenta value is 22.51%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(38,23,0,9)
C38M23Y0K9 
(38%,23%,0%,9%)
(0.38/0.23/0.00/0.09)	

CMYK percentages

%38.1
%22.51
%0
%9.41

Codes

Color #8FB3E7 in popluar color models

8FB3E7
RGB143179231
HSL215°64.71%73.33%
HSB/HSV215°38.10%90.59%
CMYK38.10%22.51%0.00%
9.41%

Color #8FB3E7 in popluar number systems.

HEX8FB3E7
Decimal143179231
Binary100011111011001111100111
Octal217263347

Shades and tints

Shades of #8FB3E7

#8FB3E7
(143,179,231)
#82A3D2
(130,163,210)
#7593BD
(117,147,189)
#6883A8
(104,131,168)
#5B7393
(91,115,147)
#4E637E
(78,99,126)
#415369
(65,83,105)
#344354
(52,67,84)
#27333F
(39,51,63)
#1A232A
(26,35,42)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #8FB3E7

#8FB3E7
(143,179,231)
#99B9E9
(153,185,233)
#A3BFEB
(163,191,235)
#ADC5ED
(173,197,237)
#B7CBEF
(183,203,239)
#C1D1F1
(193,209,241)
#CBD7F3
(203,215,243)
#D5DDF5
(213,221,245)
#DFE3F7
(223,227,247)
#E9E9F9
(233,233,249)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB3E7 color. Also use rgb(143,179,231) instead hex code.

Text Font Color

.myTextColor { color: #8FB3E7; }

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

This text font color is #8FB3E7.


Background Color

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

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

This div background color is #8FB3E7.


Border color

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

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

This div border color is #8FB3E7.


Opacity

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

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

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

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

This text has shadow with #8FB3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB3E7 on black background.


Color preview on white background

This text has color #8FB3E7 on white background.



Black color preview on #8FB3E7 background

This text has black color on #8FB3E7 background.


White color preview on #8FB3E7 background

This text has white color on #8FB3E7 background.