COLOR #8CA7B5

HEX: #8CA7B5
RGB: (140,167,181)

Color info

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

RGB color model

#8CA7B5 color RGB value is (140,167,181).

  • red value is 140;
  • green value is 167;
  • blue value is 181.
RGB:
(140,167,181)
(55%,65%,71%)

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 181 of 255 = 71%

140
167
181

R + G + B ~ 64%. #8CA7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 167 + 181 = 488 (100%)
R 140 of 488 ~ 28.69%
G 167 of 488 ~ 34.22%
B 181 of 488 ~ 37.09%

%28.69
%34.22
%37.09

CMYK color model

#8CA7B5 color CMYK value is (23,8,0,29).

  • cyan value is 22.65%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(23,8,0,29)
C23M8Y0K29 
(23%,8%,0%,29%)
(0.23/0.08/0.00/0.29)	

CMYK percentages

%22.65
%7.73
%0
%29.02

Codes

Color #8CA7B5 in popluar color models

8CA7B5
RGB140167181
HSL200°21.69%62.94%
HSB/HSV200°22.65%70.98%
CMYK22.65%7.73%0.00%
29.02%

Color #8CA7B5 in popluar number systems.

HEX8CA7B5
Decimal140167181
Binary100011001010011110110101
Octal214247265

Shades and tints

Shades of #8CA7B5

#8CA7B5
(140,167,181)
#8098A5
(128,152,165)
#748995
(116,137,149)
#687A85
(104,122,133)
#5C6B75
(92,107,117)
#505C65
(80,92,101)
#444D55
(68,77,85)
#383E45
(56,62,69)
#2C2F35
(44,47,53)
#202025
(32,32,37)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #8CA7B5

#8CA7B5
(140,167,181)
#96AFBB
(150,175,187)
#A0B7C1
(160,183,193)
#AABFC7
(170,191,199)
#B4C7CD
(180,199,205)
#BECFD3
(190,207,211)
#C8D7D9
(200,215,217)
#D2DFDF
(210,223,223)
#DCE7E5
(220,231,229)
#E6EFEB
(230,239,235)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA7B5; }

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

This text font color is #8CA7B5.


Background Color

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

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

This div background color is #8CA7B5.


Border color

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

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

This div border color is #8CA7B5.


Opacity

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

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

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

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

This text has shadow with #8CA7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA7B5 on black background.


Color preview on white background

This text has color #8CA7B5 on white background.



Black color preview on #8CA7B5 background

This text has black color on #8CA7B5 background.


White color preview on #8CA7B5 background

This text has white color on #8CA7B5 background.