COLOR #6CACAD

HEX: #6CACAD RGB: (108,172,173)

Color info

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

RGB color model

#6CACAD color RGB value is (108,172,173).

RGB: (108,172,173) (42%, 67%, 68%)

RGB channels and saturation

R 108 of 255 = 42%
G 172 of 255 = 67%
B 173 of 255 = 68%

108
172
173

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

Portions of RGB colors in percentages

R + G + B = 108 + 172 + 173 = 453 (100%)
R 108 of 453 ~ 23.84%
G 172 of 453 ~ 37.97%
B 173 of 453 ~ 38.19'%

%23.84
%37.97
%38.19

CMYK color model

#6CACAD color CMYK value is (38,1,0,32).

  • cyan value is 37.57%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (38,1,0,32) C38M1Y0K32 (38%,1%,0%,32%) (0.38/0.01/0.00/0.32) 

CMYK percentages

%37.57
%0.58
%0
%32.16

Codes

Color #6CACAD in popluar color models

6C AC AD
RGB 108 172 173
HSL 181° 28.38% 55.10%
HSB/HSV 181° 37.57% 67.84%
CMYK 37.57% 0.58% 0.00%
32.16%

Color #6CACAD in popluar number systems.

HEX 6C AC AD
Decimal 108 172 173
Binary 1101100 10101100 10101101
Octal 154 254 255

Shades and tints

Shades of #6CACAD

#6CACAD
(108,172,173)
#639D9E
(99,157,158)
#5A8E8F
(90,142,143)
#517F80
(81,127,128)
#487071
(72,112,113)
#3F6162
(63,97,98)
#365253
(54,82,83)
#2D4344
(45,67,68)
#243435
(36,52,53)
#1B2526
(27,37,38)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #6CACAD

#6CACAD
(108,172,173)
#79B3B4
(121,179,180)
#86BABB
(134,186,187)
#93C1C2
(147,193,194)
#A0C8C9
(160,200,201)
#ADCFD0
(173,207,208)
#BAD6D7
(186,214,215)
#C7DDDE
(199,221,222)
#D4E4E5
(212,228,229)
#E1EBEC
(225,235,236)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CACAD; }

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

This text font color is #6CACAD.

Background Color

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

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

This div background color is #6CACAD.

Border color

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

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

This div border color is #6CACAD.

Opacity

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

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

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

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

This text has shadow with #6CACAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CACAD.

Preview

Color preview on black background

This text has color #6CACAD on black background.


Color preview on white background

This text has color #6CACAD on white background.


Black color preview on #6CACAD background

This text has black color on #6CACAD background.


White color preview on #6CACAD background

This text has white color on #6CACAD background.


Related colors

Complementary color

Complementary color for #hex is #935352.


I love getcolorcode.com

Triadic colors

1 #AD6CAC and #ACAD6C with #6CACAD are triadic colors.

2 #ADAC6C and #AC6CAD with #6CACAD are triadic colors.