COLOR #8CADB7

HEX: #8CADB7
RGB: (140,173,183)

Color info

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

RGB color model

#8CADB7 color RGB value is (140,173,183).

  • red value is 140;
  • green value is 173;
  • blue value is 183.
RGB:
(140,173,183)
(55%,68%,72%)

RGB channels and saturation

R 140 of 255 = 55%
G 173 of 255 = 68%
B 183 of 255 = 72%

140
173
183

R + G + B ~ 65%. #8CADB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 173 + 183 = 496 (100%)
R 140 of 496 ~ 28.23%
G 173 of 496 ~ 34.88%
B 183 of 496 ~ 36.9%

%28.23
%34.88
%36.9

CMYK color model

#8CADB7 color CMYK value is (23,5,0,28).

  • cyan value is 23.50%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(23,5,0,28)
C23M5Y0K28 
(23%,5%,0%,28%)
(0.23/0.05/0.00/0.28)	

CMYK percentages

%23.5
%5.46
%0
%28.24

Codes

Color #8CADB7 in popluar color models

8CADB7
RGB140173183
HSL194°22.99%63.33%
HSB/HSV194°23.50%71.76%
CMYK23.50%5.46%0.00%
28.24%

Color #8CADB7 in popluar number systems.

HEX8CADB7
Decimal140173183
Binary100011001010110110110111
Octal214255267

Shades and tints

Shades of #8CADB7

#8CADB7
(140,173,183)
#809EA7
(128,158,167)
#748F97
(116,143,151)
#688087
(104,128,135)
#5C7177
(92,113,119)
#506267
(80,98,103)
#445357
(68,83,87)
#384447
(56,68,71)
#2C3537
(44,53,55)
#202627
(32,38,39)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #8CADB7

#8CADB7
(140,173,183)
#96B4BD
(150,180,189)
#A0BBC3
(160,187,195)
#AAC2C9
(170,194,201)
#B4C9CF
(180,201,207)
#BED0D5
(190,208,213)
#C8D7DB
(200,215,219)
#D2DEE1
(210,222,225)
#DCE5E7
(220,229,231)
#E6ECED
(230,236,237)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CADB7 color. Also use rgb(140,173,183) instead hex code.

Text Font Color

.myTextColor { color: #8CADB7; }

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

This text font color is #8CADB7.


Background Color

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

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

This div background color is #8CADB7.


Border color

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

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

This div border color is #8CADB7.


Opacity

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

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

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

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

This text has shadow with #8CADB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CADB7 on black background.


Color preview on white background

This text has color #8CADB7 on white background.



Black color preview on #8CADB7 background

This text has black color on #8CADB7 background.


White color preview on #8CADB7 background

This text has white color on #8CADB7 background.