COLOR #8CCFCC

HEX: #8CCFCC
RGB: (140,207,204)

Color info

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

RGB color model

#8CCFCC color RGB value is (140,207,204).

  • red value is 140;
  • green value is 207;
  • blue value is 204.
RGB:
(140,207,204)
(55%,81%,80%)

RGB channels and saturation

R 140 of 255 = 55%
G 207 of 255 = 81%
B 204 of 255 = 80%

140
207
204

R + G + B ~ 72%. #8CCFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 207 + 204 = 551 (100%)
R 140 of 551 ~ 25.41%
G 207 of 551 ~ 37.57%
B 204 of 551 ~ 37.02%

%25.41
%37.57
%37.02

CMYK color model

#8CCFCC color CMYK value is (32,0,1,19).

  • cyan value is 32.37%
  • magenta value is 0.00%
  • yellow value is 1.45%
  • key color value is 18.82%
CMYK:
(32,0,1,19)
C32M0Y1K19 
(32%,0%,1%,19%)
(0.32/0.00/0.01/0.19)	

CMYK percentages

%32.37
%0
%1.45
%18.82

Codes

Color #8CCFCC in popluar color models

8CCFCC
RGB140207204
HSL177°41.10%68.04%
HSB/HSV177°32.37%81.18%
CMYK32.37%0.00%1.45%
18.82%

Color #8CCFCC in popluar number systems.

HEX8CCFCC
Decimal140207204
Binary100011001100111111001100
Octal214317314

Shades and tints

Shades of #8CCFCC

#8CCFCC
(140,207,204)
#80BDBA
(128,189,186)
#74ABA8
(116,171,168)
#689996
(104,153,150)
#5C8784
(92,135,132)
#507572
(80,117,114)
#446360
(68,99,96)
#38514E
(56,81,78)
#2C3F3C
(44,63,60)
#202D2A
(32,45,42)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #8CCFCC

#8CCFCC
(140,207,204)
#96D3D0
(150,211,208)
#A0D7D4
(160,215,212)
#AADBD8
(170,219,216)
#B4DFDC
(180,223,220)
#BEE3E0
(190,227,224)
#C8E7E4
(200,231,228)
#D2EBE8
(210,235,232)
#DCEFEC
(220,239,236)
#E6F3F0
(230,243,240)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCFCC color. Also use rgb(140,207,204) instead hex code.

Text Font Color

.myTextColor { color: #8CCFCC; }

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

This text font color is #8CCFCC.


Background Color

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

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

This div background color is #8CCFCC.


Border color

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

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

This div border color is #8CCFCC.


Opacity

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

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

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

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

This text has shadow with #8CCFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCFCC on black background.


Color preview on white background

This text has color #8CCFCC on white background.



Black color preview on #8CCFCC background

This text has black color on #8CCFCC background.


White color preview on #8CCFCC background

This text has white color on #8CCFCC background.