COLOR #8CB3BD

HEX: #8CB3BD RGB: (140,179,189)

Color info

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

RGB color model

#8CB3BD color RGB value is (140,179,189).

RGB: (140,179,189) (55%, 70%, 74%)

RGB channels and saturation

R 140 of 255 = 55%
G 179 of 255 = 70%
B 189 of 255 = 74%

140
179
189

R + G + B ~ 66%. #8CB3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 179 + 189 = 508 (100%)
R 140 of 508 ~ 27.56%
G 179 of 508 ~ 35.24%
B 189 of 508 ~ 37.2'%

%27.56
%35.24
%37.2

CMYK color model

#8CB3BD color CMYK value is (26,5,0,26).

  • cyan value is 25.93%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (26,5,0,26) C26M5Y0K26 (26%,5%,0%,26%) (0.26/0.05/0.00/0.26) 

CMYK percentages

%25.93
%5.29
%0
%25.88

Codes

Color #8CB3BD in popluar color models

8C B3 BD
RGB 140 179 189
HSL 192° 27.07% 64.51%
HSB/HSV 192° 25.93% 74.12%
CMYK 25.93% 5.29% 0.00%
25.88%

Color #8CB3BD in popluar number systems.

HEX 8C B3 BD
Decimal 140 179 189
Binary 10001100 10110011 10111101
Octal 214 263 275

Shades and tints

Shades of #8CB3BD

#8CB3BD
(140,179,189)
#80A3AC
(128,163,172)
#74939B
(116,147,155)
#68838A
(104,131,138)
#5C7379
(92,115,121)
#506368
(80,99,104)
#445357
(68,83,87)
#384346
(56,67,70)
#2C3335
(44,51,53)
#202324
(32,35,36)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8CB3BD

#8CB3BD
(140,179,189)
#96B9C3
(150,185,195)
#A0BFC9
(160,191,201)
#AAC5CF
(170,197,207)
#B4CBD5
(180,203,213)
#BED1DB
(190,209,219)
#C8D7E1
(200,215,225)
#D2DDE7
(210,221,231)
#DCE3ED
(220,227,237)
#E6E9F3
(230,233,243)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB3BD; }

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

This text font color is #8CB3BD.

Background Color

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

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

This div background color is #8CB3BD.

Border color

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

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

This div border color is #8CB3BD.

Opacity

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

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

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

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

This text has shadow with #8CB3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB3BD.

Preview

Color preview on black background

This text has color #8CB3BD on black background.


Color preview on white background

This text has color #8CB3BD on white background.


Black color preview on #8CB3BD background

This text has black color on #8CB3BD background.


White color preview on #8CB3BD background

This text has white color on #8CB3BD background.


Related colors

Complementary color

Complementary color for #hex is #734C42.


I love getcolorcode.com

Triadic colors

1 #BD8CB3 and #B3BD8C with #8CB3BD are triadic colors.

2 #BDB38C and #B38CBD with #8CB3BD are triadic colors.