COLOR #8DC7DC

HEX: #8DC7DC
RGB: (141,199,220)

Color info

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

RGB color model

#8DC7DC color RGB value is (141,199,220).

  • red value is 141;
  • green value is 199;
  • blue value is 220.
RGB:
(141,199,220)
(55%,78%,86%)

RGB channels and saturation

R 141 of 255 = 55%
G 199 of 255 = 78%
B 220 of 255 = 86%

141
199
220

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

Portions of RGB colors in percentages

R + G + B =
141 + 199 + 220 = 560 (100%)
R 141 of 560 ~ 25.18%
G 199 of 560 ~ 35.54%
B 220 of 560 ~ 39.29%

%25.18
%35.54
%39.29

CMYK color model

#8DC7DC color CMYK value is (36,10,0,14).

  • cyan value is 35.91%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(36,10,0,14)
C36M10Y0K14 
(36%,10%,0%,14%)
(0.36/0.10/0.00/0.14)	

CMYK percentages

%35.91
%9.55
%0
%13.73

Codes

Color #8DC7DC in popluar color models

8DC7DC
RGB141199220
HSL196°53.02%70.78%
HSB/HSV196°35.91%86.27%
CMYK35.91%9.55%0.00%
13.73%

Color #8DC7DC in popluar number systems.

HEX8DC7DC
Decimal141199220
Binary100011011100011111011100
Octal215307334

Shades and tints

Shades of #8DC7DC

#8DC7DC
(141,199,220)
#81B5C8
(129,181,200)
#75A3B4
(117,163,180)
#6991A0
(105,145,160)
#5D7F8C
(93,127,140)
#516D78
(81,109,120)
#455B64
(69,91,100)
#394950
(57,73,80)
#2D373C
(45,55,60)
#212528
(33,37,40)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #8DC7DC

#8DC7DC
(141,199,220)
#97CCDF
(151,204,223)
#A1D1E2
(161,209,226)
#ABD6E5
(171,214,229)
#B5DBE8
(181,219,232)
#BFE0EB
(191,224,235)
#C9E5EE
(201,229,238)
#D3EAF1
(211,234,241)
#DDEFF4
(221,239,244)
#E7F4F7
(231,244,247)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC7DC color. Also use rgb(141,199,220) instead hex code.

Text Font Color

.myTextColor { color: #8DC7DC; }

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

This text font color is #8DC7DC.


Background Color

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

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

This div background color is #8DC7DC.


Border color

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

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

This div border color is #8DC7DC.


Opacity

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

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

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

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

This text has shadow with #8DC7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC7DC on black background.


Color preview on white background

This text has color #8DC7DC on white background.



Black color preview on #8DC7DC background

This text has black color on #8DC7DC background.


White color preview on #8DC7DC background

This text has white color on #8DC7DC background.