COLOR #8CCDB9

HEX: #8CCDB9
RGB: (140,205,185)

Color info

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

RGB color model

#8CCDB9 color RGB value is (140,205,185).

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

RGB channels and saturation

R 140 of 255 = 55%
G 205 of 255 = 80%
B 185 of 255 = 73%

140
205
185

R + G + B ~ 69%. #8CCDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 205 + 185 = 530 (100%)
R 140 of 530 ~ 26.42%
G 205 of 530 ~ 38.68%
B 185 of 530 ~ 34.91%

%26.42
%38.68
%34.91

CMYK color model

#8CCDB9 color CMYK value is (32,0,10,20).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 19.61%
CMYK:
(32,0,10,20)
C32M0Y10K20 
(32%,0%,10%,20%)
(0.32/0.00/0.10/0.20)	

CMYK percentages

%31.71
%0
%9.76
%19.61

Codes

Color #8CCDB9 in popluar color models

8CCDB9
RGB140205185
HSL162°39.39%67.65%
HSB/HSV162°31.71%80.39%
CMYK31.71%0.00%9.76%
19.61%

Color #8CCDB9 in popluar number systems.

HEX8CCDB9
Decimal140205185
Binary100011001100110110111001
Octal214315271

Shades and tints

Shades of #8CCDB9

#8CCDB9
(140,205,185)
#80BBA9
(128,187,169)
#74A999
(116,169,153)
#689789
(104,151,137)
#5C8579
(92,133,121)
#507369
(80,115,105)
#446159
(68,97,89)
#384F49
(56,79,73)
#2C3D39
(44,61,57)
#202B29
(32,43,41)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #8CCDB9

#8CCDB9
(140,205,185)
#96D1BF
(150,209,191)
#A0D5C5
(160,213,197)
#AAD9CB
(170,217,203)
#B4DDD1
(180,221,209)
#BEE1D7
(190,225,215)
#C8E5DD
(200,229,221)
#D2E9E3
(210,233,227)
#DCEDE9
(220,237,233)
#E6F1EF
(230,241,239)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CCDB9; }

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

This text font color is #8CCDB9.


Background Color

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

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

This div background color is #8CCDB9.


Border color

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

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

This div border color is #8CCDB9.


Opacity

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

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

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

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

This text has shadow with #8CCDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCDB9 on black background.


Color preview on white background

This text has color #8CCDB9 on white background.



Black color preview on #8CCDB9 background

This text has black color on #8CCDB9 background.


White color preview on #8CCDB9 background

This text has white color on #8CCDB9 background.