COLOR #8CCED1

HEX: #8CCED1
RGB: (140,206,209)

Color info

#8CCED1 contains mainly green and blue colors. Web safe color of #8CCED1 is #99CCCC (or #9CC).

RGB color model

#8CCED1 color RGB value is (140,206,209).

  • red value is 140;
  • green value is 206;
  • blue value is 209.
RGB:
(140,206,209)
(55%,81%,82%)

RGB channels and saturation

R 140 of 255 = 55%
G 206 of 255 = 81%
B 209 of 255 = 82%

140
206
209

R + G + B ~ 73%. #8CCED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 206 + 209 = 555 (100%)
R 140 of 555 ~ 25.23%
G 206 of 555 ~ 37.12%
B 209 of 555 ~ 37.66%

%25.23
%37.12
%37.66

CMYK color model

#8CCED1 color CMYK value is (33,1,0,18).

  • cyan value is 33.01%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(33,1,0,18)
C33M1Y0K18 
(33%,1%,0%,18%)
(0.33/0.01/0.00/0.18)	

CMYK percentages

%33.01
%1.44
%0
%18.04

Codes

Color #8CCED1 in popluar color models

8CCED1
RGB140206209
HSL183°42.86%68.43%
HSB/HSV183°33.01%81.96%
CMYK33.01%1.44%0.00%
18.04%

Color #8CCED1 in popluar number systems.

HEX8CCED1
Decimal140206209
Binary100011001100111011010001
Octal214316321

Shades and tints

Shades of #8CCED1

#8CCED1
(140,206,209)
#80BCBE
(128,188,190)
#74AAAB
(116,170,171)
#689898
(104,152,152)
#5C8685
(92,134,133)
#507472
(80,116,114)
#44625F
(68,98,95)
#38504C
(56,80,76)
#2C3E39
(44,62,57)
#202C26
(32,44,38)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #8CCED1

#8CCED1
(140,206,209)
#96D2D5
(150,210,213)
#A0D6D9
(160,214,217)
#AADADD
(170,218,221)
#B4DEE1
(180,222,225)
#BEE2E5
(190,226,229)
#C8E6E9
(200,230,233)
#D2EAED
(210,234,237)
#DCEEF1
(220,238,241)
#E6F2F5
(230,242,245)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCED1 color. Also use rgb(140,206,209) instead hex code.

Text Font Color

.myTextColor { color: #8CCED1; }

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

This text font color is #8CCED1.


Background Color

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

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

This div background color is #8CCED1.


Border color

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

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

This div border color is #8CCED1.


Opacity

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

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

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

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

This text has shadow with #8CCED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCED1 on black background.


Color preview on white background

This text has color #8CCED1 on white background.



Black color preview on #8CCED1 background

This text has black color on #8CCED1 background.


White color preview on #8CCED1 background

This text has white color on #8CCED1 background.