COLOR #8DB9BD

HEX: #8DB9BD
RGB: (141,185,189)

Color info

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

RGB color model

#8DB9BD color RGB value is (141,185,189).

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

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 189 of 255 = 74%

141
185
189

R + G + B ~ 67%. #8DB9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 185 + 189 = 515 (100%)
R 141 of 515 ~ 27.38%
G 185 of 515 ~ 35.92%
B 189 of 515 ~ 36.7%

%27.38
%35.92
%36.7

CMYK color model

#8DB9BD color CMYK value is (25,2,0,26).

  • cyan value is 25.40%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(25,2,0,26)
C25M2Y0K26 
(25%,2%,0%,26%)
(0.25/0.02/0.00/0.26)	

CMYK percentages

%25.4
%2.12
%0
%25.88

Codes

Color #8DB9BD in popluar color models

8DB9BD
RGB141185189
HSL185°26.67%64.71%
HSB/HSV185°25.40%74.12%
CMYK25.40%2.12%0.00%
25.88%

Color #8DB9BD in popluar number systems.

HEX8DB9BD
Decimal141185189
Binary100011011011100110111101
Octal215271275

Shades and tints

Shades of #8DB9BD

#8DB9BD
(141,185,189)
#81A9AC
(129,169,172)
#75999B
(117,153,155)
#69898A
(105,137,138)
#5D7979
(93,121,121)
#516968
(81,105,104)
#455957
(69,89,87)
#394946
(57,73,70)
#2D3935
(45,57,53)
#212924
(33,41,36)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #8DB9BD

#8DB9BD
(141,185,189)
#97BFC3
(151,191,195)
#A1C5C9
(161,197,201)
#ABCBCF
(171,203,207)
#B5D1D5
(181,209,213)
#BFD7DB
(191,215,219)
#C9DDE1
(201,221,225)
#D3E3E7
(211,227,231)
#DDE9ED
(221,233,237)
#E7EFF3
(231,239,243)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB9BD; }

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

This text font color is #8DB9BD.


Background Color

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

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

This div background color is #8DB9BD.


Border color

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

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

This div border color is #8DB9BD.


Opacity

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

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

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

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

This text has shadow with #8DB9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB9BD on black background.


Color preview on white background

This text has color #8DB9BD on white background.



Black color preview on #8DB9BD background

This text has black color on #8DB9BD background.


White color preview on #8DB9BD background

This text has white color on #8DB9BD background.