COLOR #8CE4EE

HEX: #8CE4EE RGB: (140,228,238)

Color info

#8CE4EE contains mainly green and blue colors. Web safe color of #8CE4EE is #99CCFF (or #9CF).

RGB color model

#8CE4EE color RGB value is (140,228,238).

RGB: (140,228,238) (55%, 89%, 93%)

RGB channels and saturation

R 140 of 255 = 55%
G 228 of 255 = 89%
B 238 of 255 = 93%

140
228
238

R + G + B ~ 79%. #8CE4EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 228 + 238 = 606 (100%)
R 140 of 606 ~ 23.1%
G 228 of 606 ~ 37.62%
B 238 of 606 ~ 39.27'%

%23.1
%37.62
%39.27

CMYK color model

#8CE4EE color CMYK value is (41,4,0,7).

  • cyan value is 41.18%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (41,4,0,7)
C41M4Y0K7 (41%, 4%, 0%, 7%)
(0.41 / 0.04 / 0.00 / 0.07)

CMYK percentages

%41.18
%4.2
%0
%6.67

Codes

Color #8CE4EE in popluar color models

8C E4 EE
RGB 140 228 238
HSL 186° 74.24% 74.12%
HSB/HSV 186° 41.18% 93.33%
CMYK 41.18% 4.20% 0.00%
6.67%

Color #8CE4EE in popluar number systems.

HEX 8C E4 EE
Decimal 140 228 238
Binary 10001100 11100100 11101110
Octal 214 344 356

Shades and tints

Shades of #8CE4EE

#8CE4EE
(140,228,238)
#80D0D9
(128,208,217)
#74BCC4
(116,188,196)
#68A8AF
(104,168,175)
#5C949A
(92,148,154)
#508085
(80,128,133)
#446C70
(68,108,112)
#38585B
(56,88,91)
#2C4446
(44,68,70)
#203031
(32,48,49)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #8CE4EE

#8CE4EE
(140,228,238)
#96E6EF
(150,230,239)
#A0E8F0
(160,232,240)
#AAEAF1
(170,234,241)
#B4ECF2
(180,236,242)
#BEEEF3
(190,238,243)
#C8F0F4
(200,240,244)
#D2F2F5
(210,242,245)
#DCF4F6
(220,244,246)
#E6F6F7
(230,246,247)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE4EE color. Also use rgb(140,228,238) instead hex code.

Text Font Color

.myTextColor { color: #8CE4EE; }

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

This text font color is #8CE4EE.

Background Color

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

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

This div background color is #8CE4EE.

Border color

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

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

This div border color is #8CE4EE.

Opacity

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

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

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

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

This text has shadow with #8CE4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CE4EE.

Preview

Color preview on black background

This text has color #8CE4EE on black background.


Color preview on white background

This text has color #8CE4EE on white background.


Black color preview on #8CE4EE background

This text has black color on #8CE4EE background.


White color preview on #8CE4EE background

This text has white color on #8CE4EE background.


Related colors

Complementary color

Complementary color for #hex is #731B11.


I love getcolorcode.com

Triadic colors

1 #EE8CE4 and #E4EE8C with #8CE4EE are triadic colors.

2 #EEE48C and #E48CEE with #8CE4EE are triadic colors.