COLOR #8DCDA9

HEX: #8DCDA9
RGB: (141,205,169)

Color info

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

RGB color model

#8DCDA9 color RGB value is (141,205,169).

  • red value is 141;
  • green value is 205;
  • blue value is 169.
RGB:
(141,205,169)
(55%,80%,66%)

RGB channels and saturation

R 141 of 255 = 55%
G 205 of 255 = 80%
B 169 of 255 = 66%

141
205
169

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

Portions of RGB colors in percentages

R + G + B =
141 + 205 + 169 = 515 (100%)
R 141 of 515 ~ 27.38%
G 205 of 515 ~ 39.81%
B 169 of 515 ~ 32.82%

%27.38
%39.81
%32.82

CMYK color model

#8DCDA9 color CMYK value is (31,0,18,20).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 17.56%
  • key color value is 19.61%
CMYK:
(31,0,18,20)
C31M0Y18K20 
(31%,0%,18%,20%)
(0.31/0.00/0.18/0.20)	

CMYK percentages

%31.22
%0
%17.56
%19.61

Codes

Color #8DCDA9 in popluar color models

8DCDA9
RGB141205169
HSL146°39.02%67.84%
HSB/HSV146°31.22%80.39%
CMYK31.22%0.00%17.56%
19.61%

Color #8DCDA9 in popluar number systems.

HEX8DCDA9
Decimal141205169
Binary100011011100110110101001
Octal215315251

Shades and tints

Shades of #8DCDA9

#8DCDA9
(141,205,169)
#81BB9A
(129,187,154)
#75A98B
(117,169,139)
#69977C
(105,151,124)
#5D856D
(93,133,109)
#51735E
(81,115,94)
#45614F
(69,97,79)
#394F40
(57,79,64)
#2D3D31
(45,61,49)
#212B22
(33,43,34)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #8DCDA9

#8DCDA9
(141,205,169)
#97D1B0
(151,209,176)
#A1D5B7
(161,213,183)
#ABD9BE
(171,217,190)
#B5DDC5
(181,221,197)
#BFE1CC
(191,225,204)
#C9E5D3
(201,229,211)
#D3E9DA
(211,233,218)
#DDEDE1
(221,237,225)
#E7F1E8
(231,241,232)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DCDA9 color. Also use rgb(141,205,169) instead hex code.

Text Font Color

.myTextColor { color: #8DCDA9; }

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

This text font color is #8DCDA9.


Background Color

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

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

This div background color is #8DCDA9.


Border color

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

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

This div border color is #8DCDA9.


Opacity

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

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

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

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

This text has shadow with #8DCDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DCDA9 on black background.


Color preview on white background

This text has color #8DCDA9 on white background.



Black color preview on #8DCDA9 background

This text has black color on #8DCDA9 background.


White color preview on #8DCDA9 background

This text has white color on #8DCDA9 background.