COLOR #8CC8B8

HEX: #8CC8B8
RGB: (140,200,184)

Color info

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

RGB color model

#8CC8B8 color RGB value is (140,200,184).

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

RGB channels and saturation

R 140 of 255 = 55%
G 200 of 255 = 78%
B 184 of 255 = 72%

140
200
184

R + G + B ~ 68%. #8CC8B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 200 + 184 = 524 (100%)
R 140 of 524 ~ 26.72%
G 200 of 524 ~ 38.17%
B 184 of 524 ~ 35.11%

%26.72
%38.17
%35.11

CMYK color model

#8CC8B8 color CMYK value is (30,0,8,22).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 21.57%
CMYK:
(30,0,8,22)
C30M0Y8K22 
(30%,0%,8%,22%)
(0.30/0.00/0.08/0.22)	

CMYK percentages

%30
%0
%8
%21.57

Codes

Color #8CC8B8 in popluar color models

8CC8B8
RGB140200184
HSL164°35.29%66.67%
HSB/HSV164°30.00%78.43%
CMYK30.00%0.00%8.00%
21.57%

Color #8CC8B8 in popluar number systems.

HEX8CC8B8
Decimal140200184
Binary100011001100100010111000
Octal214310270

Shades and tints

Shades of #8CC8B8

#8CC8B8
(140,200,184)
#80B6A8
(128,182,168)
#74A498
(116,164,152)
#689288
(104,146,136)
#5C8078
(92,128,120)
#506E68
(80,110,104)
#445C58
(68,92,88)
#384A48
(56,74,72)
#2C3838
(44,56,56)
#202628
(32,38,40)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #8CC8B8

#8CC8B8
(140,200,184)
#96CDBE
(150,205,190)
#A0D2C4
(160,210,196)
#AAD7CA
(170,215,202)
#B4DCD0
(180,220,208)
#BEE1D6
(190,225,214)
#C8E6DC
(200,230,220)
#D2EBE2
(210,235,226)
#DCF0E8
(220,240,232)
#E6F5EE
(230,245,238)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC8B8; }

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

This text font color is #8CC8B8.


Background Color

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

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

This div background color is #8CC8B8.


Border color

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

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

This div border color is #8CC8B8.


Opacity

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

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

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

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

This text has shadow with #8CC8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC8B8 on black background.


Color preview on white background

This text has color #8CC8B8 on white background.



Black color preview on #8CC8B8 background

This text has black color on #8CC8B8 background.


White color preview on #8CC8B8 background

This text has white color on #8CC8B8 background.