COLOR #8FACE4

HEX: #8FACE4
RGB: (143,172,228)

Color info

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

RGB color model

#8FACE4 color RGB value is (143,172,228).

  • red value is 143;
  • green value is 172;
  • blue value is 228.
RGB:
(143,172,228)
(56%,67%,89%)

RGB channels and saturation

R 143 of 255 = 56%
G 172 of 255 = 67%
B 228 of 255 = 89%

143
172
228

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

Portions of RGB colors in percentages

R + G + B =
143 + 172 + 228 = 543 (100%)
R 143 of 543 ~ 26.34%
G 172 of 543 ~ 31.68%
B 228 of 543 ~ 41.99%

%26.34
%31.68
%41.99

CMYK color model

#8FACE4 color CMYK value is (37,25,0,11).

  • cyan value is 37.28%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(37,25,0,11)
C37M25Y0K11 
(37%,25%,0%,11%)
(0.37/0.25/0.00/0.11)	

CMYK percentages

%37.28
%24.56
%0
%10.59

Codes

Color #8FACE4 in popluar color models

8FACE4
RGB143172228
HSL220°61.15%72.75%
HSB/HSV220°37.28%89.41%
CMYK37.28%24.56%0.00%
10.59%

Color #8FACE4 in popluar number systems.

HEX8FACE4
Decimal143172228
Binary100011111010110011100100
Octal217254344

Shades and tints

Shades of #8FACE4

#8FACE4
(143,172,228)
#829DD0
(130,157,208)
#758EBC
(117,142,188)
#687FA8
(104,127,168)
#5B7094
(91,112,148)
#4E6180
(78,97,128)
#41526C
(65,82,108)
#344358
(52,67,88)
#273444
(39,52,68)
#1A2530
(26,37,48)
#0D161C
(13,22,28)
#000000
(0,0,0)

Tints of #8FACE4

#8FACE4
(143,172,228)
#99B3E6
(153,179,230)
#A3BAE8
(163,186,232)
#ADC1EA
(173,193,234)
#B7C8EC
(183,200,236)
#C1CFEE
(193,207,238)
#CBD6F0
(203,214,240)
#D5DDF2
(213,221,242)
#DFE4F4
(223,228,244)
#E9EBF6
(233,235,246)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FACE4 color. Also use rgb(143,172,228) instead hex code.

Text Font Color

.myTextColor { color: #8FACE4; }

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

This text font color is #8FACE4.


Background Color

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

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

This div background color is #8FACE4.


Border color

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

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

This div border color is #8FACE4.


Opacity

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

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

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

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

This text has shadow with #8FACE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FACE4 on black background.


Color preview on white background

This text has color #8FACE4 on white background.



Black color preview on #8FACE4 background

This text has black color on #8FACE4 background.


White color preview on #8FACE4 background

This text has white color on #8FACE4 background.