COLOR #8DCAB0

HEX: #8DCAB0 RGB: (141,202,176)

Color info

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

RGB color model

#8DCAB0 color RGB value is (141,202,176).

RGB: (141,202,176) (55%, 79%, 69%)

RGB channels and saturation

R 141 of 255 = 55%
G 202 of 255 = 79%
B 176 of 255 = 69%

141
202
176

R + G + B ~ 68%. #8DCAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 202 + 176 = 519 (100%)
R 141 of 519 ~ 27.17%
G 202 of 519 ~ 38.92%
B 176 of 519 ~ 33.91'%

%27.17
%38.92
%33.91

CMYK color model

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

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 20.78%

CMYK: (30,0,13,21)
C30M0Y13K21 (30%, 0%, 13%, 21%)
(0.30 / 0.00 / 0.13 / 0.21)

CMYK percentages

%30.2
%0
%12.87
%20.78

Codes

Color #8DCAB0 in popluar color models

8D CA B0
RGB 141 202 176
HSL 154° 36.53% 67.25%
HSB/HSV 154° 30.20% 79.22%
CMYK 30.20% 0.00% 12.87%
20.78%

Color #8DCAB0 in popluar number systems.

HEX 8D CA B0
Decimal 141 202 176
Binary 10001101 11001010 10110000
Octal 215 312 260

Shades and tints

Shades of #8DCAB0

#8DCAB0
(141,202,176)
#81B8A0
(129,184,160)
#75A690
(117,166,144)
#699480
(105,148,128)
#5D8270
(93,130,112)
#517060
(81,112,96)
#455E50
(69,94,80)
#394C40
(57,76,64)
#2D3A30
(45,58,48)
#212820
(33,40,32)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #8DCAB0

#8DCAB0
(141,202,176)
#97CEB7
(151,206,183)
#A1D2BE
(161,210,190)
#ABD6C5
(171,214,197)
#B5DACC
(181,218,204)
#BFDED3
(191,222,211)
#C9E2DA
(201,226,218)
#D3E6E1
(211,230,225)
#DDEAE8
(221,234,232)
#E7EEEF
(231,238,239)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DCAB0; }

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

This text font color is #8DCAB0.

Background Color

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

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

This div background color is #8DCAB0.

Border color

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

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

This div border color is #8DCAB0.

Opacity

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

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

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

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

This text has shadow with #8DCAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DCAB0.

Preview

Color preview on black background

This text has color #8DCAB0 on black background.


Color preview on white background

This text has color #8DCAB0 on white background.


Black color preview on #8DCAB0 background

This text has black color on #8DCAB0 background.


White color preview on #8DCAB0 background

This text has white color on #8DCAB0 background.


Related colors

Complementary color

Complementary color for #hex is #72354F.


I love getcolorcode.com

Triadic colors

1 #B08DCA and #CAB08D with #8DCAB0 are triadic colors.

2 #B0CA8D and #CA8DB0 with #8DCAB0 are triadic colors.