COLOR #8CC9B8

HEX: #8CC9B8
RGB: (140,201,184)

Color info

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

RGB color model

#8CC9B8 color RGB value is (140,201,184).

  • red value is 140;
  • green value is 201;
  • blue value is 184.
RGB:
(140,201,184)
(55%,79%,72%)

RGB channels and saturation

R 140 of 255 = 55%
G 201 of 255 = 79%
B 184 of 255 = 72%

140
201
184

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

Portions of RGB colors in percentages

R + G + B =
140 + 201 + 184 = 525 (100%)
R 140 of 525 ~ 26.67%
G 201 of 525 ~ 38.29%
B 184 of 525 ~ 35.05%

%26.67
%38.29
%35.05

CMYK color model

#8CC9B8 color CMYK value is (30,0,8,21).

  • cyan value is 30.35%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 21.18%
CMYK:
(30,0,8,21)
C30M0Y8K21 
(30%,0%,8%,21%)
(0.30/0.00/0.08/0.21)	

CMYK percentages

%30.35
%0
%8.46
%21.18

Codes

Color #8CC9B8 in popluar color models

8CC9B8
RGB140201184
HSL163°36.09%66.86%
HSB/HSV163°30.35%78.82%
CMYK30.35%0.00%8.46%
21.18%

Color #8CC9B8 in popluar number systems.

HEX8CC9B8
Decimal140201184
Binary100011001100100110111000
Octal214311270

Shades and tints

Shades of #8CC9B8

#8CC9B8
(140,201,184)
#80B7A8
(128,183,168)
#74A598
(116,165,152)
#689388
(104,147,136)
#5C8178
(92,129,120)
#506F68
(80,111,104)
#445D58
(68,93,88)
#384B48
(56,75,72)
#2C3938
(44,57,56)
#202728
(32,39,40)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #8CC9B8

#8CC9B8
(140,201,184)
#96CDBE
(150,205,190)
#A0D1C4
(160,209,196)
#AAD5CA
(170,213,202)
#B4D9D0
(180,217,208)
#BEDDD6
(190,221,214)
#C8E1DC
(200,225,220)
#D2E5E2
(210,229,226)
#DCE9E8
(220,233,232)
#E6EDEE
(230,237,238)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC9B8 color. Also use rgb(140,201,184) instead hex code.

Text Font Color

.myTextColor { color: #8CC9B8; }

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

This text font color is #8CC9B8.


Background Color

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

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

This div background color is #8CC9B8.


Border color

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

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

This div border color is #8CC9B8.


Opacity

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

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

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

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

This text has shadow with #8CC9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC9B8 on black background.


Color preview on white background

This text has color #8CC9B8 on white background.



Black color preview on #8CC9B8 background

This text has black color on #8CC9B8 background.


White color preview on #8CC9B8 background

This text has white color on #8CC9B8 background.