COLOR #8CDCEB

HEX: #8CDCEB
RGB: (140,220,235)

Color info

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

RGB color model

#8CDCEB color RGB value is (140,220,235).

  • red value is 140;
  • green value is 220;
  • blue value is 235.
RGB:
(140,220,235)
(55%,86%,92%)

RGB channels and saturation

R 140 of 255 = 55%
G 220 of 255 = 86%
B 235 of 255 = 92%

140
220
235

R + G + B ~ 78%. #8CDCEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 220 + 235 = 595 (100%)
R 140 of 595 ~ 23.53%
G 220 of 595 ~ 36.97%
B 235 of 595 ~ 39.5%

%23.53
%36.97
%39.5

CMYK color model

#8CDCEB color CMYK value is (40,6,0,8).

  • cyan value is 40.43%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(40,6,0,8)
C40M6Y0K8 
(40%,6%,0%,8%)
(0.40/0.06/0.00/0.08)	

CMYK percentages

%40.43
%6.38
%0
%7.84

Codes

Color #8CDCEB in popluar color models

8CDCEB
RGB140220235
HSL189°70.37%73.53%
HSB/HSV189°40.43%92.16%
CMYK40.43%6.38%0.00%
7.84%

Color #8CDCEB in popluar number systems.

HEX8CDCEB
Decimal140220235
Binary100011001101110011101011
Octal214334353

Shades and tints

Shades of #8CDCEB

#8CDCEB
(140,220,235)
#80C8D6
(128,200,214)
#74B4C1
(116,180,193)
#68A0AC
(104,160,172)
#5C8C97
(92,140,151)
#507882
(80,120,130)
#44646D
(68,100,109)
#385058
(56,80,88)
#2C3C43
(44,60,67)
#20282E
(32,40,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #8CDCEB

#8CDCEB
(140,220,235)
#96DFEC
(150,223,236)
#A0E2ED
(160,226,237)
#AAE5EE
(170,229,238)
#B4E8EF
(180,232,239)
#BEEBF0
(190,235,240)
#C8EEF1
(200,238,241)
#D2F1F2
(210,241,242)
#DCF4F3
(220,244,243)
#E6F7F4
(230,247,244)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CDCEB color. Also use rgb(140,220,235) instead hex code.

Text Font Color

.myTextColor { color: #8CDCEB; }

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

This text font color is #8CDCEB.


Background Color

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

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

This div background color is #8CDCEB.


Border color

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

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

This div border color is #8CDCEB.


Opacity

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

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

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

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

This text has shadow with #8CDCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CDCEB on black background.


Color preview on white background

This text has color #8CDCEB on white background.



Black color preview on #8CDCEB background

This text has black color on #8CDCEB background.


White color preview on #8CDCEB background

This text has white color on #8CDCEB background.