COLOR #6CAF7E

HEX: #6CAF7E
RGB: (108,175,126)

Color info

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

RGB color model

#6CAF7E color RGB value is (108,175,126).

  • red value is 108;
  • green value is 175;
  • blue value is 126.
RGB:
(108,175,126)
(42%,69%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 175 of 255 = 69%
B 126 of 255 = 49%

108
175
126

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

Portions of RGB colors in percentages

R + G + B =
108 + 175 + 126 = 409 (100%)
R 108 of 409 ~ 26.41%
G 175 of 409 ~ 42.79%
B 126 of 409 ~ 30.81%

%26.41
%42.79
%30.81

CMYK color model

#6CAF7E color CMYK value is (38,0,28,31).

  • cyan value is 38.29%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 31.37%
CMYK:
(38,0,28,31)
C38M0Y28K31 
(38%,0%,28%,31%)
(0.38/0.00/0.28/0.31)	

CMYK percentages

%38.29
%0
%28
%31.37

Codes

Color #6CAF7E in popluar color models

6CAF7E
RGB108175126
HSL136°29.52%55.49%
HSB/HSV136°38.29%68.63%
CMYK38.29%0.00%28.00%
31.37%

Color #6CAF7E in popluar number systems.

HEX6CAF7E
Decimal108175126
Binary1101100101011111111110
Octal154257176

Shades and tints

Shades of #6CAF7E

#6CAF7E
(108,175,126)
#63A073
(99,160,115)
#5A9168
(90,145,104)
#51825D
(81,130,93)
#487352
(72,115,82)
#3F6447
(63,100,71)
#36553C
(54,85,60)
#2D4631
(45,70,49)
#243726
(36,55,38)
#1B281B
(27,40,27)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #6CAF7E

#6CAF7E
(108,175,126)
#79B689
(121,182,137)
#86BD94
(134,189,148)
#93C49F
(147,196,159)
#A0CBAA
(160,203,170)
#ADD2B5
(173,210,181)
#BAD9C0
(186,217,192)
#C7E0CB
(199,224,203)
#D4E7D6
(212,231,214)
#E1EEE1
(225,238,225)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAF7E color. Also use rgb(108,175,126) instead hex code.

Text Font Color

.myTextColor { color: #6CAF7E; }

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

This text font color is #6CAF7E.


Background Color

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

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

This div background color is #6CAF7E.


Border color

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

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

This div border color is #6CAF7E.


Opacity

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

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

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

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

This text has shadow with #6CAF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAF7E on black background.


Color preview on white background

This text has color #6CAF7E on white background.



Black color preview on #6CAF7E background

This text has black color on #6CAF7E background.


White color preview on #6CAF7E background

This text has white color on #6CAF7E background.