COLOR #6CABBC

HEX: #6CABBC
RGB: (108,171,188)

Color info

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

RGB color model

#6CABBC color RGB value is (108,171,188).

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

RGB channels and saturation

R 108 of 255 = 42%
G 171 of 255 = 67%
B 188 of 255 = 74%

108
171
188

R + G + B ~ 61%. #6CABBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 171 + 188 = 467 (100%)
R 108 of 467 ~ 23.13%
G 171 of 467 ~ 36.62%
B 188 of 467 ~ 40.26%

%23.13
%36.62
%40.26

CMYK color model

#6CABBC color CMYK value is (43,9,0,26).

  • cyan value is 42.55%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(43,9,0,26)
C43M9Y0K26 
(43%,9%,0%,26%)
(0.43/0.09/0.00/0.26)	

CMYK percentages

%42.55
%9.04
%0
%26.27

Codes

Color #6CABBC in popluar color models

6CABBC
RGB108171188
HSL193°37.38%58.04%
HSB/HSV193°42.55%73.73%
CMYK42.55%9.04%0.00%
26.27%

Color #6CABBC in popluar number systems.

HEX6CABBC
Decimal108171188
Binary11011001010101110111100
Octal154253274

Shades and tints

Shades of #6CABBC

#6CABBC
(108,171,188)
#639CAB
(99,156,171)
#5A8D9A
(90,141,154)
#517E89
(81,126,137)
#486F78
(72,111,120)
#3F6067
(63,96,103)
#365156
(54,81,86)
#2D4245
(45,66,69)
#243334
(36,51,52)
#1B2423
(27,36,35)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #6CABBC

#6CABBC
(108,171,188)
#79B2C2
(121,178,194)
#86B9C8
(134,185,200)
#93C0CE
(147,192,206)
#A0C7D4
(160,199,212)
#ADCEDA
(173,206,218)
#BAD5E0
(186,213,224)
#C7DCE6
(199,220,230)
#D4E3EC
(212,227,236)
#E1EAF2
(225,234,242)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CABBC; }

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

This text font color is #6CABBC.


Background Color

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

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

This div background color is #6CABBC.


Border color

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

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

This div border color is #6CABBC.


Opacity

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

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

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

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

This text has shadow with #6CABBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CABBC on black background.


Color preview on white background

This text has color #6CABBC on white background.



Black color preview on #6CABBC background

This text has black color on #6CABBC background.


White color preview on #6CABBC background

This text has white color on #6CABBC background.