COLOR #8DA9BC

HEX: #8DA9BC
RGB: (141,169,188)

Color info

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

RGB color model

#8DA9BC color RGB value is (141,169,188).

  • red value is 141;
  • green value is 169;
  • blue value is 188.
RGB:
(141,169,188)
(55%,66%,74%)

RGB channels and saturation

R 141 of 255 = 55%
G 169 of 255 = 66%
B 188 of 255 = 74%

141
169
188

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

Portions of RGB colors in percentages

R + G + B =
141 + 169 + 188 = 498 (100%)
R 141 of 498 ~ 28.31%
G 169 of 498 ~ 33.94%
B 188 of 498 ~ 37.75%

%28.31
%33.94
%37.75

CMYK color model

#8DA9BC color CMYK value is (25,10,0,26).

  • cyan value is 25.00%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(25,10,0,26)
C25M10Y0K26 
(25%,10%,0%,26%)
(0.25/0.10/0.00/0.26)	

CMYK percentages

%25
%10.11
%0
%26.27

Codes

Color #8DA9BC in popluar color models

8DA9BC
RGB141169188
HSL204°25.97%64.51%
HSB/HSV204°25.00%73.73%
CMYK25.00%10.11%0.00%
26.27%

Color #8DA9BC in popluar number systems.

HEX8DA9BC
Decimal141169188
Binary100011011010100110111100
Octal215251274

Shades and tints

Shades of #8DA9BC

#8DA9BC
(141,169,188)
#819AAB
(129,154,171)
#758B9A
(117,139,154)
#697C89
(105,124,137)
#5D6D78
(93,109,120)
#515E67
(81,94,103)
#454F56
(69,79,86)
#394045
(57,64,69)
#2D3134
(45,49,52)
#212223
(33,34,35)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #8DA9BC

#8DA9BC
(141,169,188)
#97B0C2
(151,176,194)
#A1B7C8
(161,183,200)
#ABBECE
(171,190,206)
#B5C5D4
(181,197,212)
#BFCCDA
(191,204,218)
#C9D3E0
(201,211,224)
#D3DAE6
(211,218,230)
#DDE1EC
(221,225,236)
#E7E8F2
(231,232,242)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA9BC color. Also use rgb(141,169,188) instead hex code.

Text Font Color

.myTextColor { color: #8DA9BC; }

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

This text font color is #8DA9BC.


Background Color

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

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

This div background color is #8DA9BC.


Border color

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

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

This div border color is #8DA9BC.


Opacity

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

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

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

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

This text has shadow with #8DA9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA9BC on black background.


Color preview on white background

This text has color #8DA9BC on white background.



Black color preview on #8DA9BC background

This text has black color on #8DA9BC background.


White color preview on #8DA9BC background

This text has white color on #8DA9BC background.