COLOR #8DC6C7

HEX: #8DC6C7
RGB: (141,198,199)

Color info

#8DC6C7 contains red, green and blue colors in about the same proportion. Web safe color of #8DC6C7 is #99CCCC (or #9CC).

RGB color model

#8DC6C7 color RGB value is (141,198,199).

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

RGB channels and saturation

R 141 of 255 = 55%
G 198 of 255 = 78%
B 199 of 255 = 78%

141
198
199

R + G + B ~ 70%. #8DC6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 198 + 199 = 538 (100%)
R 141 of 538 ~ 26.21%
G 198 of 538 ~ 36.8%
B 199 of 538 ~ 36.99%

%26.21
%36.8
%36.99

CMYK color model

#8DC6C7 color CMYK value is (29,1,0,22).

  • cyan value is 29.15%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(29,1,0,22)
C29M1Y0K22 
(29%,1%,0%,22%)
(0.29/0.01/0.00/0.22)	

CMYK percentages

%29.15
%0.5
%0
%21.96

Codes

Color #8DC6C7 in popluar color models

8DC6C7
RGB141198199
HSL181°34.12%66.67%
HSB/HSV181°29.15%78.04%
CMYK29.15%0.50%0.00%
21.96%

Color #8DC6C7 in popluar number systems.

HEX8DC6C7
Decimal141198199
Binary100011011100011011000111
Octal215306307

Shades and tints

Shades of #8DC6C7

#8DC6C7
(141,198,199)
#81B4B5
(129,180,181)
#75A2A3
(117,162,163)
#699091
(105,144,145)
#5D7E7F
(93,126,127)
#516C6D
(81,108,109)
#455A5B
(69,90,91)
#394849
(57,72,73)
#2D3637
(45,54,55)
#212425
(33,36,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #8DC6C7

#8DC6C7
(141,198,199)
#97CBCC
(151,203,204)
#A1D0D1
(161,208,209)
#ABD5D6
(171,213,214)
#B5DADB
(181,218,219)
#BFDFE0
(191,223,224)
#C9E4E5
(201,228,229)
#D3E9EA
(211,233,234)
#DDEEEF
(221,238,239)
#E7F3F4
(231,243,244)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC6C7; }

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

This text font color is #8DC6C7.


Background Color

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

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

This div background color is #8DC6C7.


Border color

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

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

This div border color is #8DC6C7.


Opacity

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

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

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

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

This text has shadow with #8DC6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC6C7 on black background.


Color preview on white background

This text has color #8DC6C7 on white background.



Black color preview on #8DC6C7 background

This text has black color on #8DC6C7 background.


White color preview on #8DC6C7 background

This text has white color on #8DC6C7 background.