COLOR #6CB48D

HEX: #6CB48D
RGB: (108,180,141)

Color info

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

RGB color model

#6CB48D color RGB value is (108,180,141).

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

RGB channels and saturation

R 108 of 255 = 42%
G 180 of 255 = 71%
B 141 of 255 = 55%

108
180
141

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

Portions of RGB colors in percentages

R + G + B =
108 + 180 + 141 = 429 (100%)
R 108 of 429 ~ 25.17%
G 180 of 429 ~ 41.96%
B 141 of 429 ~ 32.87%

%25.17
%41.96
%32.87

CMYK color model

#6CB48D color CMYK value is (40,0,22,29).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 29.41%
CMYK:
(40,0,22,29)
C40M0Y22K29 
(40%,0%,22%,29%)
(0.40/0.00/0.22/0.29)	

CMYK percentages

%40
%0
%21.67
%29.41

Codes

Color #6CB48D in popluar color models

6CB48D
RGB108180141
HSL148°32.43%56.47%
HSB/HSV148°40.00%70.59%
CMYK40.00%0.00%21.67%
29.41%

Color #6CB48D in popluar number systems.

HEX6CB48D
Decimal108180141
Binary11011001011010010001101
Octal154264215

Shades and tints

Shades of #6CB48D

#6CB48D
(108,180,141)
#63A481
(99,164,129)
#5A9475
(90,148,117)
#518469
(81,132,105)
#48745D
(72,116,93)
#3F6451
(63,100,81)
#365445
(54,84,69)
#2D4439
(45,68,57)
#24342D
(36,52,45)
#1B2421
(27,36,33)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #6CB48D

#6CB48D
(108,180,141)
#79BA97
(121,186,151)
#86C0A1
(134,192,161)
#93C6AB
(147,198,171)
#A0CCB5
(160,204,181)
#ADD2BF
(173,210,191)
#BAD8C9
(186,216,201)
#C7DED3
(199,222,211)
#D4E4DD
(212,228,221)
#E1EAE7
(225,234,231)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB48D; }

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

This text font color is #6CB48D.


Background Color

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

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

This div background color is #6CB48D.


Border color

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

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

This div border color is #6CB48D.


Opacity

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

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

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

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

This text has shadow with #6CB48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB48D on black background.


Color preview on white background

This text has color #6CB48D on white background.



Black color preview on #6CB48D background

This text has black color on #6CB48D background.


White color preview on #6CB48D background

This text has white color on #6CB48D background.