COLOR #8FFADC

HEX: #8FFADC
RGB: (143,250,220)

Color info

#8FFADC contains mainly green and blue colors. Web safe color of #8FFADC is #99FFCC (or #9FC).

RGB color model

#8FFADC color RGB value is (143,250,220).

  • red value is 143;
  • green value is 250;
  • blue value is 220.
RGB:
(143,250,220)
(56%,98%,86%)

RGB channels and saturation

R 143 of 255 = 56%
G 250 of 255 = 98%
B 220 of 255 = 86%

143
250
220

R + G + B ~ 80%. #8FFADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 250 + 220 = 613 (100%)
R 143 of 613 ~ 23.33%
G 250 of 613 ~ 40.78%
B 220 of 613 ~ 35.89%

%23.33
%40.78
%35.89

CMYK color model

#8FFADC color CMYK value is (43,0,12,2).

  • cyan value is 42.80%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 1.96%
CMYK:
(43,0,12,2)
C43M0Y12K2 
(43%,0%,12%,2%)
(0.43/0.00/0.12/0.02)	

CMYK percentages

%42.8
%0
%12
%1.96

Codes

Color #8FFADC in popluar color models

8FFADC
RGB143250220
HSL163°91.45%77.06%
HSB/HSV163°42.80%98.04%
CMYK42.80%0.00%12.00%
1.96%

Color #8FFADC in popluar number systems.

HEX8FFADC
Decimal143250220
Binary100011111111101011011100
Octal217372334

Shades and tints

Shades of #8FFADC

#8FFADC
(143,250,220)
#82E4C8
(130,228,200)
#75CEB4
(117,206,180)
#68B8A0
(104,184,160)
#5BA28C
(91,162,140)
#4E8C78
(78,140,120)
#417664
(65,118,100)
#346050
(52,96,80)
#274A3C
(39,74,60)
#1A3428
(26,52,40)
#0D1E14
(13,30,20)
#000000
(0,0,0)

Tints of #8FFADC

#8FFADC
(143,250,220)
#99FADF
(153,250,223)
#A3FAE2
(163,250,226)
#ADFAE5
(173,250,229)
#B7FAE8
(183,250,232)
#C1FAEB
(193,250,235)
#CBFAEE
(203,250,238)
#D5FAF1
(213,250,241)
#DFFAF4
(223,250,244)
#E9FAF7
(233,250,247)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FFADC color. Also use rgb(143,250,220) instead hex code.

Text Font Color

.myTextColor { color: #8FFADC; }

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

This text font color is #8FFADC.


Background Color

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

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

This div background color is #8FFADC.


Border color

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

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

This div border color is #8FFADC.


Opacity

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

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

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

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

This text has shadow with #8FFADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FFADC on black background.


Color preview on white background

This text has color #8FFADC on white background.



Black color preview on #8FFADC background

This text has black color on #8FFADC background.


White color preview on #8FFADC background

This text has white color on #8FFADC background.