COLOR #8CD5B4

HEX: #8CD5B4
RGB: (140,213,180)

Color info

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

RGB color model

#8CD5B4 color RGB value is (140,213,180).

  • red value is 140;
  • green value is 213;
  • blue value is 180.
RGB:
(140,213,180)
(55%,84%,71%)

RGB channels and saturation

R 140 of 255 = 55%
G 213 of 255 = 84%
B 180 of 255 = 71%

140
213
180

R + G + B ~ 70%. #8CD5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 213 + 180 = 533 (100%)
R 140 of 533 ~ 26.27%
G 213 of 533 ~ 39.96%
B 180 of 533 ~ 33.77%

%26.27
%39.96
%33.77

CMYK color model

#8CD5B4 color CMYK value is (34,0,15,16).

  • cyan value is 34.27%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 16.47%
CMYK:
(34,0,15,16)
C34M0Y15K16 
(34%,0%,15%,16%)
(0.34/0.00/0.15/0.16)	

CMYK percentages

%34.27
%0
%15.49
%16.47

Codes

Color #8CD5B4 in popluar color models

8CD5B4
RGB140213180
HSL153°46.50%69.22%
HSB/HSV153°34.27%83.53%
CMYK34.27%0.00%15.49%
16.47%

Color #8CD5B4 in popluar number systems.

HEX8CD5B4
Decimal140213180
Binary100011001101010110110100
Octal214325264

Shades and tints

Shades of #8CD5B4

#8CD5B4
(140,213,180)
#80C2A4
(128,194,164)
#74AF94
(116,175,148)
#689C84
(104,156,132)
#5C8974
(92,137,116)
#507664
(80,118,100)
#446354
(68,99,84)
#385044
(56,80,68)
#2C3D34
(44,61,52)
#202A24
(32,42,36)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #8CD5B4

#8CD5B4
(140,213,180)
#96D8BA
(150,216,186)
#A0DBC0
(160,219,192)
#AADEC6
(170,222,198)
#B4E1CC
(180,225,204)
#BEE4D2
(190,228,210)
#C8E7D8
(200,231,216)
#D2EADE
(210,234,222)
#DCEDE4
(220,237,228)
#E6F0EA
(230,240,234)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD5B4 color. Also use rgb(140,213,180) instead hex code.

Text Font Color

.myTextColor { color: #8CD5B4; }

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

This text font color is #8CD5B4.


Background Color

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

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

This div background color is #8CD5B4.


Border color

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

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

This div border color is #8CD5B4.


Opacity

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

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

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

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

This text has shadow with #8CD5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD5B4 on black background.


Color preview on white background

This text has color #8CD5B4 on white background.



Black color preview on #8CD5B4 background

This text has black color on #8CD5B4 background.


White color preview on #8CD5B4 background

This text has white color on #8CD5B4 background.