COLOR #8CBDB9

HEX: #8CBDB9
RGB: (140,189,185)

Color info

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

RGB color model

#8CBDB9 color RGB value is (140,189,185).

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

RGB channels and saturation

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

140
189
185

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

Portions of RGB colors in percentages

R + G + B =
140 + 189 + 185 = 514 (100%)
R 140 of 514 ~ 27.24%
G 189 of 514 ~ 36.77%
B 185 of 514 ~ 35.99%

%27.24
%36.77
%35.99

CMYK color model

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

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 2.12%
  • key color value is 25.88%
CMYK:
(26,0,2,26)
C26M0Y2K26 
(26%,0%,2%,26%)
(0.26/0.00/0.02/0.26)	

CMYK percentages

%25.93
%0
%2.12
%25.88

Codes

Color #8CBDB9 in popluar color models

8CBDB9
RGB140189185
HSL175°27.07%64.51%
HSB/HSV175°25.93%74.12%
CMYK25.93%0.00%2.12%
25.88%

Color #8CBDB9 in popluar number systems.

HEX8CBDB9
Decimal140189185
Binary100011001011110110111001
Octal214275271

Shades and tints

Shades of #8CBDB9

#8CBDB9
(140,189,185)
#80ACA9
(128,172,169)
#749B99
(116,155,153)
#688A89
(104,138,137)
#5C7979
(92,121,121)
#506869
(80,104,105)
#445759
(68,87,89)
#384649
(56,70,73)
#2C3539
(44,53,57)
#202429
(32,36,41)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #8CBDB9

#8CBDB9
(140,189,185)
#96C3BF
(150,195,191)
#A0C9C5
(160,201,197)
#AACFCB
(170,207,203)
#B4D5D1
(180,213,209)
#BEDBD7
(190,219,215)
#C8E1DD
(200,225,221)
#D2E7E3
(210,231,227)
#DCEDE9
(220,237,233)
#E6F3EF
(230,243,239)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBDB9; }

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

This text font color is #8CBDB9.


Background Color

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

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

This div background color is #8CBDB9.


Border color

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

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

This div border color is #8CBDB9.


Opacity

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

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

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

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

This text has shadow with #8CBDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBDB9 on black background.


Color preview on white background

This text has color #8CBDB9 on white background.



Black color preview on #8CBDB9 background

This text has black color on #8CBDB9 background.


White color preview on #8CBDB9 background

This text has white color on #8CBDB9 background.