COLOR #8FABE0

HEX: #8FABE0
RGB: (143,171,224)

Color info

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

RGB color model

#8FABE0 color RGB value is (143,171,224).

  • red value is 143;
  • green value is 171;
  • blue value is 224.
RGB:
(143,171,224)
(56%,67%,88%)

RGB channels and saturation

R 143 of 255 = 56%
G 171 of 255 = 67%
B 224 of 255 = 88%

143
171
224

R + G + B ~ 70%. #8FABE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 171 + 224 = 538 (100%)
R 143 of 538 ~ 26.58%
G 171 of 538 ~ 31.78%
B 224 of 538 ~ 41.64%

%26.58
%31.78
%41.64

CMYK color model

#8FABE0 color CMYK value is (36,24,0,12).

  • cyan value is 36.16%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(36,24,0,12)
C36M24Y0K12 
(36%,24%,0%,12%)
(0.36/0.24/0.00/0.12)	

CMYK percentages

%36.16
%23.66
%0
%12.16

Codes

Color #8FABE0 in popluar color models

8FABE0
RGB143171224
HSL219°56.64%71.96%
HSB/HSV219°36.16%87.84%
CMYK36.16%23.66%0.00%
12.16%

Color #8FABE0 in popluar number systems.

HEX8FABE0
Decimal143171224
Binary100011111010101111100000
Octal217253340

Shades and tints

Shades of #8FABE0

#8FABE0
(143,171,224)
#829CCC
(130,156,204)
#758DB8
(117,141,184)
#687EA4
(104,126,164)
#5B6F90
(91,111,144)
#4E607C
(78,96,124)
#415168
(65,81,104)
#344254
(52,66,84)
#273340
(39,51,64)
#1A242C
(26,36,44)
#0D1518
(13,21,24)
#000000
(0,0,0)

Tints of #8FABE0

#8FABE0
(143,171,224)
#99B2E2
(153,178,226)
#A3B9E4
(163,185,228)
#ADC0E6
(173,192,230)
#B7C7E8
(183,199,232)
#C1CEEA
(193,206,234)
#CBD5EC
(203,213,236)
#D5DCEE
(213,220,238)
#DFE3F0
(223,227,240)
#E9EAF2
(233,234,242)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FABE0 color. Also use rgb(143,171,224) instead hex code.

Text Font Color

.myTextColor { color: #8FABE0; }

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

This text font color is #8FABE0.


Background Color

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

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

This div background color is #8FABE0.


Border color

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

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

This div border color is #8FABE0.


Opacity

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

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

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

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

This text has shadow with #8FABE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FABE0 on black background.


Color preview on white background

This text has color #8FABE0 on white background.



Black color preview on #8FABE0 background

This text has black color on #8FABE0 background.


White color preview on #8FABE0 background

This text has white color on #8FABE0 background.