COLOR #8CD8D3

HEX: #8CD8D3 RGB: (140,216,211)

Color info

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

RGB color model

#8CD8D3 color RGB value is (140,216,211).

RGB: (140,216,211) (55%, 85%, 83%)

RGB channels and saturation

R 140 of 255 = 55%
G 216 of 255 = 85%
B 211 of 255 = 83%

140
216
211

R + G + B ~ 74%. #8CD8D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 216 + 211 = 567 (100%)
R 140 of 567 ~ 24.69%
G 216 of 567 ~ 38.1%
B 211 of 567 ~ 37.21'%

%24.69
%38.1
%37.21

CMYK color model

#8CD8D3 color CMYK value is (35,0,2,15).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • key color value is 15.29%

CMYK: (35,0,2,15)
C35M0Y2K15 (35%, 0%, 2%, 15%)
(0.35 / 0.00 / 0.02 / 0.15)

CMYK percentages

%35.19
%0
%2.31
%15.29

Codes

Color #8CD8D3 in popluar color models

8C D8 D3
RGB 140 216 211
HSL 176° 49.35% 69.80%
HSB/HSV 176° 35.19% 84.71%
CMYK 35.19% 0.00% 2.31%
15.29%

Color #8CD8D3 in popluar number systems.

HEX 8C D8 D3
Decimal 140 216 211
Binary 10001100 11011000 11010011
Octal 214 330 323

Shades and tints

Shades of #8CD8D3

#8CD8D3
(140,216,211)
#80C5C0
(128,197,192)
#74B2AD
(116,178,173)
#689F9A
(104,159,154)
#5C8C87
(92,140,135)
#507974
(80,121,116)
#446661
(68,102,97)
#38534E
(56,83,78)
#2C403B
(44,64,59)
#202D28
(32,45,40)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #8CD8D3

#8CD8D3
(140,216,211)
#96DBD7
(150,219,215)
#A0DEDB
(160,222,219)
#AAE1DF
(170,225,223)
#B4E4E3
(180,228,227)
#BEE7E7
(190,231,231)
#C8EAEB
(200,234,235)
#D2EDEF
(210,237,239)
#DCF0F3
(220,240,243)
#E6F3F7
(230,243,247)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD8D3; }

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

This text font color is #8CD8D3.

Background Color

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

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

This div background color is #8CD8D3.

Border color

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

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

This div border color is #8CD8D3.

Opacity

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

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

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

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

This text has shadow with #8CD8D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD8D3.

Preview

Color preview on black background

This text has color #8CD8D3 on black background.


Color preview on white background

This text has color #8CD8D3 on white background.


Black color preview on #8CD8D3 background

This text has black color on #8CD8D3 background.


White color preview on #8CD8D3 background

This text has white color on #8CD8D3 background.


Related colors

Complementary color

Complementary color for #hex is #73272C.


I love getcolorcode.com

Triadic colors

1 #D38CD8 and #D8D38C with #8CD8D3 are triadic colors.

2 #D3D88C and #D88CD3 with #8CD8D3 are triadic colors.