COLOR #8DCFC7

HEX: #8DCFC7 RGB: (141,207,199)

Color info

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

RGB color model

#8DCFC7 color RGB value is (141,207,199).

RGB: (141,207,199) (55%, 81%, 78%)

RGB channels and saturation

R 141 of 255 = 55%
G 207 of 255 = 81%
B 199 of 255 = 78%

141
207
199

R + G + B ~ 71%. #8DCFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 207 + 199 = 547 (100%)
R 141 of 547 ~ 25.78%
G 207 of 547 ~ 37.84%
B 199 of 547 ~ 36.38'%

%25.78
%37.84
%36.38

CMYK color model

#8DCFC7 color CMYK value is (32,0,4,19).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 3.86%
  • key color value is 18.82%

CMYK: (32,0,4,19)
C32M0Y4K19 (32%, 0%, 4%, 19%)
(0.32 / 0.00 / 0.04 / 0.19)

CMYK percentages

%31.88
%0
%3.86
%18.82

Codes

Color #8DCFC7 in popluar color models

8D CF C7
RGB 141 207 199
HSL 173° 40.74% 68.24%
HSB/HSV 173° 31.88% 81.18%
CMYK 31.88% 0.00% 3.86%
18.82%

Color #8DCFC7 in popluar number systems.

HEX 8D CF C7
Decimal 141 207 199
Binary 10001101 11001111 11000111
Octal 215 317 307

Shades and tints

Shades of #8DCFC7

#8DCFC7
(141,207,199)
#81BDB5
(129,189,181)
#75ABA3
(117,171,163)
#699991
(105,153,145)
#5D877F
(93,135,127)
#51756D
(81,117,109)
#45635B
(69,99,91)
#395149
(57,81,73)
#2D3F37
(45,63,55)
#212D25
(33,45,37)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #8DCFC7

#8DCFC7
(141,207,199)
#97D3CC
(151,211,204)
#A1D7D1
(161,215,209)
#ABDBD6
(171,219,214)
#B5DFDB
(181,223,219)
#BFE3E0
(191,227,224)
#C9E7E5
(201,231,229)
#D3EBEA
(211,235,234)
#DDEFEF
(221,239,239)
#E7F3F4
(231,243,244)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DCFC7; }

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

This text font color is #8DCFC7.

Background Color

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

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

This div background color is #8DCFC7.

Border color

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

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

This div border color is #8DCFC7.

Opacity

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

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

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

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

This text has shadow with #8DCFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DCFC7.

Preview

Color preview on black background

This text has color #8DCFC7 on black background.


Color preview on white background

This text has color #8DCFC7 on white background.


Black color preview on #8DCFC7 background

This text has black color on #8DCFC7 background.


White color preview on #8DCFC7 background

This text has white color on #8DCFC7 background.


Related colors

Complementary color

Complementary color for #hex is #723038.


I love getcolorcode.com

Triadic colors

1 #C78DCF and #CFC78D with #8DCFC7 are triadic colors.

2 #C7CF8D and #CF8DC7 with #8DCFC7 are triadic colors.