COLOR #8CA7C6

HEX: #8CA7C6 RGB: (140,167,198)

Color info

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

RGB color model

#8CA7C6 color RGB value is (140,167,198).

RGB: (140,167,198) (55%, 65%, 78%)

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 198 of 255 = 78%

140
167
198

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

Portions of RGB colors in percentages

R + G + B = 140 + 167 + 198 = 505 (100%)
R 140 of 505 ~ 27.72%
G 167 of 505 ~ 33.07%
B 198 of 505 ~ 39.21'%

%27.72
%33.07
%39.21

CMYK color model

#8CA7C6 color CMYK value is (29,16,0,22).

  • cyan value is 29.29%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (29,16,0,22)
C29M16Y0K22 (29%, 16%, 0%, 22%)
(0.29 / 0.16 / 0.00 / 0.22)

CMYK percentages

%29.29
%15.66
%0
%22.35

Codes

Color #8CA7C6 in popluar color models

8C A7 C6
RGB 140 167 198
HSL 212° 33.72% 66.27%
HSB/HSV 212° 29.29% 77.65%
CMYK 29.29% 15.66% 0.00%
22.35%

Color #8CA7C6 in popluar number systems.

HEX 8C A7 C6
Decimal 140 167 198
Binary 10001100 10100111 11000110
Octal 214 247 306

Shades and tints

Shades of #8CA7C6

#8CA7C6
(140,167,198)
#8098B4
(128,152,180)
#7489A2
(116,137,162)
#687A90
(104,122,144)
#5C6B7E
(92,107,126)
#505C6C
(80,92,108)
#444D5A
(68,77,90)
#383E48
(56,62,72)
#2C2F36
(44,47,54)
#202024
(32,32,36)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #8CA7C6

#8CA7C6
(140,167,198)
#96AFCB
(150,175,203)
#A0B7D0
(160,183,208)
#AABFD5
(170,191,213)
#B4C7DA
(180,199,218)
#BECFDF
(190,207,223)
#C8D7E4
(200,215,228)
#D2DFE9
(210,223,233)
#DCE7EE
(220,231,238)
#E6EFF3
(230,239,243)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA7C6; }

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

This text font color is #8CA7C6.

Background Color

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

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

This div background color is #8CA7C6.

Border color

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

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

This div border color is #8CA7C6.

Opacity

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

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

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

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

This text has shadow with #8CA7C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA7C6.

Preview

Color preview on black background

This text has color #8CA7C6 on black background.


Color preview on white background

This text has color #8CA7C6 on white background.


Black color preview on #8CA7C6 background

This text has black color on #8CA7C6 background.


White color preview on #8CA7C6 background

This text has white color on #8CA7C6 background.


Related colors

Complementary color

Complementary color for #hex is #735839.


I love getcolorcode.com

Triadic colors

1 #C68CA7 and #A7C68C with #8CA7C6 are triadic colors.

2 #C6A78C and #A78CC6 with #8CA7C6 are triadic colors.