COLOR #8CD2B4

HEX: #8CD2B4
RGB: (140,210,180)

Color info

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

RGB color model

#8CD2B4 color RGB value is (140,210,180).

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

RGB channels and saturation

R 140 of 255 = 55%
G 210 of 255 = 82%
B 180 of 255 = 71%

140
210
180

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

Portions of RGB colors in percentages

R + G + B =
140 + 210 + 180 = 530 (100%)
R 140 of 530 ~ 26.42%
G 210 of 530 ~ 39.62%
B 180 of 530 ~ 33.96%

%26.42
%39.62
%33.96

CMYK color model

#8CD2B4 color CMYK value is (33,0,14,18).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 17.65%
CMYK:
(33,0,14,18)
C33M0Y14K18 
(33%,0%,14%,18%)
(0.33/0.00/0.14/0.18)	

CMYK percentages

%33.33
%0
%14.29
%17.65

Codes

Color #8CD2B4 in popluar color models

8CD2B4
RGB140210180
HSL154°43.75%68.63%
HSB/HSV154°33.33%82.35%
CMYK33.33%0.00%14.29%
17.65%

Color #8CD2B4 in popluar number systems.

HEX8CD2B4
Decimal140210180
Binary100011001101001010110100
Octal214322264

Shades and tints

Shades of #8CD2B4

#8CD2B4
(140,210,180)
#80BFA4
(128,191,164)
#74AC94
(116,172,148)
#689984
(104,153,132)
#5C8674
(92,134,116)
#507364
(80,115,100)
#446054
(68,96,84)
#384D44
(56,77,68)
#2C3A34
(44,58,52)
#202724
(32,39,36)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #8CD2B4

#8CD2B4
(140,210,180)
#96D6BA
(150,214,186)
#A0DAC0
(160,218,192)
#AADEC6
(170,222,198)
#B4E2CC
(180,226,204)
#BEE6D2
(190,230,210)
#C8EAD8
(200,234,216)
#D2EEDE
(210,238,222)
#DCF2E4
(220,242,228)
#E6F6EA
(230,246,234)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD2B4; }

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

This text font color is #8CD2B4.


Background Color

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

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

This div background color is #8CD2B4.


Border color

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

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

This div border color is #8CD2B4.


Opacity

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

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

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

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

This text has shadow with #8CD2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD2B4 on black background.


Color preview on white background

This text has color #8CD2B4 on white background.



Black color preview on #8CD2B4 background

This text has black color on #8CD2B4 background.


White color preview on #8CD2B4 background

This text has white color on #8CD2B4 background.