COLOR #8CADBB

HEX: #8CADBB
RGB: (140,173,187)

Color info

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

RGB color model

#8CADBB color RGB value is (140,173,187).

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

RGB channels and saturation

R 140 of 255 = 55%
G 173 of 255 = 68%
B 187 of 255 = 73%

140
173
187

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

Portions of RGB colors in percentages

R + G + B =
140 + 173 + 187 = 500 (100%)
R 140 of 500 ~ 28%
G 173 of 500 ~ 34.6%
B 187 of 500 ~ 37.4%

%28
%34.6
%37.4

CMYK color model

#8CADBB color CMYK value is (25,7,0,27).

  • cyan value is 25.13%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(25,7,0,27)
C25M7Y0K27 
(25%,7%,0%,27%)
(0.25/0.07/0.00/0.27)	

CMYK percentages

%25.13
%7.49
%0
%26.67

Codes

Color #8CADBB in popluar color models

8CADBB
RGB140173187
HSL198°25.68%64.12%
HSB/HSV198°25.13%73.33%
CMYK25.13%7.49%0.00%
26.67%

Color #8CADBB in popluar number systems.

HEX8CADBB
Decimal140173187
Binary100011001010110110111011
Octal214255273

Shades and tints

Shades of #8CADBB

#8CADBB
(140,173,187)
#809EAA
(128,158,170)
#748F99
(116,143,153)
#688088
(104,128,136)
#5C7177
(92,113,119)
#506266
(80,98,102)
#445355
(68,83,85)
#384444
(56,68,68)
#2C3533
(44,53,51)
#202622
(32,38,34)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #8CADBB

#8CADBB
(140,173,187)
#96B4C1
(150,180,193)
#A0BBC7
(160,187,199)
#AAC2CD
(170,194,205)
#B4C9D3
(180,201,211)
#BED0D9
(190,208,217)
#C8D7DF
(200,215,223)
#D2DEE5
(210,222,229)
#DCE5EB
(220,229,235)
#E6ECF1
(230,236,241)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CADBB; }

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

This text font color is #8CADBB.


Background Color

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

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

This div background color is #8CADBB.


Border color

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

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

This div border color is #8CADBB.


Opacity

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

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

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

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

This text has shadow with #8CADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CADBB on black background.


Color preview on white background

This text has color #8CADBB on white background.



Black color preview on #8CADBB background

This text has black color on #8CADBB background.


White color preview on #8CADBB background

This text has white color on #8CADBB background.