COLOR #8DAAB9

HEX: #8DAAB9 RGB: (141,170,185)

Color info

#8DAAB9 contains red, green and blue colors in about the same proportion. Web safe color of #8DAAB9 is #9999CC (or #99C).

RGB color model

#8DAAB9 color RGB value is (141,170,185).

RGB: (141,170,185) (55%, 67%, 73%)

RGB channels and saturation

R 141 of 255 = 55%
G 170 of 255 = 67%
B 185 of 255 = 73%

141
170
185

R + G + B ~ 65%. #8DAAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 170 + 185 = 496 (100%)
R 141 of 496 ~ 28.43%
G 170 of 496 ~ 34.27%
B 185 of 496 ~ 37.3'%

%28.43
%34.27
%37.3

CMYK color model

#8DAAB9 color CMYK value is (24,8,0,27).

  • cyan value is 23.78%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (24,8,0,27)
C24M8Y0K27 (24%, 8%, 0%, 27%)
(0.24 / 0.08 / 0.00 / 0.27)

CMYK percentages

%23.78
%8.11
%0
%27.45

Codes

Color #8DAAB9 in popluar color models

8D AA B9
RGB 141 170 185
HSL 200° 23.91% 63.92%
HSB/HSV 200° 23.78% 72.55%
CMYK 23.78% 8.11% 0.00%
27.45%

Color #8DAAB9 in popluar number systems.

HEX 8D AA B9
Decimal 141 170 185
Binary 10001101 10101010 10111001
Octal 215 252 271

Shades and tints

Shades of #8DAAB9

#8DAAB9
(141,170,185)
#819BA9
(129,155,169)
#758C99
(117,140,153)
#697D89
(105,125,137)
#5D6E79
(93,110,121)
#515F69
(81,95,105)
#455059
(69,80,89)
#394149
(57,65,73)
#2D3239
(45,50,57)
#212329
(33,35,41)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #8DAAB9

#8DAAB9
(141,170,185)
#97B1BF
(151,177,191)
#A1B8C5
(161,184,197)
#ABBFCB
(171,191,203)
#B5C6D1
(181,198,209)
#BFCDD7
(191,205,215)
#C9D4DD
(201,212,221)
#D3DBE3
(211,219,227)
#DDE2E9
(221,226,233)
#E7E9EF
(231,233,239)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAAB9; }

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

This text font color is #8DAAB9.

Background Color

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

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

This div background color is #8DAAB9.

Border color

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

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

This div border color is #8DAAB9.

Opacity

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

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

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

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

This text has shadow with #8DAAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAAB9.

Preview

Color preview on black background

This text has color #8DAAB9 on black background.


Color preview on white background

This text has color #8DAAB9 on white background.


Black color preview on #8DAAB9 background

This text has black color on #8DAAB9 background.


White color preview on #8DAAB9 background

This text has white color on #8DAAB9 background.


Related colors

Complementary color

Complementary color for #hex is #725546.


I love getcolorcode.com

Triadic colors

1 #B98DAA and #AAB98D with #8DAAB9 are triadic colors.

2 #B9AA8D and #AA8DB9 with #8DAAB9 are triadic colors.