COLOR #8DAAB8

HEX: #8DAAB8
RGB: (141,170,184)

Color info

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

RGB color model

#8DAAB8 color RGB value is (141,170,184).

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

RGB channels and saturation

R 141 of 255 = 55%
G 170 of 255 = 67%
B 184 of 255 = 72%

141
170
184

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

Portions of RGB colors in percentages

R + G + B =
141 + 170 + 184 = 495 (100%)
R 141 of 495 ~ 28.48%
G 170 of 495 ~ 34.34%
B 184 of 495 ~ 37.17%

%28.48
%34.34
%37.17

CMYK color model

#8DAAB8 color CMYK value is (23,8,0,28).

  • cyan value is 23.37%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(23,8,0,28)
C23M8Y0K28 
(23%,8%,0%,28%)
(0.23/0.08/0.00/0.28)	

CMYK percentages

%23.37
%7.61
%0
%27.84

Codes

Color #8DAAB8 in popluar color models

8DAAB8
RGB141170184
HSL200°23.24%63.73%
HSB/HSV200°23.37%72.16%
CMYK23.37%7.61%0.00%
27.84%

Color #8DAAB8 in popluar number systems.

HEX8DAAB8
Decimal141170184
Binary100011011010101010111000
Octal215252270

Shades and tints

Shades of #8DAAB8

#8DAAB8
(141,170,184)
#819BA8
(129,155,168)
#758C98
(117,140,152)
#697D88
(105,125,136)
#5D6E78
(93,110,120)
#515F68
(81,95,104)
#455058
(69,80,88)
#394148
(57,65,72)
#2D3238
(45,50,56)
#212328
(33,35,40)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #8DAAB8

#8DAAB8
(141,170,184)
#97B1BE
(151,177,190)
#A1B8C4
(161,184,196)
#ABBFCA
(171,191,202)
#B5C6D0
(181,198,208)
#BFCDD6
(191,205,214)
#C9D4DC
(201,212,220)
#D3DBE2
(211,219,226)
#DDE2E8
(221,226,232)
#E7E9EE
(231,233,238)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAAB8; }

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

This text font color is #8DAAB8.


Background Color

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

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

This div background color is #8DAAB8.


Border color

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

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

This div border color is #8DAAB8.


Opacity

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

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

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

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

This text has shadow with #8DAAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAAB8 on black background.


Color preview on white background

This text has color #8DAAB8 on white background.



Black color preview on #8DAAB8 background

This text has black color on #8DAAB8 background.


White color preview on #8DAAB8 background

This text has white color on #8DAAB8 background.