COLOR #8DA5BC

HEX: #8DA5BC
RGB: (141,165,188)

Color info

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

RGB color model

#8DA5BC color RGB value is (141,165,188).

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

RGB channels and saturation

R 141 of 255 = 55%
G 165 of 255 = 65%
B 188 of 255 = 74%

141
165
188

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

Portions of RGB colors in percentages

R + G + B =
141 + 165 + 188 = 494 (100%)
R 141 of 494 ~ 28.54%
G 165 of 494 ~ 33.4%
B 188 of 494 ~ 38.06%

%28.54
%33.4
%38.06

CMYK color model

#8DA5BC color CMYK value is (25,12,0,26).

  • cyan value is 25.00%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(25,12,0,26)
C25M12Y0K26 
(25%,12%,0%,26%)
(0.25/0.12/0.00/0.26)	

CMYK percentages

%25
%12.23
%0
%26.27

Codes

Color #8DA5BC in popluar color models

8DA5BC
RGB141165188
HSL209°25.97%64.51%
HSB/HSV209°25.00%73.73%
CMYK25.00%12.23%0.00%
26.27%

Color #8DA5BC in popluar number systems.

HEX8DA5BC
Decimal141165188
Binary100011011010010110111100
Octal215245274

Shades and tints

Shades of #8DA5BC

#8DA5BC
(141,165,188)
#8196AB
(129,150,171)
#75879A
(117,135,154)
#697889
(105,120,137)
#5D6978
(93,105,120)
#515A67
(81,90,103)
#454B56
(69,75,86)
#393C45
(57,60,69)
#2D2D34
(45,45,52)
#211E23
(33,30,35)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #8DA5BC

#8DA5BC
(141,165,188)
#97ADC2
(151,173,194)
#A1B5C8
(161,181,200)
#ABBDCE
(171,189,206)
#B5C5D4
(181,197,212)
#BFCDDA
(191,205,218)
#C9D5E0
(201,213,224)
#D3DDE6
(211,221,230)
#DDE5EC
(221,229,236)
#E7EDF2
(231,237,242)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA5BC; }

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

This text font color is #8DA5BC.


Background Color

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

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

This div background color is #8DA5BC.


Border color

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

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

This div border color is #8DA5BC.


Opacity

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

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

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

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

This text has shadow with #8DA5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA5BC on black background.


Color preview on white background

This text has color #8DA5BC on white background.



Black color preview on #8DA5BC background

This text has black color on #8DA5BC background.


White color preview on #8DA5BC background

This text has white color on #8DA5BC background.