COLOR #8FF9E2

HEX: #8FF9E2
RGB: (143,249,226)

Color info

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

RGB color model

#8FF9E2 color RGB value is (143,249,226).

  • red value is 143;
  • green value is 249;
  • blue value is 226.
RGB:
(143,249,226)
(56%,98%,89%)

RGB channels and saturation

R 143 of 255 = 56%
G 249 of 255 = 98%
B 226 of 255 = 89%

143
249
226

R + G + B ~ 81%. #8FF9E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 249 + 226 = 618 (100%)
R 143 of 618 ~ 23.14%
G 249 of 618 ~ 40.29%
B 226 of 618 ~ 36.57%

%23.14
%40.29
%36.57

CMYK color model

#8FF9E2 color CMYK value is (43,0,9,2).

  • cyan value is 42.57%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 2.35%
CMYK:
(43,0,9,2)
C43M0Y9K2 
(43%,0%,9%,2%)
(0.43/0.00/0.09/0.02)	

CMYK percentages

%42.57
%0
%9.24
%2.35

Codes

Color #8FF9E2 in popluar color models

8FF9E2
RGB143249226
HSL167°89.83%76.86%
HSB/HSV167°42.57%97.65%
CMYK42.57%0.00%9.24%
2.35%

Color #8FF9E2 in popluar number systems.

HEX8FF9E2
Decimal143249226
Binary100011111111100111100010
Octal217371342

Shades and tints

Shades of #8FF9E2

#8FF9E2
(143,249,226)
#82E3CE
(130,227,206)
#75CDBA
(117,205,186)
#68B7A6
(104,183,166)
#5BA192
(91,161,146)
#4E8B7E
(78,139,126)
#41756A
(65,117,106)
#345F56
(52,95,86)
#274942
(39,73,66)
#1A332E
(26,51,46)
#0D1D1A
(13,29,26)
#000000
(0,0,0)

Tints of #8FF9E2

#8FF9E2
(143,249,226)
#99F9E4
(153,249,228)
#A3F9E6
(163,249,230)
#ADF9E8
(173,249,232)
#B7F9EA
(183,249,234)
#C1F9EC
(193,249,236)
#CBF9EE
(203,249,238)
#D5F9F0
(213,249,240)
#DFF9F2
(223,249,242)
#E9F9F4
(233,249,244)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FF9E2 color. Also use rgb(143,249,226) instead hex code.

Text Font Color

.myTextColor { color: #8FF9E2; }

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

This text font color is #8FF9E2.


Background Color

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

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

This div background color is #8FF9E2.


Border color

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

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

This div border color is #8FF9E2.


Opacity

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

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

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

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

This text has shadow with #8FF9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FF9E2 on black background.


Color preview on white background

This text has color #8FF9E2 on white background.



Black color preview on #8FF9E2 background

This text has black color on #8FF9E2 background.


White color preview on #8FF9E2 background

This text has white color on #8FF9E2 background.