COLOR #6CAE87

HEX: #6CAE87 RGB: (108,174,135)

Color info

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

RGB color model

#6CAE87 color RGB value is (108,174,135).

RGB: (108,174,135) (42%, 68%, 53%)

RGB channels and saturation

R 108 of 255 = 42%
G 174 of 255 = 68%
B 135 of 255 = 53%

108
174
135

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

Portions of RGB colors in percentages

R + G + B = 108 + 174 + 135 = 417 (100%)
R 108 of 417 ~ 25.9%
G 174 of 417 ~ 41.73%
B 135 of 417 ~ 32.37'%

%25.9
%41.73
%32.37

CMYK color model

#6CAE87 color CMYK value is (38,0,22,32).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 31.76%

CMYK: (38,0,22,32)
C38M0Y22K32 (38%, 0%, 22%, 32%)
(0.38 / 0.00 / 0.22 / 0.32)

CMYK percentages

%37.93
%0
%22.41
%31.76

Codes

Color #6CAE87 in popluar color models

6C AE 87
RGB 108 174 135
HSL 145° 28.95% 55.29%
HSB/HSV 145° 37.93% 68.24%
CMYK 37.93% 0.00% 22.41%
31.76%

Color #6CAE87 in popluar number systems.

HEX 6C AE 87
Decimal 108 174 135
Binary 1101100 10101110 10000111
Octal 154 256 207

Shades and tints

Shades of #6CAE87

#6CAE87
(108,174,135)
#639F7B
(99,159,123)
#5A906F
(90,144,111)
#518163
(81,129,99)
#487257
(72,114,87)
#3F634B
(63,99,75)
#36543F
(54,84,63)
#2D4533
(45,69,51)
#243627
(36,54,39)
#1B271B
(27,39,27)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #6CAE87

#6CAE87
(108,174,135)
#79B591
(121,181,145)
#86BC9B
(134,188,155)
#93C3A5
(147,195,165)
#A0CAAF
(160,202,175)
#ADD1B9
(173,209,185)
#BAD8C3
(186,216,195)
#C7DFCD
(199,223,205)
#D4E6D7
(212,230,215)
#E1EDE1
(225,237,225)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAE87 color. Also use rgb(108,174,135) instead hex code.

Text Font Color

.myTextColor { color: #6CAE87; }

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

This text font color is #6CAE87.

Background Color

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

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

This div background color is #6CAE87.

Border color

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

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

This div border color is #6CAE87.

Opacity

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

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

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

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

This text has shadow with #6CAE87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAE87.

Preview

Color preview on black background

This text has color #6CAE87 on black background.


Color preview on white background

This text has color #6CAE87 on white background.


Black color preview on #6CAE87 background

This text has black color on #6CAE87 background.


White color preview on #6CAE87 background

This text has white color on #6CAE87 background.


Related colors

Complementary color

Complementary color for #hex is #935178.


I love getcolorcode.com

Triadic colors

1 #876CAE and #AE876C with #6CAE87 are triadic colors.

2 #87AE6C and #AE6C87 with #6CAE87 are triadic colors.