COLOR #8CD8B9

HEX: #8CD8B9
RGB: (140,216,185)

Color info

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

RGB color model

#8CD8B9 color RGB value is (140,216,185).

  • red value is 140;
  • green value is 216;
  • blue value is 185.
RGB:
(140,216,185)
(55%,85%,73%)

RGB channels and saturation

R 140 of 255 = 55%
G 216 of 255 = 85%
B 185 of 255 = 73%

140
216
185

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

Portions of RGB colors in percentages

R + G + B =
140 + 216 + 185 = 541 (100%)
R 140 of 541 ~ 25.88%
G 216 of 541 ~ 39.93%
B 185 of 541 ~ 34.2%

%25.88
%39.93
%34.2

CMYK color model

#8CD8B9 color CMYK value is (35,0,14,15).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 15.29%
CMYK:
(35,0,14,15)
C35M0Y14K15 
(35%,0%,14%,15%)
(0.35/0.00/0.14/0.15)	

CMYK percentages

%35.19
%0
%14.35
%15.29

Codes

Color #8CD8B9 in popluar color models

8CD8B9
RGB140216185
HSL156°49.35%69.80%
HSB/HSV156°35.19%84.71%
CMYK35.19%0.00%14.35%
15.29%

Color #8CD8B9 in popluar number systems.

HEX8CD8B9
Decimal140216185
Binary100011001101100010111001
Octal214330271

Shades and tints

Shades of #8CD8B9

#8CD8B9
(140,216,185)
#80C5A9
(128,197,169)
#74B299
(116,178,153)
#689F89
(104,159,137)
#5C8C79
(92,140,121)
#507969
(80,121,105)
#446659
(68,102,89)
#385349
(56,83,73)
#2C4039
(44,64,57)
#202D29
(32,45,41)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #8CD8B9

#8CD8B9
(140,216,185)
#96DBBF
(150,219,191)
#A0DEC5
(160,222,197)
#AAE1CB
(170,225,203)
#B4E4D1
(180,228,209)
#BEE7D7
(190,231,215)
#C8EADD
(200,234,221)
#D2EDE3
(210,237,227)
#DCF0E9
(220,240,233)
#E6F3EF
(230,243,239)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD8B9; }

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

This text font color is #8CD8B9.


Background Color

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

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

This div background color is #8CD8B9.


Border color

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

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

This div border color is #8CD8B9.


Opacity

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

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

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

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

This text has shadow with #8CD8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD8B9 on black background.


Color preview on white background

This text has color #8CD8B9 on white background.



Black color preview on #8CD8B9 background

This text has black color on #8CD8B9 background.


White color preview on #8CD8B9 background

This text has white color on #8CD8B9 background.