COLOR #8DCAB9

HEX: #8DCAB9
RGB: (141,202,185)

Color info

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

RGB color model

#8DCAB9 color RGB value is (141,202,185).

  • red value is 141;
  • green value is 202;
  • blue value is 185.
RGB:
(141,202,185)
(55%,79%,73%)

RGB channels and saturation

R 141 of 255 = 55%
G 202 of 255 = 79%
B 185 of 255 = 73%

141
202
185

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

Portions of RGB colors in percentages

R + G + B =
141 + 202 + 185 = 528 (100%)
R 141 of 528 ~ 26.7%
G 202 of 528 ~ 38.26%
B 185 of 528 ~ 35.04%

%26.7
%38.26
%35.04

CMYK color model

#8DCAB9 color CMYK value is (30,0,8,21).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 20.78%
CMYK:
(30,0,8,21)
C30M0Y8K21 
(30%,0%,8%,21%)
(0.30/0.00/0.08/0.21)	

CMYK percentages

%30.2
%0
%8.42
%20.78

Codes

Color #8DCAB9 in popluar color models

8DCAB9
RGB141202185
HSL163°36.53%67.25%
HSB/HSV163°30.20%79.22%
CMYK30.20%0.00%8.42%
20.78%

Color #8DCAB9 in popluar number systems.

HEX8DCAB9
Decimal141202185
Binary100011011100101010111001
Octal215312271

Shades and tints

Shades of #8DCAB9

#8DCAB9
(141,202,185)
#81B8A9
(129,184,169)
#75A699
(117,166,153)
#699489
(105,148,137)
#5D8279
(93,130,121)
#517069
(81,112,105)
#455E59
(69,94,89)
#394C49
(57,76,73)
#2D3A39
(45,58,57)
#212829
(33,40,41)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #8DCAB9

#8DCAB9
(141,202,185)
#97CEBF
(151,206,191)
#A1D2C5
(161,210,197)
#ABD6CB
(171,214,203)
#B5DAD1
(181,218,209)
#BFDED7
(191,222,215)
#C9E2DD
(201,226,221)
#D3E6E3
(211,230,227)
#DDEAE9
(221,234,233)
#E7EEEF
(231,238,239)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DCAB9 color. Also use rgb(141,202,185) instead hex code.

Text Font Color

.myTextColor { color: #8DCAB9; }

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

This text font color is #8DCAB9.


Background Color

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

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

This div background color is #8DCAB9.


Border color

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

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

This div border color is #8DCAB9.


Opacity

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

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

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

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

This text has shadow with #8DCAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DCAB9 on black background.


Color preview on white background

This text has color #8DCAB9 on white background.



Black color preview on #8DCAB9 background

This text has black color on #8DCAB9 background.


White color preview on #8DCAB9 background

This text has white color on #8DCAB9 background.