COLOR #8CBDB5

HEX: #8CBDB5 RGB: (140,189,181)

Color info

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

RGB color model

#8CBDB5 color RGB value is (140,189,181).

RGB: (140,189,181) (55%, 74%, 71%)

RGB channels and saturation

R 140 of 255 = 55%
G 189 of 255 = 74%
B 181 of 255 = 71%

140
189
181

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

Portions of RGB colors in percentages

R + G + B = 140 + 189 + 181 = 510 (100%)
R 140 of 510 ~ 27.45%
G 189 of 510 ~ 37.06%
B 181 of 510 ~ 35.49'%

%27.45
%37.06
%35.49

CMYK color model

#8CBDB5 color CMYK value is (26,0,4,26).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 25.88%
CMYK: (26,0,4,26) C26M0Y4K26 (26%,0%,4%,26%) (0.26/0.00/0.04/0.26) 

CMYK percentages

%25.93
%0
%4.23
%25.88

Codes

Color #8CBDB5 in popluar color models

8C BD B5
RGB 140 189 181
HSL 170° 27.07% 64.51%
HSB/HSV 170° 25.93% 74.12%
CMYK 25.93% 0.00% 4.23%
25.88%

Color #8CBDB5 in popluar number systems.

HEX 8C BD B5
Decimal 140 189 181
Binary 10001100 10111101 10110101
Octal 214 275 265

Shades and tints

Shades of #8CBDB5

#8CBDB5
(140,189,181)
#80ACA5
(128,172,165)
#749B95
(116,155,149)
#688A85
(104,138,133)
#5C7975
(92,121,117)
#506865
(80,104,101)
#445755
(68,87,85)
#384645
(56,70,69)
#2C3535
(44,53,53)
#202425
(32,36,37)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #8CBDB5

#8CBDB5
(140,189,181)
#96C3BB
(150,195,187)
#A0C9C1
(160,201,193)
#AACFC7
(170,207,199)
#B4D5CD
(180,213,205)
#BEDBD3
(190,219,211)
#C8E1D9
(200,225,217)
#D2E7DF
(210,231,223)
#DCEDE5
(220,237,229)
#E6F3EB
(230,243,235)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBDB5; }

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

This text font color is #8CBDB5.

Background Color

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

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

This div background color is #8CBDB5.

Border color

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

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

This div border color is #8CBDB5.

Opacity

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

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

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

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

This text has shadow with #8CBDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBDB5.

Preview

Color preview on black background

This text has color #8CBDB5 on black background.


Color preview on white background

This text has color #8CBDB5 on white background.


Black color preview on #8CBDB5 background

This text has black color on #8CBDB5 background.


White color preview on #8CBDB5 background

This text has white color on #8CBDB5 background.


Related colors

Complementary color

Complementary color for #hex is #73424A.


I love getcolorcode.com

Triadic colors

1 #B58CBD and #BDB58C with #8CBDB5 are triadic colors.

2 #B5BD8C and #BD8CB5 with #8CBDB5 are triadic colors.