COLOR #8DE9C9

HEX: #8DE9C9 RGB: (141,233,201)

Color info

#8DE9C9 contains mainly green and blue colors. Web safe color of #8DE9C9 is #99FFCC (or #9FC).

RGB color model

#8DE9C9 color RGB value is (141,233,201).

RGB: (141,233,201) (55%, 91%, 79%)

RGB channels and saturation

R 141 of 255 = 55%
G 233 of 255 = 91%
B 201 of 255 = 79%

141
233
201

R + G + B ~ 75%. #8DE9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 233 + 201 = 575 (100%)
R 141 of 575 ~ 24.52%
G 233 of 575 ~ 40.52%
B 201 of 575 ~ 34.96'%

%24.52
%40.52
%34.96

CMYK color model

#8DE9C9 color CMYK value is (39,0,14,9).

  • cyan value is 39.48%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 8.63%
CMYK: (39,0,14,9) C39M0Y14K9 (39%,0%,14%,9%) (0.39/0.00/0.14/0.09) 

CMYK percentages

%39.48
%0
%13.73
%8.63

Codes

Color #8DE9C9 in popluar color models

8D E9 C9
RGB 141 233 201
HSL 159° 67.65% 73.33%
HSB/HSV 159° 39.48% 91.37%
CMYK 39.48% 0.00% 13.73%
8.63%

Color #8DE9C9 in popluar number systems.

HEX 8D E9 C9
Decimal 141 233 201
Binary 10001101 11101001 11001001
Octal 215 351 311

Shades and tints

Shades of #8DE9C9

#8DE9C9
(141,233,201)
#81D4B7
(129,212,183)
#75BFA5
(117,191,165)
#69AA93
(105,170,147)
#5D9581
(93,149,129)
#51806F
(81,128,111)
#456B5D
(69,107,93)
#39564B
(57,86,75)
#2D4139
(45,65,57)
#212C27
(33,44,39)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #8DE9C9

#8DE9C9
(141,233,201)
#97EBCD
(151,235,205)
#A1EDD1
(161,237,209)
#ABEFD5
(171,239,213)
#B5F1D9
(181,241,217)
#BFF3DD
(191,243,221)
#C9F5E1
(201,245,225)
#D3F7E5
(211,247,229)
#DDF9E9
(221,249,233)
#E7FBED
(231,251,237)
#F1FDF1
(241,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DE9C9 color. Also use rgb(141,233,201) instead hex code.

Text Font Color

.myTextColor { color: #8DE9C9; }

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

This text font color is #8DE9C9.

Background Color

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

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

This div background color is #8DE9C9.

Border color

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

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

This div border color is #8DE9C9.

Opacity

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

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

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

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

This text has shadow with #8DE9C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DE9C9.

Preview

Color preview on black background

This text has color #8DE9C9 on black background.


Color preview on white background

This text has color #8DE9C9 on white background.


Black color preview on #8DE9C9 background

This text has black color on #8DE9C9 background.


White color preview on #8DE9C9 background

This text has white color on #8DE9C9 background.


Related colors

Complementary color

Complementary color for #hex is #721636.


I love getcolorcode.com

Triadic colors

1 #C98DE9 and #E9C98D with #8DE9C9 are triadic colors.

2 #C9E98D and #E98DC9 with #8DE9C9 are triadic colors.