COLOR #8FEBF7

HEX: #8FEBF7
RGB: (143,235,247)

Color info

#8FEBF7 contains mainly green and blue colors. Web safe color of #8FEBF7 is #99FFFF (or #9FF).

RGB color model

#8FEBF7 color RGB value is (143,235,247).

  • red value is 143;
  • green value is 235;
  • blue value is 247.
RGB:
(143,235,247)
(56%,92%,97%)

RGB channels and saturation

R 143 of 255 = 56%
G 235 of 255 = 92%
B 247 of 255 = 97%

143
235
247

R + G + B ~ 82%. #8FEBF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 235 + 247 = 625 (100%)
R 143 of 625 ~ 22.88%
G 235 of 625 ~ 37.6%
B 247 of 625 ~ 39.52%

%22.88
%37.6
%39.52

CMYK color model

#8FEBF7 color CMYK value is (42,5,0,3).

  • cyan value is 42.11%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(42,5,0,3)
C42M5Y0K3 
(42%,5%,0%,3%)
(0.42/0.05/0.00/0.03)	

CMYK percentages

%42.11
%4.86
%0
%3.14

Codes

Color #8FEBF7 in popluar color models

8FEBF7
RGB143235247
HSL187°86.67%76.47%
HSB/HSV187°42.11%96.86%
CMYK42.11%4.86%0.00%
3.14%

Color #8FEBF7 in popluar number systems.

HEX8FEBF7
Decimal143235247
Binary100011111110101111110111
Octal217353367

Shades and tints

Shades of #8FEBF7

#8FEBF7
(143,235,247)
#82D6E1
(130,214,225)
#75C1CB
(117,193,203)
#68ACB5
(104,172,181)
#5B979F
(91,151,159)
#4E8289
(78,130,137)
#416D73
(65,109,115)
#34585D
(52,88,93)
#274347
(39,67,71)
#1A2E31
(26,46,49)
#0D191B
(13,25,27)
#000000
(0,0,0)

Tints of #8FEBF7

#8FEBF7
(143,235,247)
#99ECF7
(153,236,247)
#A3EDF7
(163,237,247)
#ADEEF7
(173,238,247)
#B7EFF7
(183,239,247)
#C1F0F7
(193,240,247)
#CBF1F7
(203,241,247)
#D5F2F7
(213,242,247)
#DFF3F7
(223,243,247)
#E9F4F7
(233,244,247)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FEBF7 color. Also use rgb(143,235,247) instead hex code.

Text Font Color

.myTextColor { color: #8FEBF7; }

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

This text font color is #8FEBF7.


Background Color

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

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

This div background color is #8FEBF7.


Border color

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

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

This div border color is #8FEBF7.


Opacity

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

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

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

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

This text has shadow with #8FEBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FEBF7 on black background.


Color preview on white background

This text has color #8FEBF7 on white background.



Black color preview on #8FEBF7 background

This text has black color on #8FEBF7 background.


White color preview on #8FEBF7 background

This text has white color on #8FEBF7 background.