COLOR #8DAAB2

HEX: #8DAAB2
RGB: (141,170,178)

Color info

#8DAAB2 contains red, green and blue colors in about the same proportion. Web safe color of #8DAAB2 is #999999 (or #999).

RGB color model

#8DAAB2 color RGB value is (141,170,178).

  • red value is 141;
  • green value is 170;
  • blue value is 178.
RGB:
(141,170,178)
(55%,67%,70%)

RGB channels and saturation

R 141 of 255 = 55%
G 170 of 255 = 67%
B 178 of 255 = 70%

141
170
178

R + G + B ~ 64%. #8DAAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 170 + 178 = 489 (100%)
R 141 of 489 ~ 28.83%
G 170 of 489 ~ 34.76%
B 178 of 489 ~ 36.4%

%28.83
%34.76
%36.4

CMYK color model

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

  • cyan value is 20.79%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(21,4,0,30)
C21M4Y0K30 
(21%,4%,0%,30%)
(0.21/0.04/0.00/0.30)	

CMYK percentages

%20.79
%4.49
%0
%30.2

Codes

Color #8DAAB2 in popluar color models

8DAAB2
RGB141170178
HSL193°19.37%62.55%
HSB/HSV193°20.79%69.80%
CMYK20.79%4.49%0.00%
30.20%

Color #8DAAB2 in popluar number systems.

HEX8DAAB2
Decimal141170178
Binary100011011010101010110010
Octal215252262

Shades and tints

Shades of #8DAAB2

#8DAAB2
(141,170,178)
#819BA2
(129,155,162)
#758C92
(117,140,146)
#697D82
(105,125,130)
#5D6E72
(93,110,114)
#515F62
(81,95,98)
#455052
(69,80,82)
#394142
(57,65,66)
#2D3232
(45,50,50)
#212322
(33,35,34)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #8DAAB2

#8DAAB2
(141,170,178)
#97B1B9
(151,177,185)
#A1B8C0
(161,184,192)
#ABBFC7
(171,191,199)
#B5C6CE
(181,198,206)
#BFCDD5
(191,205,213)
#C9D4DC
(201,212,220)
#D3DBE3
(211,219,227)
#DDE2EA
(221,226,234)
#E7E9F1
(231,233,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAAB2; }

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

This text font color is #8DAAB2.


Background Color

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

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

This div background color is #8DAAB2.


Border color

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

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

This div border color is #8DAAB2.


Opacity

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

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

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

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

This text has shadow with #8DAAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAAB2 on black background.


Color preview on white background

This text has color #8DAAB2 on white background.



Black color preview on #8DAAB2 background

This text has black color on #8DAAB2 background.


White color preview on #8DAAB2 background

This text has white color on #8DAAB2 background.