COLOR #6CABD8

HEX: #6CABD8
RGB: (108,171,216)

Color info

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

RGB color model

#6CABD8 color RGB value is (108,171,216).

  • red value is 108;
  • green value is 171;
  • blue value is 216.
RGB:
(108,171,216)
(42%,67%,85%)

RGB channels and saturation

R 108 of 255 = 42%
G 171 of 255 = 67%
B 216 of 255 = 85%

108
171
216

R + G + B ~ 65%. #6CABD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 171 + 216 = 495 (100%)
R 108 of 495 ~ 21.82%
G 171 of 495 ~ 34.55%
B 216 of 495 ~ 43.64%

%21.82
%34.55
%43.64

CMYK color model

#6CABD8 color CMYK value is (50,21,0,15).

  • cyan value is 50.00%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(50,21,0,15)
C50M21Y0K15 
(50%,21%,0%,15%)
(0.50/0.21/0.00/0.15)	

CMYK percentages

%50
%20.83
%0
%15.29

Codes

Color #6CABD8 in popluar color models

6CABD8
RGB108171216
HSL205°58.06%63.53%
HSB/HSV205°50.00%84.71%
CMYK50.00%20.83%0.00%
15.29%

Color #6CABD8 in popluar number systems.

HEX6CABD8
Decimal108171216
Binary11011001010101111011000
Octal154253330

Shades and tints

Shades of #6CABD8

#6CABD8
(108,171,216)
#639CC5
(99,156,197)
#5A8DB2
(90,141,178)
#517E9F
(81,126,159)
#486F8C
(72,111,140)
#3F6079
(63,96,121)
#365166
(54,81,102)
#2D4253
(45,66,83)
#243340
(36,51,64)
#1B242D
(27,36,45)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #6CABD8

#6CABD8
(108,171,216)
#79B2DB
(121,178,219)
#86B9DE
(134,185,222)
#93C0E1
(147,192,225)
#A0C7E4
(160,199,228)
#ADCEE7
(173,206,231)
#BAD5EA
(186,213,234)
#C7DCED
(199,220,237)
#D4E3F0
(212,227,240)
#E1EAF3
(225,234,243)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CABD8 color. Also use rgb(108,171,216) instead hex code.

Text Font Color

.myTextColor { color: #6CABD8; }

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

This text font color is #6CABD8.


Background Color

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

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

This div background color is #6CABD8.


Border color

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

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

This div border color is #6CABD8.


Opacity

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

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

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

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

This text has shadow with #6CABD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CABD8 on black background.


Color preview on white background

This text has color #6CABD8 on white background.



Black color preview on #6CABD8 background

This text has black color on #6CABD8 background.


White color preview on #6CABD8 background

This text has white color on #6CABD8 background.