COLOR #8DB9CB

HEX: #8DB9CB RGB: (141,185,203)

Color info

#8DB9CB contains mainly green and blue colors. Web safe color of #8DB9CB is #99CCCC (or #9CC).

RGB color model

#8DB9CB color RGB value is (141,185,203).

RGB: (141,185,203) (55%, 73%, 80%)

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 203 of 255 = 80%

141
185
203

R + G + B ~ 69%. #8DB9CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 185 + 203 = 529 (100%)
R 141 of 529 ~ 26.65%
G 185 of 529 ~ 34.97%
B 203 of 529 ~ 38.37'%

%26.65
%34.97
%38.37

CMYK color model

#8DB9CB color CMYK value is (31,9,0,20).

  • cyan value is 30.54%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (31,9,0,20) C31M9Y0K20 (31%,9%,0%,20%) (0.31/0.09/0.00/0.20) 

CMYK percentages

%30.54
%8.87
%0
%20.39

Codes

Color #8DB9CB in popluar color models

8D B9 CB
RGB 141 185 203
HSL 197° 37.35% 67.45%
HSB/HSV 197° 30.54% 79.61%
CMYK 30.54% 8.87% 0.00%
20.39%

Color #8DB9CB in popluar number systems.

HEX 8D B9 CB
Decimal 141 185 203
Binary 10001101 10111001 11001011
Octal 215 271 313

Shades and tints

Shades of #8DB9CB

#8DB9CB
(141,185,203)
#81A9B9
(129,169,185)
#7599A7
(117,153,167)
#698995
(105,137,149)
#5D7983
(93,121,131)
#516971
(81,105,113)
#45595F
(69,89,95)
#39494D
(57,73,77)
#2D393B
(45,57,59)
#212929
(33,41,41)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #8DB9CB

#8DB9CB
(141,185,203)
#97BFCF
(151,191,207)
#A1C5D3
(161,197,211)
#ABCBD7
(171,203,215)
#B5D1DB
(181,209,219)
#BFD7DF
(191,215,223)
#C9DDE3
(201,221,227)
#D3E3E7
(211,227,231)
#DDE9EB
(221,233,235)
#E7EFEF
(231,239,239)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB9CB; }

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

This text font color is #8DB9CB.

Background Color

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

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

This div background color is #8DB9CB.

Border color

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

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

This div border color is #8DB9CB.

Opacity

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

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

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

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

This text has shadow with #8DB9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB9CB.

Preview

Color preview on black background

This text has color #8DB9CB on black background.


Color preview on white background

This text has color #8DB9CB on white background.


Black color preview on #8DB9CB background

This text has black color on #8DB9CB background.


White color preview on #8DB9CB background

This text has white color on #8DB9CB background.


Related colors

Complementary color

Complementary color for #hex is #724634.


I love getcolorcode.com

Triadic colors

1 #CB8DB9 and #B9CB8D with #8DB9CB are triadic colors.

2 #CBB98D and #B98DCB with #8DB9CB are triadic colors.