COLOR #6CADA4

HEX: #6CADA4
RGB: (108,173,164)

Color info

#6CADA4 contains mainly green and blue colors. Web safe color of #6CADA4 is #669999 (or #699).

RGB color model

#6CADA4 color RGB value is (108,173,164).

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

RGB channels and saturation

R 108 of 255 = 42%
G 173 of 255 = 68%
B 164 of 255 = 64%

108
173
164

R + G + B ~ 58%. #6CADA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 173 + 164 = 445 (100%)
R 108 of 445 ~ 24.27%
G 173 of 445 ~ 38.88%
B 164 of 445 ~ 36.85%

%24.27
%38.88
%36.85

CMYK color model

#6CADA4 color CMYK value is (38,0,5,32).

  • cyan value is 37.57%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 32.16%
CMYK:
(38,0,5,32)
C38M0Y5K32 
(38%,0%,5%,32%)
(0.38/0.00/0.05/0.32)	

CMYK percentages

%37.57
%0
%5.2
%32.16

Codes

Color #6CADA4 in popluar color models

6CADA4
RGB108173164
HSL172°28.38%55.10%
HSB/HSV172°37.57%67.84%
CMYK37.57%0.00%5.20%
32.16%

Color #6CADA4 in popluar number systems.

HEX6CADA4
Decimal108173164
Binary11011001010110110100100
Octal154255244

Shades and tints

Shades of #6CADA4

#6CADA4
(108,173,164)
#639E96
(99,158,150)
#5A8F88
(90,143,136)
#51807A
(81,128,122)
#48716C
(72,113,108)
#3F625E
(63,98,94)
#365350
(54,83,80)
#2D4442
(45,68,66)
#243534
(36,53,52)
#1B2626
(27,38,38)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #6CADA4

#6CADA4
(108,173,164)
#79B4AC
(121,180,172)
#86BBB4
(134,187,180)
#93C2BC
(147,194,188)
#A0C9C4
(160,201,196)
#ADD0CC
(173,208,204)
#BAD7D4
(186,215,212)
#C7DEDC
(199,222,220)
#D4E5E4
(212,229,228)
#E1ECEC
(225,236,236)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CADA4; }

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

This text font color is #6CADA4.


Background Color

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

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

This div background color is #6CADA4.


Border color

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

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

This div border color is #6CADA4.


Opacity

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

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

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

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

This text has shadow with #6CADA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CADA4 on black background.


Color preview on white background

This text has color #6CADA4 on white background.



Black color preview on #6CADA4 background

This text has black color on #6CADA4 background.


White color preview on #6CADA4 background

This text has white color on #6CADA4 background.