COLOR #8CADC3

HEX: #8CADC3 RGB: (140,173,195)

Color info

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

RGB color model

#8CADC3 color RGB value is (140,173,195).

RGB: (140,173,195) (55%, 68%, 76%)

RGB channels and saturation

R 140 of 255 = 55%
G 173 of 255 = 68%
B 195 of 255 = 76%

140
173
195

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

Portions of RGB colors in percentages

R + G + B = 140 + 173 + 195 = 508 (100%)
R 140 of 508 ~ 27.56%
G 173 of 508 ~ 34.06%
B 195 of 508 ~ 38.39'%

%27.56
%34.06
%38.39

CMYK color model

#8CADC3 color CMYK value is (28,11,0,24).

  • cyan value is 28.21%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (28,11,0,24)
C28M11Y0K24 (28%, 11%, 0%, 24%)
(0.28 / 0.11 / 0.00 / 0.24)

CMYK percentages

%28.21
%11.28
%0
%23.53

Codes

Color #8CADC3 in popluar color models

8C AD C3
RGB 140 173 195
HSL 204° 31.43% 65.69%
HSB/HSV 204° 28.21% 76.47%
CMYK 28.21% 11.28% 0.00%
23.53%

Color #8CADC3 in popluar number systems.

HEX 8C AD C3
Decimal 140 173 195
Binary 10001100 10101101 11000011
Octal 214 255 303

Shades and tints

Shades of #8CADC3

#8CADC3
(140,173,195)
#809EB2
(128,158,178)
#748FA1
(116,143,161)
#688090
(104,128,144)
#5C717F
(92,113,127)
#50626E
(80,98,110)
#44535D
(68,83,93)
#38444C
(56,68,76)
#2C353B
(44,53,59)
#20262A
(32,38,42)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #8CADC3

#8CADC3
(140,173,195)
#96B4C8
(150,180,200)
#A0BBCD
(160,187,205)
#AAC2D2
(170,194,210)
#B4C9D7
(180,201,215)
#BED0DC
(190,208,220)
#C8D7E1
(200,215,225)
#D2DEE6
(210,222,230)
#DCE5EB
(220,229,235)
#E6ECF0
(230,236,240)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CADC3; }

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

This text font color is #8CADC3.

Background Color

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

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

This div background color is #8CADC3.

Border color

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

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

This div border color is #8CADC3.

Opacity

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

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

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

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

This text has shadow with #8CADC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CADC3.

Preview

Color preview on black background

This text has color #8CADC3 on black background.


Color preview on white background

This text has color #8CADC3 on white background.


Black color preview on #8CADC3 background

This text has black color on #8CADC3 background.


White color preview on #8CADC3 background

This text has white color on #8CADC3 background.


Related colors

Complementary color

Complementary color for #hex is #73523C.


I love getcolorcode.com

Triadic colors

1 #C38CAD and #ADC38C with #8CADC3 are triadic colors.

2 #C3AD8C and #AD8CC3 with #8CADC3 are triadic colors.