COLOR #8CDEF9

HEX: #8CDEF9
RGB: (140,222,249)

Color info

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

RGB color model

#8CDEF9 color RGB value is (140,222,249).

  • red value is 140;
  • green value is 222;
  • blue value is 249.
RGB:
(140,222,249)
(55%,87%,98%)

RGB channels and saturation

R 140 of 255 = 55%
G 222 of 255 = 87%
B 249 of 255 = 98%

140
222
249

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

Portions of RGB colors in percentages

R + G + B =
140 + 222 + 249 = 611 (100%)
R 140 of 611 ~ 22.91%
G 222 of 611 ~ 36.33%
B 249 of 611 ~ 40.75%

%22.91
%36.33
%40.75

CMYK color model

#8CDEF9 color CMYK value is (44,11,0,2).

  • cyan value is 43.78%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(44,11,0,2)
C44M11Y0K2 
(44%,11%,0%,2%)
(0.44/0.11/0.00/0.02)	

CMYK percentages

%43.78
%10.84
%0
%2.35

Codes

Color #8CDEF9 in popluar color models

8CDEF9
RGB140222249
HSL195°90.08%76.27%
HSB/HSV195°43.78%97.65%
CMYK43.78%10.84%0.00%
2.35%

Color #8CDEF9 in popluar number systems.

HEX8CDEF9
Decimal140222249
Binary100011001101111011111001
Octal214336371

Shades and tints

Shades of #8CDEF9

#8CDEF9
(140,222,249)
#80CAE3
(128,202,227)
#74B6CD
(116,182,205)
#68A2B7
(104,162,183)
#5C8EA1
(92,142,161)
#507A8B
(80,122,139)
#446675
(68,102,117)
#38525F
(56,82,95)
#2C3E49
(44,62,73)
#202A33
(32,42,51)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #8CDEF9

#8CDEF9
(140,222,249)
#96E1F9
(150,225,249)
#A0E4F9
(160,228,249)
#AAE7F9
(170,231,249)
#B4EAF9
(180,234,249)
#BEEDF9
(190,237,249)
#C8F0F9
(200,240,249)
#D2F3F9
(210,243,249)
#DCF6F9
(220,246,249)
#E6F9F9
(230,249,249)
#F0FCF9
(240,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CDEF9 color. Also use rgb(140,222,249) instead hex code.

Text Font Color

.myTextColor { color: #8CDEF9; }

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

This text font color is #8CDEF9.


Background Color

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

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

This div background color is #8CDEF9.


Border color

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

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

This div border color is #8CDEF9.


Opacity

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

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

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

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

This text has shadow with #8CDEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CDEF9 on black background.


Color preview on white background

This text has color #8CDEF9 on white background.



Black color preview on #8CDEF9 background

This text has black color on #8CDEF9 background.


White color preview on #8CDEF9 background

This text has white color on #8CDEF9 background.