COLOR #8DA6BD

HEX: #8DA6BD
RGB: (141,166,189)

Color info

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

RGB color model

#8DA6BD color RGB value is (141,166,189).

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

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 189 of 255 = 74%

141
166
189

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

Portions of RGB colors in percentages

R + G + B =
141 + 166 + 189 = 496 (100%)
R 141 of 496 ~ 28.43%
G 166 of 496 ~ 33.47%
B 189 of 496 ~ 38.1%

%28.43
%33.47
%38.1

CMYK color model

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

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

CMYK percentages

%25.4
%12.17
%0
%25.88

Codes

Color #8DA6BD in popluar color models

8DA6BD
RGB141166189
HSL209°26.67%64.71%
HSB/HSV209°25.40%74.12%
CMYK25.40%12.17%0.00%
25.88%

Color #8DA6BD in popluar number systems.

HEX8DA6BD
Decimal141166189
Binary100011011010011010111101
Octal215246275

Shades and tints

Shades of #8DA6BD

#8DA6BD
(141,166,189)
#8197AC
(129,151,172)
#75889B
(117,136,155)
#69798A
(105,121,138)
#5D6A79
(93,106,121)
#515B68
(81,91,104)
#454C57
(69,76,87)
#393D46
(57,61,70)
#2D2E35
(45,46,53)
#211F24
(33,31,36)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #8DA6BD

#8DA6BD
(141,166,189)
#97AEC3
(151,174,195)
#A1B6C9
(161,182,201)
#ABBECF
(171,190,207)
#B5C6D5
(181,198,213)
#BFCEDB
(191,206,219)
#C9D6E1
(201,214,225)
#D3DEE7
(211,222,231)
#DDE6ED
(221,230,237)
#E7EEF3
(231,238,243)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA6BD color. Also use rgb(141,166,189) instead hex code.

Text Font Color

.myTextColor { color: #8DA6BD; }

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

This text font color is #8DA6BD.


Background Color

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

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

This div background color is #8DA6BD.


Border color

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

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

This div border color is #8DA6BD.


Opacity

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

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

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

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

This text has shadow with #8DA6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA6BD on black background.


Color preview on white background

This text has color #8DA6BD on white background.



Black color preview on #8DA6BD background

This text has black color on #8DA6BD background.


White color preview on #8DA6BD background

This text has white color on #8DA6BD background.