COLOR #8FAED4

HEX: #8FAED4
RGB: (143,174,212)

Color info

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

RGB color model

#8FAED4 color RGB value is (143,174,212).

  • red value is 143;
  • green value is 174;
  • blue value is 212.
RGB:
(143,174,212)
(56%,68%,83%)

RGB channels and saturation

R 143 of 255 = 56%
G 174 of 255 = 68%
B 212 of 255 = 83%

143
174
212

R + G + B ~ 69%. #8FAED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 174 + 212 = 529 (100%)
R 143 of 529 ~ 27.03%
G 174 of 529 ~ 32.89%
B 212 of 529 ~ 40.08%

%27.03
%32.89
%40.08

CMYK color model

#8FAED4 color CMYK value is (33,18,0,17).

  • cyan value is 32.55%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(33,18,0,17)
C33M18Y0K17 
(33%,18%,0%,17%)
(0.33/0.18/0.00/0.17)	

CMYK percentages

%32.55
%17.92
%0
%16.86

Codes

Color #8FAED4 in popluar color models

8FAED4
RGB143174212
HSL213°44.52%69.61%
HSB/HSV213°32.55%83.14%
CMYK32.55%17.92%0.00%
16.86%

Color #8FAED4 in popluar number systems.

HEX8FAED4
Decimal143174212
Binary100011111010111011010100
Octal217256324

Shades and tints

Shades of #8FAED4

#8FAED4
(143,174,212)
#829FC1
(130,159,193)
#7590AE
(117,144,174)
#68819B
(104,129,155)
#5B7288
(91,114,136)
#4E6375
(78,99,117)
#415462
(65,84,98)
#34454F
(52,69,79)
#27363C
(39,54,60)
#1A2729
(26,39,41)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #8FAED4

#8FAED4
(143,174,212)
#99B5D7
(153,181,215)
#A3BCDA
(163,188,218)
#ADC3DD
(173,195,221)
#B7CAE0
(183,202,224)
#C1D1E3
(193,209,227)
#CBD8E6
(203,216,230)
#D5DFE9
(213,223,233)
#DFE6EC
(223,230,236)
#E9EDEF
(233,237,239)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAED4 color. Also use rgb(143,174,212) instead hex code.

Text Font Color

.myTextColor { color: #8FAED4; }

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

This text font color is #8FAED4.


Background Color

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

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

This div background color is #8FAED4.


Border color

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

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

This div border color is #8FAED4.


Opacity

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

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

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

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

This text has shadow with #8FAED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAED4 on black background.


Color preview on white background

This text has color #8FAED4 on white background.



Black color preview on #8FAED4 background

This text has black color on #8FAED4 background.


White color preview on #8FAED4 background

This text has white color on #8FAED4 background.