COLOR #6CAAC9

HEX: #6CAAC9
RGB: (108,170,201)

Color info

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

RGB color model

#6CAAC9 color RGB value is (108,170,201).

  • red value is 108;
  • green value is 170;
  • blue value is 201.
RGB:
(108,170,201)
(42%,67%,79%)

RGB channels and saturation

R 108 of 255 = 42%
G 170 of 255 = 67%
B 201 of 255 = 79%

108
170
201

R + G + B ~ 63%. #6CAAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 170 + 201 = 479 (100%)
R 108 of 479 ~ 22.55%
G 170 of 479 ~ 35.49%
B 201 of 479 ~ 41.96%

%22.55
%35.49
%41.96

CMYK color model

#6CAAC9 color CMYK value is (46,15,0,21).

  • cyan value is 46.27%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(46,15,0,21)
C46M15Y0K21 
(46%,15%,0%,21%)
(0.46/0.15/0.00/0.21)	

CMYK percentages

%46.27
%15.42
%0
%21.18

Codes

Color #6CAAC9 in popluar color models

6CAAC9
RGB108170201
HSL200°46.27%60.59%
HSB/HSV200°46.27%78.82%
CMYK46.27%15.42%0.00%
21.18%

Color #6CAAC9 in popluar number systems.

HEX6CAAC9
Decimal108170201
Binary11011001010101011001001
Octal154252311

Shades and tints

Shades of #6CAAC9

#6CAAC9
(108,170,201)
#639BB7
(99,155,183)
#5A8CA5
(90,140,165)
#517D93
(81,125,147)
#486E81
(72,110,129)
#3F5F6F
(63,95,111)
#36505D
(54,80,93)
#2D414B
(45,65,75)
#243239
(36,50,57)
#1B2327
(27,35,39)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #6CAAC9

#6CAAC9
(108,170,201)
#79B1CD
(121,177,205)
#86B8D1
(134,184,209)
#93BFD5
(147,191,213)
#A0C6D9
(160,198,217)
#ADCDDD
(173,205,221)
#BAD4E1
(186,212,225)
#C7DBE5
(199,219,229)
#D4E2E9
(212,226,233)
#E1E9ED
(225,233,237)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAAC9 color. Also use rgb(108,170,201) instead hex code.

Text Font Color

.myTextColor { color: #6CAAC9; }

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

This text font color is #6CAAC9.


Background Color

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

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

This div background color is #6CAAC9.


Border color

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

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

This div border color is #6CAAC9.


Opacity

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

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

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

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

This text has shadow with #6CAAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAAC9 on black background.


Color preview on white background

This text has color #6CAAC9 on white background.



Black color preview on #6CAAC9 background

This text has black color on #6CAAC9 background.


White color preview on #6CAAC9 background

This text has white color on #6CAAC9 background.