COLOR #6CB49E

HEX: #6CB49E
RGB: (108,180,158)

Color info

#6CB49E contains mainly green and blue colors. Web safe color of #6CB49E is #66CC99 (or #6C9).

RGB color model

#6CB49E color RGB value is (108,180,158).

  • red value is 108;
  • green value is 180;
  • blue value is 158.
RGB:
(108,180,158)
(42%,71%,62%)

RGB channels and saturation

R 108 of 255 = 42%
G 180 of 255 = 71%
B 158 of 255 = 62%

108
180
158

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

Portions of RGB colors in percentages

R + G + B =
108 + 180 + 158 = 446 (100%)
R 108 of 446 ~ 24.22%
G 180 of 446 ~ 40.36%
B 158 of 446 ~ 35.43%

%24.22
%40.36
%35.43

CMYK color model

#6CB49E color CMYK value is (40,0,12,29).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(40,0,12,29)
C40M0Y12K29 
(40%,0%,12%,29%)
(0.40/0.00/0.12/0.29)	

CMYK percentages

%40
%0
%12.22
%29.41

Codes

Color #6CB49E in popluar color models

6CB49E
RGB108180158
HSL162°32.43%56.47%
HSB/HSV162°40.00%70.59%
CMYK40.00%0.00%12.22%
29.41%

Color #6CB49E in popluar number systems.

HEX6CB49E
Decimal108180158
Binary11011001011010010011110
Octal154264236

Shades and tints

Shades of #6CB49E

#6CB49E
(108,180,158)
#63A490
(99,164,144)
#5A9482
(90,148,130)
#518474
(81,132,116)
#487466
(72,116,102)
#3F6458
(63,100,88)
#36544A
(54,84,74)
#2D443C
(45,68,60)
#24342E
(36,52,46)
#1B2420
(27,36,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #6CB49E

#6CB49E
(108,180,158)
#79BAA6
(121,186,166)
#86C0AE
(134,192,174)
#93C6B6
(147,198,182)
#A0CCBE
(160,204,190)
#ADD2C6
(173,210,198)
#BAD8CE
(186,216,206)
#C7DED6
(199,222,214)
#D4E4DE
(212,228,222)
#E1EAE6
(225,234,230)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB49E color. Also use rgb(108,180,158) instead hex code.

Text Font Color

.myTextColor { color: #6CB49E; }

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

This text font color is #6CB49E.


Background Color

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

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

This div background color is #6CB49E.


Border color

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

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

This div border color is #6CB49E.


Opacity

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

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

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

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

This text has shadow with #6CB49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB49E on black background.


Color preview on white background

This text has color #6CB49E on white background.



Black color preview on #6CB49E background

This text has black color on #6CB49E background.


White color preview on #6CB49E background

This text has white color on #6CB49E background.