COLOR #6CAE7B

HEX: #6CAE7B
RGB: (108,174,123)

Color info

#6CAE7B contains mainly green and blue colors. Web safe color of #6CAE7B is #669966 (or #696).

RGB color model

#6CAE7B color RGB value is (108,174,123).

  • red value is 108;
  • green value is 174;
  • blue value is 123.
RGB:
(108,174,123)
(42%,68%,48%)

RGB channels and saturation

R 108 of 255 = 42%
G 174 of 255 = 68%
B 123 of 255 = 48%

108
174
123

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

Portions of RGB colors in percentages

R + G + B =
108 + 174 + 123 = 405 (100%)
R 108 of 405 ~ 26.67%
G 174 of 405 ~ 42.96%
B 123 of 405 ~ 30.37%

%26.67
%42.96
%30.37

CMYK color model

#6CAE7B color CMYK value is (38,0,29,32).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 29.31%
  • key color value is 31.76%
CMYK:
(38,0,29,32)
C38M0Y29K32 
(38%,0%,29%,32%)
(0.38/0.00/0.29/0.32)	

CMYK percentages

%37.93
%0
%29.31
%31.76

Codes

Color #6CAE7B in popluar color models

6CAE7B
RGB108174123
HSL134°28.95%55.29%
HSB/HSV134°37.93%68.24%
CMYK37.93%0.00%29.31%
31.76%

Color #6CAE7B in popluar number systems.

HEX6CAE7B
Decimal108174123
Binary1101100101011101111011
Octal154256173

Shades and tints

Shades of #6CAE7B

#6CAE7B
(108,174,123)
#639F70
(99,159,112)
#5A9065
(90,144,101)
#51815A
(81,129,90)
#48724F
(72,114,79)
#3F6344
(63,99,68)
#365439
(54,84,57)
#2D452E
(45,69,46)
#243623
(36,54,35)
#1B2718
(27,39,24)
#12180D
(18,24,13)
#000000
(0,0,0)

Tints of #6CAE7B

#6CAE7B
(108,174,123)
#79B587
(121,181,135)
#86BC93
(134,188,147)
#93C39F
(147,195,159)
#A0CAAB
(160,202,171)
#ADD1B7
(173,209,183)
#BAD8C3
(186,216,195)
#C7DFCF
(199,223,207)
#D4E6DB
(212,230,219)
#E1EDE7
(225,237,231)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAE7B; }

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

This text font color is #6CAE7B.


Background Color

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

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

This div background color is #6CAE7B.


Border color

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

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

This div border color is #6CAE7B.


Opacity

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

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

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

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

This text has shadow with #6CAE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAE7B on black background.


Color preview on white background

This text has color #6CAE7B on white background.



Black color preview on #6CAE7B background

This text has black color on #6CAE7B background.


White color preview on #6CAE7B background

This text has white color on #6CAE7B background.