COLOR #6CADCF

HEX: #6CADCF
RGB: (108,173,207)

Color info

#6CADCF contains mainly green and blue colors. Web safe color of #6CADCF is #6699CC (or #69C).

RGB color model

#6CADCF color RGB value is (108,173,207).

  • red value is 108;
  • green value is 173;
  • blue value is 207.
RGB:
(108,173,207)
(42%,68%,81%)

RGB channels and saturation

R 108 of 255 = 42%
G 173 of 255 = 68%
B 207 of 255 = 81%

108
173
207

R + G + B ~ 64%. #6CADCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 173 + 207 = 488 (100%)
R 108 of 488 ~ 22.13%
G 173 of 488 ~ 35.45%
B 207 of 488 ~ 42.42%

%22.13
%35.45
%42.42

CMYK color model

#6CADCF color CMYK value is (48,16,0,19).

  • cyan value is 47.83%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(48,16,0,19)
C48M16Y0K19 
(48%,16%,0%,19%)
(0.48/0.16/0.00/0.19)	

CMYK percentages

%47.83
%16.43
%0
%18.82

Codes

Color #6CADCF in popluar color models

6CADCF
RGB108173207
HSL201°50.77%61.76%
HSB/HSV201°47.83%81.18%
CMYK47.83%16.43%0.00%
18.82%

Color #6CADCF in popluar number systems.

HEX6CADCF
Decimal108173207
Binary11011001010110111001111
Octal154255317

Shades and tints

Shades of #6CADCF

#6CADCF
(108,173,207)
#639EBD
(99,158,189)
#5A8FAB
(90,143,171)
#518099
(81,128,153)
#487187
(72,113,135)
#3F6275
(63,98,117)
#365363
(54,83,99)
#2D4451
(45,68,81)
#24353F
(36,53,63)
#1B262D
(27,38,45)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #6CADCF

#6CADCF
(108,173,207)
#79B4D3
(121,180,211)
#86BBD7
(134,187,215)
#93C2DB
(147,194,219)
#A0C9DF
(160,201,223)
#ADD0E3
(173,208,227)
#BAD7E7
(186,215,231)
#C7DEEB
(199,222,235)
#D4E5EF
(212,229,239)
#E1ECF3
(225,236,243)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CADCF color. Also use rgb(108,173,207) instead hex code.

Text Font Color

.myTextColor { color: #6CADCF; }

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

This text font color is #6CADCF.


Background Color

.myBgColor { background-color: #6CADCF; }

<div style="background-color:#6CADCF">Inner text</div>

This div background color is #6CADCF.


Border color

.myBorderColor { border: 1px solid #6CADCF; }

<div style="border:3px solid #6CADCF">Div</div>

This div border color is #6CADCF.


Opacity

.myOpacity80 { color: #6CADCF; opacity: 0.8; }

<p style="color:#6CADCF;opacity:0.8;">80%</p>

Text with #6CADCF 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 #6CADCF;}

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

This text has shadow with #6CADCF color.

.textShadow {text-shadow: 3px 3px 1px #6CADCF, 3px 3px 1px red;}

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

This text has shadow with #6CADCF primary color and red secondary color.


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

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

This text has shadow with #6CADCF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CADCF on black background.


Color preview on white background

This text has color #6CADCF on white background.



Black color preview on #6CADCF background

This text has black color on #6CADCF background.


White color preview on #6CADCF background

This text has white color on #6CADCF background.