COLOR #6CACE6

HEX: #6CACE6
RGB: (108,172,230)

Color info

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

RGB color model

#6CACE6 color RGB value is (108,172,230).

  • red value is 108;
  • green value is 172;
  • blue value is 230.
RGB:
(108,172,230)
(42%,67%,90%)

RGB channels and saturation

R 108 of 255 = 42%
G 172 of 255 = 67%
B 230 of 255 = 90%

108
172
230

R + G + B ~ 66%. #6CACE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 172 + 230 = 510 (100%)
R 108 of 510 ~ 21.18%
G 172 of 510 ~ 33.73%
B 230 of 510 ~ 45.1%

%21.18
%33.73
%45.1

CMYK color model

#6CACE6 color CMYK value is (53,25,0,10).

  • cyan value is 53.04%
  • magenta value is 25.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(53,25,0,10)
C53M25Y0K10 
(53%,25%,0%,10%)
(0.53/0.25/0.00/0.10)	

CMYK percentages

%53.04
%25.22
%0
%9.8

Codes

Color #6CACE6 in popluar color models

6CACE6
RGB108172230
HSL209°70.93%66.27%
HSB/HSV209°53.04%90.20%
CMYK53.04%25.22%0.00%
9.80%

Color #6CACE6 in popluar number systems.

HEX6CACE6
Decimal108172230
Binary11011001010110011100110
Octal154254346

Shades and tints

Shades of #6CACE6

#6CACE6
(108,172,230)
#639DD2
(99,157,210)
#5A8EBE
(90,142,190)
#517FAA
(81,127,170)
#487096
(72,112,150)
#3F6182
(63,97,130)
#36526E
(54,82,110)
#2D435A
(45,67,90)
#243446
(36,52,70)
#1B2532
(27,37,50)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #6CACE6

#6CACE6
(108,172,230)
#79B3E8
(121,179,232)
#86BAEA
(134,186,234)
#93C1EC
(147,193,236)
#A0C8EE
(160,200,238)
#ADCFF0
(173,207,240)
#BAD6F2
(186,214,242)
#C7DDF4
(199,221,244)
#D4E4F6
(212,228,246)
#E1EBF8
(225,235,248)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CACE6 color. Also use rgb(108,172,230) instead hex code.

Text Font Color

.myTextColor { color: #6CACE6; }

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

This text font color is #6CACE6.


Background Color

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

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

This div background color is #6CACE6.


Border color

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

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

This div border color is #6CACE6.


Opacity

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

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

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

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

This text has shadow with #6CACE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CACE6 on black background.


Color preview on white background

This text has color #6CACE6 on white background.



Black color preview on #6CACE6 background

This text has black color on #6CACE6 background.


White color preview on #6CACE6 background

This text has white color on #6CACE6 background.