COLOR #8CC3B3

HEX: #8CC3B3
RGB: (140,195,179)

Color info

#8CC3B3 contains red, green and blue colors in about the same proportion. Web safe color of #8CC3B3 is #99CC99 (or #9C9).

RGB color model

#8CC3B3 color RGB value is (140,195,179).

  • red value is 140;
  • green value is 195;
  • blue value is 179.
RGB:
(140,195,179)
(55%,76%,70%)

RGB channels and saturation

R 140 of 255 = 55%
G 195 of 255 = 76%
B 179 of 255 = 70%

140
195
179

R + G + B ~ 67%. #8CC3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 195 + 179 = 514 (100%)
R 140 of 514 ~ 27.24%
G 195 of 514 ~ 37.94%
B 179 of 514 ~ 34.82%

%27.24
%37.94
%34.82

CMYK color model

#8CC3B3 color CMYK value is (28,0,8,24).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 23.53%
CMYK:
(28,0,8,24)
C28M0Y8K24 
(28%,0%,8%,24%)
(0.28/0.00/0.08/0.24)	

CMYK percentages

%28.21
%0
%8.21
%23.53

Codes

Color #8CC3B3 in popluar color models

8CC3B3
RGB140195179
HSL163°31.43%65.69%
HSB/HSV163°28.21%76.47%
CMYK28.21%0.00%8.21%
23.53%

Color #8CC3B3 in popluar number systems.

HEX8CC3B3
Decimal140195179
Binary100011001100001110110011
Octal214303263

Shades and tints

Shades of #8CC3B3

#8CC3B3
(140,195,179)
#80B2A3
(128,178,163)
#74A193
(116,161,147)
#689083
(104,144,131)
#5C7F73
(92,127,115)
#506E63
(80,110,99)
#445D53
(68,93,83)
#384C43
(56,76,67)
#2C3B33
(44,59,51)
#202A23
(32,42,35)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #8CC3B3

#8CC3B3
(140,195,179)
#96C8B9
(150,200,185)
#A0CDBF
(160,205,191)
#AAD2C5
(170,210,197)
#B4D7CB
(180,215,203)
#BEDCD1
(190,220,209)
#C8E1D7
(200,225,215)
#D2E6DD
(210,230,221)
#DCEBE3
(220,235,227)
#E6F0E9
(230,240,233)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC3B3 color. Also use rgb(140,195,179) instead hex code.

Text Font Color

.myTextColor { color: #8CC3B3; }

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

This text font color is #8CC3B3.


Background Color

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

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

This div background color is #8CC3B3.


Border color

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

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

This div border color is #8CC3B3.


Opacity

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

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

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

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

This text has shadow with #8CC3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC3B3 on black background.


Color preview on white background

This text has color #8CC3B3 on white background.



Black color preview on #8CC3B3 background

This text has black color on #8CC3B3 background.


White color preview on #8CC3B3 background

This text has white color on #8CC3B3 background.