COLOR #8CC7D3

HEX: #8CC7D3
RGB: (140,199,211)

Color info

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

RGB color model

#8CC7D3 color RGB value is (140,199,211).

  • red value is 140;
  • green value is 199;
  • blue value is 211.
RGB:
(140,199,211)
(55%,78%,83%)

RGB channels and saturation

R 140 of 255 = 55%
G 199 of 255 = 78%
B 211 of 255 = 83%

140
199
211

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

Portions of RGB colors in percentages

R + G + B =
140 + 199 + 211 = 550 (100%)
R 140 of 550 ~ 25.45%
G 199 of 550 ~ 36.18%
B 211 of 550 ~ 38.36%

%25.45
%36.18
%38.36

CMYK color model

#8CC7D3 color CMYK value is (34,6,0,17).

  • cyan value is 33.65%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(34,6,0,17)
C34M6Y0K17 
(34%,6%,0%,17%)
(0.34/0.06/0.00/0.17)	

CMYK percentages

%33.65
%5.69
%0
%17.25

Codes

Color #8CC7D3 in popluar color models

8CC7D3
RGB140199211
HSL190°44.65%68.82%
HSB/HSV190°33.65%82.75%
CMYK33.65%5.69%0.00%
17.25%

Color #8CC7D3 in popluar number systems.

HEX8CC7D3
Decimal140199211
Binary100011001100011111010011
Octal214307323

Shades and tints

Shades of #8CC7D3

#8CC7D3
(140,199,211)
#80B5C0
(128,181,192)
#74A3AD
(116,163,173)
#68919A
(104,145,154)
#5C7F87
(92,127,135)
#506D74
(80,109,116)
#445B61
(68,91,97)
#38494E
(56,73,78)
#2C373B
(44,55,59)
#202528
(32,37,40)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #8CC7D3

#8CC7D3
(140,199,211)
#96CCD7
(150,204,215)
#A0D1DB
(160,209,219)
#AAD6DF
(170,214,223)
#B4DBE3
(180,219,227)
#BEE0E7
(190,224,231)
#C8E5EB
(200,229,235)
#D2EAEF
(210,234,239)
#DCEFF3
(220,239,243)
#E6F4F7
(230,244,247)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC7D3 color. Also use rgb(140,199,211) instead hex code.

Text Font Color

.myTextColor { color: #8CC7D3; }

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

This text font color is #8CC7D3.


Background Color

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

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

This div background color is #8CC7D3.


Border color

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

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

This div border color is #8CC7D3.


Opacity

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

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

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

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

This text has shadow with #8CC7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC7D3 on black background.


Color preview on white background

This text has color #8CC7D3 on white background.



Black color preview on #8CC7D3 background

This text has black color on #8CC7D3 background.


White color preview on #8CC7D3 background

This text has white color on #8CC7D3 background.