COLOR #8CE9FE

HEX: #8CE9FE RGB: (140,233,254)

Color info

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

RGB color model

#8CE9FE color RGB value is (140,233,254).

RGB: (140,233,254) (55%, 91%, 100%)

RGB channels and saturation

R 140 of 255 = 55%
G 233 of 255 = 91%
B 254 of 255 = 100%

140
233
254

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

Portions of RGB colors in percentages

R + G + B = 140 + 233 + 254 = 627 (100%)
R 140 of 627 ~ 22.33%
G 233 of 627 ~ 37.16%
B 254 of 627 ~ 40.51'%

%22.33
%37.16
%40.51

CMYK color model

#8CE9FE color CMYK value is (45,8,0,0).

  • cyan value is 44.88%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (45,8,0,0)
C45M8Y0K0 (45%, 8%, 0%, 0%)
(0.45 / 0.08 / 0.00 / 0.00)

CMYK percentages

%44.88
%8.27
%0
%0.39

Codes

Color #8CE9FE in popluar color models

8C E9 FE
RGB 140 233 254
HSL 191° 98.28% 77.25%
HSB/HSV 191° 44.88% 99.61%
CMYK 44.88% 8.27% 0.00%
0.39%

Color #8CE9FE in popluar number systems.

HEX 8C E9 FE
Decimal 140 233 254
Binary 10001100 11101001 11111110
Octal 214 351 376

Shades and tints

Shades of #8CE9FE

#8CE9FE
(140,233,254)
#80D4E7
(128,212,231)
#74BFD0
(116,191,208)
#68AAB9
(104,170,185)
#5C95A2
(92,149,162)
#50808B
(80,128,139)
#446B74
(68,107,116)
#38565D
(56,86,93)
#2C4146
(44,65,70)
#202C2F
(32,44,47)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #8CE9FE

#8CE9FE
(140,233,254)
#96EBFE
(150,235,254)
#A0EDFE
(160,237,254)
#AAEFFE
(170,239,254)
#B4F1FE
(180,241,254)
#BEF3FE
(190,243,254)
#C8F5FE
(200,245,254)
#D2F7FE
(210,247,254)
#DCF9FE
(220,249,254)
#E6FBFE
(230,251,254)
#F0FDFE
(240,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE9FE color. Also use rgb(140,233,254) instead hex code.

Text Font Color

.myTextColor { color: #8CE9FE; }

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

This text font color is #8CE9FE.

Background Color

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

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

This div background color is #8CE9FE.

Border color

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

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

This div border color is #8CE9FE.

Opacity

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

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

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

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

This text has shadow with #8CE9FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CE9FE.

Preview

Color preview on black background

This text has color #8CE9FE on black background.


Color preview on white background

This text has color #8CE9FE on white background.


Black color preview on #8CE9FE background

This text has black color on #8CE9FE background.


White color preview on #8CE9FE background

This text has white color on #8CE9FE background.


Related colors

Complementary color

Complementary color for #hex is #731601.


I love getcolorcode.com

Triadic colors

1 #FE8CE9 and #E9FE8C with #8CE9FE are triadic colors.

2 #FEE98C and #E98CFE with #8CE9FE are triadic colors.