COLOR #8CDEA7

HEX: #8CDEA7
RGB: (140,222,167)

Color info

#8CDEA7 contains mainly green and blue colors. Web safe color of #8CDEA7 is #99CC99 (or #9C9).

RGB color model

#8CDEA7 color RGB value is (140,222,167).

  • red value is 140;
  • green value is 222;
  • blue value is 167.
RGB:
(140,222,167)
(55%,87%,65%)

RGB channels and saturation

R 140 of 255 = 55%
G 222 of 255 = 87%
B 167 of 255 = 65%

140
222
167

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

Portions of RGB colors in percentages

R + G + B =
140 + 222 + 167 = 529 (100%)
R 140 of 529 ~ 26.47%
G 222 of 529 ~ 41.97%
B 167 of 529 ~ 31.57%

%26.47
%41.97
%31.57

CMYK color model

#8CDEA7 color CMYK value is (37,0,25,13).

  • cyan value is 36.94%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 12.94%
CMYK:
(37,0,25,13)
C37M0Y25K13 
(37%,0%,25%,13%)
(0.37/0.00/0.25/0.13)	

CMYK percentages

%36.94
%0
%24.77
%12.94

Codes

Color #8CDEA7 in popluar color models

8CDEA7
RGB140222167
HSL140°55.41%70.98%
HSB/HSV140°36.94%87.06%
CMYK36.94%0.00%24.77%
12.94%

Color #8CDEA7 in popluar number systems.

HEX8CDEA7
Decimal140222167
Binary100011001101111010100111
Octal214336247

Shades and tints

Shades of #8CDEA7

#8CDEA7
(140,222,167)
#80CA98
(128,202,152)
#74B689
(116,182,137)
#68A27A
(104,162,122)
#5C8E6B
(92,142,107)
#507A5C
(80,122,92)
#44664D
(68,102,77)
#38523E
(56,82,62)
#2C3E2F
(44,62,47)
#202A20
(32,42,32)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #8CDEA7

#8CDEA7
(140,222,167)
#96E1AF
(150,225,175)
#A0E4B7
(160,228,183)
#AAE7BF
(170,231,191)
#B4EAC7
(180,234,199)
#BEEDCF
(190,237,207)
#C8F0D7
(200,240,215)
#D2F3DF
(210,243,223)
#DCF6E7
(220,246,231)
#E6F9EF
(230,249,239)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CDEA7 color. Also use rgb(140,222,167) instead hex code.

Text Font Color

.myTextColor { color: #8CDEA7; }

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

This text font color is #8CDEA7.


Background Color

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

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

This div background color is #8CDEA7.


Border color

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

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

This div border color is #8CDEA7.


Opacity

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

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

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

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

This text has shadow with #8CDEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CDEA7 on black background.


Color preview on white background

This text has color #8CDEA7 on white background.



Black color preview on #8CDEA7 background

This text has black color on #8CDEA7 background.


White color preview on #8CDEA7 background

This text has white color on #8CDEA7 background.